COLOR #EEDBCF

HEX: #EEDBCF RGB: (238,219,207)

Color info

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

RGB color model

#EEDBCF color RGB value is (238,219,207).

RGB: (238,219,207) (93%, 86%, 81%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 207 of 255 = 81%

238
219
207

R + G + B ~ 87%. #EEDBCF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 219 + 207 = 664 (100%)
R 238 of 664 ~ 35.84%
G 219 of 664 ~ 32.98%
B 207 of 664 ~ 31.17'%

%35.84
%32.98
%31.17

CMYK color model

#EEDBCF color CMYK value is (0,8,13,7).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 13.03%
  • key color value is 6.67%

CMYK: (0,8,13,7)
C0M8Y13K7 (0%, 8%, 13%, 7%)
(0.00 / 0.08 / 0.13 / 0.07)

CMYK percentages

%0
%7.98
%13.03
%6.67

Codes

Color #EEDBCF in popluar color models

EE DB CF
RGB 238 219 207
HSL 23° 47.69% 87.25%
HSB/HSV 23° 13.03% 93.33%
CMYK 0.00% 7.98% 13.03%
6.67%

Color #EEDBCF in popluar number systems.

HEX EE DB CF
Decimal 238 219 207
Binary 11101110 11011011 11001111
Octal 356 333 317

Shades and tints

Shades of #EEDBCF

#EEDBCF
(238,219,207)
#D9C8BD
(217,200,189)
#C4B5AB
(196,181,171)
#AFA299
(175,162,153)
#9A8F87
(154,143,135)
#857C75
(133,124,117)
#706963
(112,105,99)
#5B5651
(91,86,81)
#46433F
(70,67,63)
#31302D
(49,48,45)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #EEDBCF

#EEDBCF
(238,219,207)
#EFDED3
(239,222,211)
#F0E1D7
(240,225,215)
#F1E4DB
(241,228,219)
#F2E7DF
(242,231,223)
#F3EAE3
(243,234,227)
#F4EDE7
(244,237,231)
#F5F0EB
(245,240,235)
#F6F3EF
(246,243,239)
#F7F6F3
(247,246,243)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBCF; }

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

This text font color is #EEDBCF.

Background Color

.myBgColor { background-color: #EEDBCF; }

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

This div background color is #EEDBCF.

Border color

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

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

This div border color is #EEDBCF.

Opacity

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

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

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

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

This text has shadow with #EEDBCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDBCF.

Preview

Color preview on black background

This text has color #EEDBCF on black background.


Color preview on white background

This text has color #EEDBCF on white background.


Black color preview on #EEDBCF background

This text has black color on #EEDBCF background.


White color preview on #EEDBCF background

This text has white color on #EEDBCF background.


Related colors

Complementary color

Complementary color for #hex is #112430.


I love getcolorcode.com

Triadic colors

1 #CFEEDB and #DBCFEE with #EEDBCF are triadic colors.

2 #CFDBEE and #DBEECF with #EEDBCF are triadic colors.