COLOR #EEB8D6

HEX: #EEB8D6 RGB: (238,184,214)

Color info

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

RGB color model

#EEB8D6 color RGB value is (238,184,214).

RGB: (238,184,214) (93%, 72%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 214 of 255 = 84%

238
184
214

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

Portions of RGB colors in percentages

R + G + B = 238 + 184 + 214 = 636 (100%)
R 238 of 636 ~ 37.42%
G 184 of 636 ~ 28.93%
B 214 of 636 ~ 33.65'%

%37.42
%28.93
%33.65

CMYK color model

#EEB8D6 color CMYK value is (0,23,10,7).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 10.08%
  • key color value is 6.67%

CMYK: (0,23,10,7)
C0M23Y10K7 (0%, 23%, 10%, 7%)
(0.00 / 0.23 / 0.10 / 0.07)

CMYK percentages

%0
%22.69
%10.08
%6.67

Codes

Color #EEB8D6 in popluar color models

EE B8 D6
RGB 238 184 214
HSL 327° 61.36% 82.75%
HSB/HSV 327° 22.69% 93.33%
CMYK 0.00% 22.69% 10.08%
6.67%

Color #EEB8D6 in popluar number systems.

HEX EE B8 D6
Decimal 238 184 214
Binary 11101110 10111000 11010110
Octal 356 270 326

Shades and tints

Shades of #EEB8D6

#EEB8D6
(238,184,214)
#D9A8C3
(217,168,195)
#C498B0
(196,152,176)
#AF889D
(175,136,157)
#9A788A
(154,120,138)
#856877
(133,104,119)
#705864
(112,88,100)
#5B4851
(91,72,81)
#46383E
(70,56,62)
#31282B
(49,40,43)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EEB8D6

#EEB8D6
(238,184,214)
#EFBED9
(239,190,217)
#F0C4DC
(240,196,220)
#F1CADF
(241,202,223)
#F2D0E2
(242,208,226)
#F3D6E5
(243,214,229)
#F4DCE8
(244,220,232)
#F5E2EB
(245,226,235)
#F6E8EE
(246,232,238)
#F7EEF1
(247,238,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB8D6; }

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

This text font color is #EEB8D6.

Background Color

.myBgColor { background-color: #EEB8D6; }

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

This div background color is #EEB8D6.

Border color

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

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

This div border color is #EEB8D6.

Opacity

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

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

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

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

This text has shadow with #EEB8D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB8D6.

Preview

Color preview on black background

This text has color #EEB8D6 on black background.


Color preview on white background

This text has color #EEB8D6 on white background.


Black color preview on #EEB8D6 background

This text has black color on #EEB8D6 background.


White color preview on #EEB8D6 background

This text has white color on #EEB8D6 background.


Related colors

Complementary color

Complementary color for #hex is #114729.


I love getcolorcode.com

Triadic colors

1 #D6EEB8 and #B8D6EE with #EEB8D6 are triadic colors.

2 #D6B8EE and #B8EED6 with #EEB8D6 are triadic colors.