COLOR #EEDAC6

HEX: #EEDAC6 RGB: (238,218,198)

Color info

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

RGB color model

#EEDAC6 color RGB value is (238,218,198).

RGB: (238,218,198) (93%, 85%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 198 of 255 = 78%

238
218
198

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

Portions of RGB colors in percentages

R + G + B = 238 + 218 + 198 = 654 (100%)
R 238 of 654 ~ 36.39%
G 218 of 654 ~ 33.33%
B 198 of 654 ~ 30.28'%

%36.39
%33.33
%30.28

CMYK color model

#EEDAC6 color CMYK value is (0,8,17,7).

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

CMYK: (0,8,17,7)
C0M8Y17K7 (0%, 8%, 17%, 7%)
(0.00 / 0.08 / 0.17 / 0.07)

CMYK percentages

%0
%8.4
%16.81
%6.67

Codes

Color #EEDAC6 in popluar color models

EE DA C6
RGB 238 218 198
HSL 30° 54.05% 85.49%
HSB/HSV 30° 16.81% 93.33%
CMYK 0.00% 8.40% 16.81%
6.67%

Color #EEDAC6 in popluar number systems.

HEX EE DA C6
Decimal 238 218 198
Binary 11101110 11011010 11000110
Octal 356 332 306

Shades and tints

Shades of #EEDAC6

#EEDAC6
(238,218,198)
#D9C7B4
(217,199,180)
#C4B4A2
(196,180,162)
#AFA190
(175,161,144)
#9A8E7E
(154,142,126)
#857B6C
(133,123,108)
#70685A
(112,104,90)
#5B5548
(91,85,72)
#464236
(70,66,54)
#312F24
(49,47,36)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #EEDAC6

#EEDAC6
(238,218,198)
#EFDDCB
(239,221,203)
#F0E0D0
(240,224,208)
#F1E3D5
(241,227,213)
#F2E6DA
(242,230,218)
#F3E9DF
(243,233,223)
#F4ECE4
(244,236,228)
#F5EFE9
(245,239,233)
#F6F2EE
(246,242,238)
#F7F5F3
(247,245,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDAC6; }

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

This text font color is #EEDAC6.

Background Color

.myBgColor { background-color: #EEDAC6; }

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

This div background color is #EEDAC6.

Border color

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

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

This div border color is #EEDAC6.

Opacity

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

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

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

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

This text has shadow with #EEDAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDAC6.

Preview

Color preview on black background

This text has color #EEDAC6 on black background.


Color preview on white background

This text has color #EEDAC6 on white background.


Black color preview on #EEDAC6 background

This text has black color on #EEDAC6 background.


White color preview on #EEDAC6 background

This text has white color on #EEDAC6 background.


Related colors

Complementary color

Complementary color for #hex is #112539.


I love getcolorcode.com

Triadic colors

1 #C6EEDA and #DAC6EE with #EEDAC6 are triadic colors.

2 #C6DAEE and #DAEEC6 with #EEDAC6 are triadic colors.