COLOR #EEC4D6

HEX: #EEC4D6 RGB: (238,196,214)

Color info

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

RGB color model

#EEC4D6 color RGB value is (238,196,214).

RGB: (238,196,214) (93%, 77%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 214 of 255 = 84%

238
196
214

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

Portions of RGB colors in percentages

R + G + B = 238 + 196 + 214 = 648 (100%)
R 238 of 648 ~ 36.73%
G 196 of 648 ~ 30.25%
B 214 of 648 ~ 33.02'%

%36.73
%30.25
%33.02

CMYK color model

#EEC4D6 color CMYK value is (0,18,10,7).

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

CMYK: (0,18,10,7)
C0M18Y10K7 (0%, 18%, 10%, 7%)
(0.00 / 0.18 / 0.10 / 0.07)

CMYK percentages

%0
%17.65
%10.08
%6.67

Codes

Color #EEC4D6 in popluar color models

EE C4 D6
RGB 238 196 214
HSL 334° 55.26% 85.10%
HSB/HSV 334° 17.65% 93.33%
CMYK 0.00% 17.65% 10.08%
6.67%

Color #EEC4D6 in popluar number systems.

HEX EE C4 D6
Decimal 238 196 214
Binary 11101110 11000100 11010110
Octal 356 304 326

Shades and tints

Shades of #EEC4D6

#EEC4D6
(238,196,214)
#D9B3C3
(217,179,195)
#C4A2B0
(196,162,176)
#AF919D
(175,145,157)
#9A808A
(154,128,138)
#856F77
(133,111,119)
#705E64
(112,94,100)
#5B4D51
(91,77,81)
#463C3E
(70,60,62)
#312B2B
(49,43,43)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #EEC4D6

#EEC4D6
(238,196,214)
#EFC9D9
(239,201,217)
#F0CEDC
(240,206,220)
#F1D3DF
(241,211,223)
#F2D8E2
(242,216,226)
#F3DDE5
(243,221,229)
#F4E2E8
(244,226,232)
#F5E7EB
(245,231,235)
#F6ECEE
(246,236,238)
#F7F1F1
(247,241,241)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4D6; }

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

This text font color is #EEC4D6.

Background Color

.myBgColor { background-color: #EEC4D6; }

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

This div background color is #EEC4D6.

Border color

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

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

This div border color is #EEC4D6.

Opacity

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

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

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

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

This text has shadow with #EEC4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC4D6.

Preview

Color preview on black background

This text has color #EEC4D6 on black background.


Color preview on white background

This text has color #EEC4D6 on white background.


Black color preview on #EEC4D6 background

This text has black color on #EEC4D6 background.


White color preview on #EEC4D6 background

This text has white color on #EEC4D6 background.


Related colors

Complementary color

Complementary color for #hex is #113B29.


I love getcolorcode.com

Triadic colors

1 #D6EEC4 and #C4D6EE with #EEC4D6 are triadic colors.

2 #D6C4EE and #C4EED6 with #EEC4D6 are triadic colors.