COLOR #EEC8D6

HEX: #EEC8D6 RGB: (238,200,214)

Color info

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

RGB color model

#EEC8D6 color RGB value is (238,200,214).

RGB: (238,200,214) (93%, 78%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 200 of 255 = 78%
B 214 of 255 = 84%

238
200
214

R + G + B ~ 85%. #EEC8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 200 + 214 = 652 (100%)
R 238 of 652 ~ 36.5%
G 200 of 652 ~ 30.67%
B 214 of 652 ~ 32.82'%

%36.5
%30.67
%32.82

CMYK color model

#EEC8D6 color CMYK value is (0,16,10,7).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK: (0,16,10,7) C0M16Y10K7 (0%,16%,10%,7%) (0.00/0.16/0.10/0.07) 

CMYK percentages

%0
%15.97
%10.08
%6.67

Codes

Color #EEC8D6 in popluar color models

EE C8 D6
RGB 238 200 214
HSL 338° 52.78% 85.88%
HSB/HSV 338° 15.97% 93.33%
CMYK 0.00% 15.97% 10.08%
6.67%

Color #EEC8D6 in popluar number systems.

HEX EE C8 D6
Decimal 238 200 214
Binary 11101110 11001000 11010110
Octal 356 310 326

Shades and tints

Shades of #EEC8D6

#EEC8D6
(238,200,214)
#D9B6C3
(217,182,195)
#C4A4B0
(196,164,176)
#AF929D
(175,146,157)
#9A808A
(154,128,138)
#856E77
(133,110,119)
#705C64
(112,92,100)
#5B4A51
(91,74,81)
#46383E
(70,56,62)
#31262B
(49,38,43)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEC8D6

#EEC8D6
(238,200,214)
#EFCDD9
(239,205,217)
#F0D2DC
(240,210,220)
#F1D7DF
(241,215,223)
#F2DCE2
(242,220,226)
#F3E1E5
(243,225,229)
#F4E6E8
(244,230,232)
#F5EBEB
(245,235,235)
#F6F0EE
(246,240,238)
#F7F5F1
(247,245,241)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC8D6; }

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

This text font color is #EEC8D6.

Background Color

.myBgColor { background-color: #EEC8D6; }

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

This div background color is #EEC8D6.

Border color

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

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

This div border color is #EEC8D6.

Opacity

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

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

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

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

This text has shadow with #EEC8D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC8D6.

Preview

Color preview on black background

This text has color #EEC8D6 on black background.


Color preview on white background

This text has color #EEC8D6 on white background.


Black color preview on #EEC8D6 background

This text has black color on #EEC8D6 background.


White color preview on #EEC8D6 background

This text has white color on #EEC8D6 background.


Related colors

Complementary color

Complementary color for #hex is #113729.


I love getcolorcode.com

Triadic colors

1 #D6EEC8 and #C8D6EE with #EEC8D6 are triadic colors.

2 #D6C8EE and #C8EED6 with #EEC8D6 are triadic colors.