COLOR #EED6C6

HEX: #EED6C6 RGB: (238,214,198)

Color info

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

RGB color model

#EED6C6 color RGB value is (238,214,198).

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

RGB channels and saturation

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

238
214
198

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

Portions of RGB colors in percentages

R + G + B = 238 + 214 + 198 = 650 (100%)
R 238 of 650 ~ 36.62%
G 214 of 650 ~ 32.92%
B 198 of 650 ~ 30.46'%

%36.62
%32.92
%30.46

CMYK color model

#EED6C6 color CMYK value is (0,10,17,7).

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

CMYK: (0,10,17,7)
C0M10Y17K7 (0%, 10%, 17%, 7%)
(0.00 / 0.10 / 0.17 / 0.07)

CMYK percentages

%0
%10.08
%16.81
%6.67

Codes

Color #EED6C6 in popluar color models

EE D6 C6
RGB 238 214 198
HSL 24° 54.05% 85.49%
HSB/HSV 24° 16.81% 93.33%
CMYK 0.00% 10.08% 16.81%
6.67%

Color #EED6C6 in popluar number systems.

HEX EE D6 C6
Decimal 238 214 198
Binary 11101110 11010110 11000110
Octal 356 326 306

Shades and tints

Shades of #EED6C6

#EED6C6
(238,214,198)
#D9C3B4
(217,195,180)
#C4B0A2
(196,176,162)
#AF9D90
(175,157,144)
#9A8A7E
(154,138,126)
#85776C
(133,119,108)
#70645A
(112,100,90)
#5B5148
(91,81,72)
#463E36
(70,62,54)
#312B24
(49,43,36)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #EED6C6

#EED6C6
(238,214,198)
#EFD9CB
(239,217,203)
#F0DCD0
(240,220,208)
#F1DFD5
(241,223,213)
#F2E2DA
(242,226,218)
#F3E5DF
(243,229,223)
#F4E8E4
(244,232,228)
#F5EBE9
(245,235,233)
#F6EEEE
(246,238,238)
#F7F1F3
(247,241,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED6C6; }

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

This text font color is #EED6C6.

Background Color

.myBgColor { background-color: #EED6C6; }

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

This div background color is #EED6C6.

Border color

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

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

This div border color is #EED6C6.

Opacity

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

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

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

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

This text has shadow with #EED6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED6C6.

Preview

Color preview on black background

This text has color #EED6C6 on black background.


Color preview on white background

This text has color #EED6C6 on white background.


Black color preview on #EED6C6 background

This text has black color on #EED6C6 background.


White color preview on #EED6C6 background

This text has white color on #EED6C6 background.


Related colors

Complementary color

Complementary color for #hex is #112939.


I love getcolorcode.com

Triadic colors

1 #C6EED6 and #D6C6EE with #EED6C6 are triadic colors.

2 #C6D6EE and #D6EEC6 with #EED6C6 are triadic colors.