COLOR #EEDBC6

HEX: #EEDBC6 RGB: (238,219,198)

Color info

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

RGB color model

#EEDBC6 color RGB value is (238,219,198).

RGB: (238,219,198) (93%, 86%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 198 of 255 = 78%

238
219
198

R + G + B ~ 86%. #EEDBC6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 219 + 198 = 655 (100%)
R 238 of 655 ~ 36.34%
G 219 of 655 ~ 33.44%
B 198 of 655 ~ 30.23'%

%36.34
%33.44
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.98%
  • 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
%7.98
%16.81
%6.67

Codes

Color #EEDBC6 in popluar color models

EE DB C6
RGB 238 219 198
HSL 32° 54.05% 85.49%
HSB/HSV 32° 16.81% 93.33%
CMYK 0.00% 7.98% 16.81%
6.67%

Color #EEDBC6 in popluar number systems.

HEX EE DB C6
Decimal 238 219 198
Binary 11101110 11011011 11000110
Octal 356 333 306

Shades and tints

Shades of #EEDBC6

#EEDBC6
(238,219,198)
#D9C8B4
(217,200,180)
#C4B5A2
(196,181,162)
#AFA290
(175,162,144)
#9A8F7E
(154,143,126)
#857C6C
(133,124,108)
#70695A
(112,105,90)
#5B5648
(91,86,72)
#464336
(70,67,54)
#313024
(49,48,36)
#1C1D12
(28,29,18)
#000000
(0,0,0)

Tints of #EEDBC6

#EEDBC6
(238,219,198)
#EFDECB
(239,222,203)
#F0E1D0
(240,225,208)
#F1E4D5
(241,228,213)
#F2E7DA
(242,231,218)
#F3EADF
(243,234,223)
#F4EDE4
(244,237,228)
#F5F0E9
(245,240,233)
#F6F3EE
(246,243,238)
#F7F6F3
(247,246,243)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBC6; }

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

This text font color is #EEDBC6.

Background Color

.myBgColor { background-color: #EEDBC6; }

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

This div background color is #EEDBC6.

Border color

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

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

This div border color is #EEDBC6.

Opacity

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

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

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

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

This text has shadow with #EEDBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDBC6.

Preview

Color preview on black background

This text has color #EEDBC6 on black background.


Color preview on white background

This text has color #EEDBC6 on white background.


Black color preview on #EEDBC6 background

This text has black color on #EEDBC6 background.


White color preview on #EEDBC6 background

This text has white color on #EEDBC6 background.


Related colors

Complementary color

Complementary color for #hex is #112439.


I love getcolorcode.com

Triadic colors

1 #C6EEDB and #DBC6EE with #EEDBC6 are triadic colors.

2 #C6DBEE and #DBEEC6 with #EEDBC6 are triadic colors.