COLOR #EEB9EC

HEX: #EEB9EC
RGB: (238,185,236)

Color info

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

RGB color model

#EEB9EC color RGB value is (238,185,236).

  • red value is 238;
  • green value is 185;
  • blue value is 236.
RGB:
(238,185,236)
(93%,73%,93%)

RGB channels and saturation

R 238 of 255 = 93%
G 185 of 255 = 73%
B 236 of 255 = 93%

238
185
236

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

Portions of RGB colors in percentages

R + G + B =
238 + 185 + 236 = 659 (100%)
R 238 of 659 ~ 36.12%
G 185 of 659 ~ 28.07%
B 236 of 659 ~ 35.81%

%36.12
%28.07
%35.81

CMYK color model

#EEB9EC color CMYK value is (0,22,1,7).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 0.84%
  • key color value is 6.67%
CMYK:
(0,22,1,7)
C0M22Y1K7 
(0%,22%,1%,7%)
(0.00/0.22/0.01/0.07)	

CMYK percentages

%0
%22.27
%0.84
%6.67

Codes

Color #EEB9EC in popluar color models

EEB9EC
RGB238185236
HSL302°60.92%82.94%
HSB/HSV302°22.27%93.33%
CMYK0.00%22.27%0.84%
6.67%

Color #EEB9EC in popluar number systems.

HEXEEB9EC
Decimal238185236
Binary111011101011100111101100
Octal356271354

Shades and tints

Shades of #EEB9EC

#EEB9EC
(238,185,236)
#D9A9D7
(217,169,215)
#C499C2
(196,153,194)
#AF89AD
(175,137,173)
#9A7998
(154,121,152)
#856983
(133,105,131)
#70596E
(112,89,110)
#5B4959
(91,73,89)
#463944
(70,57,68)
#31292F
(49,41,47)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #EEB9EC

#EEB9EC
(238,185,236)
#EFBFED
(239,191,237)
#F0C5EE
(240,197,238)
#F1CBEF
(241,203,239)
#F2D1F0
(242,209,240)
#F3D7F1
(243,215,241)
#F4DDF2
(244,221,242)
#F5E3F3
(245,227,243)
#F6E9F4
(246,233,244)
#F7EFF5
(247,239,245)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB9EC color. Also use rgb(238,185,236) instead hex code.

Text Font Color

.myTextColor { color: #EEB9EC; }

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

This text font color is #EEB9EC.


Background Color

.myBgColor { background-color: #EEB9EC; }

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

This div background color is #EEB9EC.


Border color

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

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

This div border color is #EEB9EC.


Opacity

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

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

Text with #EEB9EC 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 #EEB9EC;}

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

This text has shadow with #EEB9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB9EC on black background.


Color preview on white background

This text has color #EEB9EC on white background.



Black color preview on #EEB9EC background

This text has black color on #EEB9EC background.


White color preview on #EEB9EC background

This text has white color on #EEB9EC background.