COLOR #EEDBD3

HEX: #EEDBD3 RGB: (238,219,211)

Color info

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

RGB color model

#EEDBD3 color RGB value is (238,219,211).

RGB: (238,219,211) (93%, 86%, 83%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 211 of 255 = 83%

238
219
211

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

Portions of RGB colors in percentages

R + G + B = 238 + 219 + 211 = 668 (100%)
R 238 of 668 ~ 35.63%
G 219 of 668 ~ 32.78%
B 211 of 668 ~ 31.59'%

%35.63
%32.78
%31.59

CMYK color model

#EEDBD3 color CMYK value is (0,8,11,7).

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

CMYK: (0,8,11,7)
C0M8Y11K7 (0%, 8%, 11%, 7%)
(0.00 / 0.08 / 0.11 / 0.07)

CMYK percentages

%0
%7.98
%11.34
%6.67

Codes

Color #EEDBD3 in popluar color models

EE DB D3
RGB 238 219 211
HSL 18° 44.26% 88.04%
HSB/HSV 18° 11.34% 93.33%
CMYK 0.00% 7.98% 11.34%
6.67%

Color #EEDBD3 in popluar number systems.

HEX EE DB D3
Decimal 238 219 211
Binary 11101110 11011011 11010011
Octal 356 333 323

Shades and tints

Shades of #EEDBD3

#EEDBD3
(238,219,211)
#D9C8C0
(217,200,192)
#C4B5AD
(196,181,173)
#AFA29A
(175,162,154)
#9A8F87
(154,143,135)
#857C74
(133,124,116)
#706961
(112,105,97)
#5B564E
(91,86,78)
#46433B
(70,67,59)
#313028
(49,48,40)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #EEDBD3

#EEDBD3
(238,219,211)
#EFDED7
(239,222,215)
#F0E1DB
(240,225,219)
#F1E4DF
(241,228,223)
#F2E7E3
(242,231,227)
#F3EAE7
(243,234,231)
#F4EDEB
(244,237,235)
#F5F0EF
(245,240,239)
#F6F3F3
(246,243,243)
#F7F6F7
(247,246,247)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBD3; }

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

This text font color is #EEDBD3.

Background Color

.myBgColor { background-color: #EEDBD3; }

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

This div background color is #EEDBD3.

Border color

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

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

This div border color is #EEDBD3.

Opacity

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

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

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

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

This text has shadow with #EEDBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDBD3.

Preview

Color preview on black background

This text has color #EEDBD3 on black background.


Color preview on white background

This text has color #EEDBD3 on white background.


Black color preview on #EEDBD3 background

This text has black color on #EEDBD3 background.


White color preview on #EEDBD3 background

This text has white color on #EEDBD3 background.


Related colors

Complementary color

Complementary color for #hex is #11242C.


I love getcolorcode.com

Triadic colors

1 #D3EEDB and #DBD3EE with #EEDBD3 are triadic colors.

2 #D3DBEE and #DBEED3 with #EEDBD3 are triadic colors.