COLOR #EEB9D6

HEX: #EEB9D6
RGB: (238,185,214)

Color info

#EEB9D6 contains red, green and blue colors in about the same proportion. Web safe color of #EEB9D6 is #FFCCCC (or #FCC).

RGB color model

#EEB9D6 color RGB value is (238,185,214).

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

RGB channels and saturation

R 238 of 255 = 93%
G 185 of 255 = 73%
B 214 of 255 = 84%

238
185
214

R + G + B ~ 83%. #EEB9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 185 + 214 = 637 (100%)
R 238 of 637 ~ 37.36%
G 185 of 637 ~ 29.04%
B 214 of 637 ~ 33.59%

%37.36
%29.04
%33.59

CMYK color model

#EEB9D6 color CMYK value is (0,22,10,7).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(0,22,10,7)
C0M22Y10K7 
(0%,22%,10%,7%)
(0.00/0.22/0.10/0.07)	

CMYK percentages

%0
%22.27
%10.08
%6.67

Codes

Color #EEB9D6 in popluar color models

EEB9D6
RGB238185214
HSL327°60.92%82.94%
HSB/HSV327°22.27%93.33%
CMYK0.00%22.27%10.08%
6.67%

Color #EEB9D6 in popluar number systems.

HEXEEB9D6
Decimal238185214
Binary111011101011100111010110
Octal356271326

Shades and tints

Shades of #EEB9D6

#EEB9D6
(238,185,214)
#D9A9C3
(217,169,195)
#C499B0
(196,153,176)
#AF899D
(175,137,157)
#9A798A
(154,121,138)
#856977
(133,105,119)
#705964
(112,89,100)
#5B4951
(91,73,81)
#46393E
(70,57,62)
#31292B
(49,41,43)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #EEB9D6

#EEB9D6
(238,185,214)
#EFBFD9
(239,191,217)
#F0C5DC
(240,197,220)
#F1CBDF
(241,203,223)
#F2D1E2
(242,209,226)
#F3D7E5
(243,215,229)
#F4DDE8
(244,221,232)
#F5E3EB
(245,227,235)
#F6E9EE
(246,233,238)
#F7EFF1
(247,239,241)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB9D6; }

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

This text font color is #EEB9D6.


Background Color

.myBgColor { background-color: #EEB9D6; }

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

This div background color is #EEB9D6.


Border color

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

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

This div border color is #EEB9D6.


Opacity

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

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

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

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

This text has shadow with #EEB9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB9D6 on black background.


Color preview on white background

This text has color #EEB9D6 on white background.



Black color preview on #EEB9D6 background

This text has black color on #EEB9D6 background.


White color preview on #EEB9D6 background

This text has white color on #EEB9D6 background.