COLOR #EEDBD7

HEX: #EEDBD7 RGB: (238,219,215)

Color info

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

RGB color model

#EEDBD7 color RGB value is (238,219,215).

RGB: (238,219,215) (93%, 86%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 215 of 255 = 84%

238
219
215

R + G + B ~ 88%. #EEDBD7 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 219 + 215 = 672 (100%)
R 238 of 672 ~ 35.42%
G 219 of 672 ~ 32.59%
B 215 of 672 ~ 31.99'%

%35.42
%32.59
%31.99

CMYK color model

#EEDBD7 color CMYK value is (0,8,10,7).

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

CMYK: (0,8,10,7)
C0M8Y10K7 (0%, 8%, 10%, 7%)
(0.00 / 0.08 / 0.10 / 0.07)

CMYK percentages

%0
%7.98
%9.66
%6.67

Codes

Color #EEDBD7 in popluar color models

EE DB D7
RGB 238 219 215
HSL 10° 40.35% 88.82%
HSB/HSV 10° 9.66% 93.33%
CMYK 0.00% 7.98% 9.66%
6.67%

Color #EEDBD7 in popluar number systems.

HEX EE DB D7
Decimal 238 219 215
Binary 11101110 11011011 11010111
Octal 356 333 327

Shades and tints

Shades of #EEDBD7

#EEDBD7
(238,219,215)
#D9C8C4
(217,200,196)
#C4B5B1
(196,181,177)
#AFA29E
(175,162,158)
#9A8F8B
(154,143,139)
#857C78
(133,124,120)
#706965
(112,105,101)
#5B5652
(91,86,82)
#46433F
(70,67,63)
#31302C
(49,48,44)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #EEDBD7

#EEDBD7
(238,219,215)
#EFDEDA
(239,222,218)
#F0E1DD
(240,225,221)
#F1E4E0
(241,228,224)
#F2E7E3
(242,231,227)
#F3EAE6
(243,234,230)
#F4EDE9
(244,237,233)
#F5F0EC
(245,240,236)
#F6F3EF
(246,243,239)
#F7F6F2
(247,246,242)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDBD7; }

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

This text font color is #EEDBD7.

Background Color

.myBgColor { background-color: #EEDBD7; }

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

This div background color is #EEDBD7.

Border color

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

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

This div border color is #EEDBD7.

Opacity

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

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

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

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

This text has shadow with #EEDBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDBD7.

Preview

Color preview on black background

This text has color #EEDBD7 on black background.


Color preview on white background

This text has color #EEDBD7 on white background.


Black color preview on #EEDBD7 background

This text has black color on #EEDBD7 background.


White color preview on #EEDBD7 background

This text has white color on #EEDBD7 background.


Related colors

Complementary color

Complementary color for #hex is #112428.


I love getcolorcode.com

Triadic colors

1 #D7EEDB and #DBD7EE with #EEDBD7 are triadic colors.

2 #D7DBEE and #DBEED7 with #EEDBD7 are triadic colors.