COLOR #EECDB0

HEX: #EECDB0 RGB: (238,205,176)

Color info

#EECDB0 contains mainly red and green colors. Web safe color of #EECDB0 is #FFCC99 (or #FC9).

RGB color model

#EECDB0 color RGB value is (238,205,176).

RGB: (238,205,176) (93%, 80%, 69%)

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 176 of 255 = 69%

238
205
176

R + G + B ~ 81%. #EECDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 205 + 176 = 619 (100%)
R 238 of 619 ~ 38.45%
G 205 of 619 ~ 33.12%
B 176 of 619 ~ 28.43'%

%38.45
%33.12
%28.43

CMYK color model

#EECDB0 color CMYK value is (0,14,26,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 26.05%
  • key color value is 6.67%

CMYK: (0,14,26,7)
C0M14Y26K7 (0%, 14%, 26%, 7%)
(0.00 / 0.14 / 0.26 / 0.07)

CMYK percentages

%0
%13.87
%26.05
%6.67

Codes

Color #EECDB0 in popluar color models

EE CD B0
RGB 238 205 176
HSL 28° 64.58% 81.18%
HSB/HSV 28° 26.05% 93.33%
CMYK 0.00% 13.87% 26.05%
6.67%

Color #EECDB0 in popluar number systems.

HEX EE CD B0
Decimal 238 205 176
Binary 11101110 11001101 10110000
Octal 356 315 260

Shades and tints

Shades of #EECDB0

#EECDB0
(238,205,176)
#D9BBA0
(217,187,160)
#C4A990
(196,169,144)
#AF9780
(175,151,128)
#9A8570
(154,133,112)
#857360
(133,115,96)
#706150
(112,97,80)
#5B4F40
(91,79,64)
#463D30
(70,61,48)
#312B20
(49,43,32)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #EECDB0

#EECDB0
(238,205,176)
#EFD1B7
(239,209,183)
#F0D5BE
(240,213,190)
#F1D9C5
(241,217,197)
#F2DDCC
(242,221,204)
#F3E1D3
(243,225,211)
#F4E5DA
(244,229,218)
#F5E9E1
(245,233,225)
#F6EDE8
(246,237,232)
#F7F1EF
(247,241,239)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECDB0 color. Also use rgb(238,205,176) instead hex code.

Text Font Color

.myTextColor { color: #EECDB0; }

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

This text font color is #EECDB0.

Background Color

.myBgColor { background-color: #EECDB0; }

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

This div background color is #EECDB0.

Border color

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

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

This div border color is #EECDB0.

Opacity

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

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

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

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

This text has shadow with #EECDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECDB0.

Preview

Color preview on black background

This text has color #EECDB0 on black background.


Color preview on white background

This text has color #EECDB0 on white background.


Black color preview on #EECDB0 background

This text has black color on #EECDB0 background.


White color preview on #EECDB0 background

This text has white color on #EECDB0 background.


Related colors

Complementary color

Complementary color for #hex is #11324F.


I love getcolorcode.com

Triadic colors

1 #B0EECD and #CDB0EE with #EECDB0 are triadic colors.

2 #B0CDEE and #CDEEB0 with #EECDB0 are triadic colors.