COLOR #EEB4EF

HEX: #EEB4EF
RGB: (238,180,239)

Color info

#EEB4EF contains red, green and blue colors in about the same proportion. Web safe color of #EEB4EF is #FFCCFF (or #FCF).

RGB color model

#EEB4EF color RGB value is (238,180,239).

  • red value is 238;
  • green value is 180;
  • blue value is 239.
RGB:
(238,180,239)
(93%,71%,94%)

RGB channels and saturation

R 238 of 255 = 93%
G 180 of 255 = 71%
B 239 of 255 = 94%

238
180
239

R + G + B ~ 86%. #EEB4EF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 180 + 239 = 657 (100%)
R 238 of 657 ~ 36.23%
G 180 of 657 ~ 27.4%
B 239 of 657 ~ 36.38%

%36.23
%27.4
%36.38

CMYK color model

#EEB4EF color CMYK value is (0,25,0,6).

  • cyan value is 0.42%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(0,25,0,6)
C0M25Y0K6 
(0%,25%,0%,6%)
(0.00/0.25/0.00/0.06)	

CMYK percentages

%0.42
%24.69
%0
%6.27

Codes

Color #EEB4EF in popluar color models

EEB4EF
RGB238180239
HSL299°64.84%82.16%
HSB/HSV299°24.69%93.73%
CMYK0.42%24.69%0.00%
6.27%

Color #EEB4EF in popluar number systems.

HEXEEB4EF
Decimal238180239
Binary111011101011010011101111
Octal356264357

Shades and tints

Shades of #EEB4EF

#EEB4EF
(238,180,239)
#D9A4DA
(217,164,218)
#C494C5
(196,148,197)
#AF84B0
(175,132,176)
#9A749B
(154,116,155)
#856486
(133,100,134)
#705471
(112,84,113)
#5B445C
(91,68,92)
#463447
(70,52,71)
#312432
(49,36,50)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #EEB4EF

#EEB4EF
(238,180,239)
#EFBAF0
(239,186,240)
#F0C0F1
(240,192,241)
#F1C6F2
(241,198,242)
#F2CCF3
(242,204,243)
#F3D2F4
(243,210,244)
#F4D8F5
(244,216,245)
#F5DEF6
(245,222,246)
#F6E4F7
(246,228,247)
#F7EAF8
(247,234,248)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB4EF color. Also use rgb(238,180,239) instead hex code.

Text Font Color

.myTextColor { color: #EEB4EF; }

<p style="color:#EEB4EF">This sample text font color is #EEB4EF.</p>

This text font color is #EEB4EF.


Background Color

.myBgColor { background-color: #EEB4EF; }

<div style="background-color:#EEB4EF">Inner text</div>

This div background color is #EEB4EF.


Border color

.myBorderColor { border: 1px solid #EEB4EF; }

<div style="border:3px solid #EEB4EF">Div</div>

This div border color is #EEB4EF.


Opacity

.myOpacity80 { color: #EEB4EF; opacity: 0.8; }

<p style="color:#EEB4EF;opacity:0.8;">80%</p>

Text with #EEB4EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEB4EF;}

<p style="text-shadow: 3px 3px 1px #EEB4EF">Text here.</p>

This text has shadow with #EEB4EF color.

.textShadow {text-shadow: 3px 3px 1px #EEB4EF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEB4EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEB4EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB4EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEB4EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEB4EF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEB4EF;
  -webkit-box-shadow:	1px 1px 3px 2px #EEB4EF;
  box-shadow:		1px 1px 3px 2px #EEB4EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB4EF;
-webkit-box-shadow: 1px 1px 3px 2px #EEB4EF;
box-shadow:1px 1px 3px 2px #EEB4EF;">
Div content here</div>
This div box has shadow with color #EEB4EF.

Preview

Color preview on black background

This text has color #EEB4EF on black background.


Color preview on white background

This text has color #EEB4EF on white background.



Black color preview on #EEB4EF background

This text has black color on #EEB4EF background.


White color preview on #EEB4EF background

This text has white color on #EEB4EF background.