COLOR #EEB9E8

HEX: #EEB9E8
RGB: (238,185,232)

Color info

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

RGB color model

#EEB9E8 color RGB value is (238,185,232).

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

RGB channels and saturation

R 238 of 255 = 93%
G 185 of 255 = 73%
B 232 of 255 = 91%

238
185
232

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

Portions of RGB colors in percentages

R + G + B =
238 + 185 + 232 = 655 (100%)
R 238 of 655 ~ 36.34%
G 185 of 655 ~ 28.24%
B 232 of 655 ~ 35.42%

%36.34
%28.24
%35.42

CMYK color model

#EEB9E8 color CMYK value is (0,22,3,7).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,22,3,7)
C0M22Y3K7 
(0%,22%,3%,7%)
(0.00/0.22/0.03/0.07)	

CMYK percentages

%0
%22.27
%2.52
%6.67

Codes

Color #EEB9E8 in popluar color models

EEB9E8
RGB238185232
HSL307°60.92%82.94%
HSB/HSV307°22.27%93.33%
CMYK0.00%22.27%2.52%
6.67%

Color #EEB9E8 in popluar number systems.

HEXEEB9E8
Decimal238185232
Binary111011101011100111101000
Octal356271350

Shades and tints

Shades of #EEB9E8

#EEB9E8
(238,185,232)
#D9A9D3
(217,169,211)
#C499BE
(196,153,190)
#AF89A9
(175,137,169)
#9A7994
(154,121,148)
#85697F
(133,105,127)
#70596A
(112,89,106)
#5B4955
(91,73,85)
#463940
(70,57,64)
#31292B
(49,41,43)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EEB9E8

#EEB9E8
(238,185,232)
#EFBFEA
(239,191,234)
#F0C5EC
(240,197,236)
#F1CBEE
(241,203,238)
#F2D1F0
(242,209,240)
#F3D7F2
(243,215,242)
#F4DDF4
(244,221,244)
#F5E3F6
(245,227,246)
#F6E9F8
(246,233,248)
#F7EFFA
(247,239,250)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB9E8; }

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

This text font color is #EEB9E8.


Background Color

.myBgColor { background-color: #EEB9E8; }

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

This div background color is #EEB9E8.


Border color

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

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

This div border color is #EEB9E8.


Opacity

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

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

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

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

This text has shadow with #EEB9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB9E8 on black background.


Color preview on white background

This text has color #EEB9E8 on white background.



Black color preview on #EEB9E8 background

This text has black color on #EEB9E8 background.


White color preview on #EEB9E8 background

This text has white color on #EEB9E8 background.