COLOR #ECDBB5

HEX: #ECDBB5 RGB: (236,219,181)

Color info

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

RGB color model

#ECDBB5 color RGB value is (236,219,181).

RGB: (236,219,181) (93%, 86%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 181 of 255 = 71%

236
219
181

R + G + B ~ 83%. #ECDBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 219 + 181 = 636 (100%)
R 236 of 636 ~ 37.11%
G 219 of 636 ~ 34.43%
B 181 of 636 ~ 28.46'%

%37.11
%34.43
%28.46

CMYK color model

#ECDBB5 color CMYK value is (0,7,23,7).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 23.31%
  • key color value is 7.45%

CMYK: (0,7,23,7)
C0M7Y23K7 (0%, 7%, 23%, 7%)
(0.00 / 0.07 / 0.23 / 0.07)

CMYK percentages

%0
%7.2
%23.31
%7.45

Codes

Color #ECDBB5 in popluar color models

EC DB B5
RGB 236 219 181
HSL 41° 59.14% 81.76%
HSB/HSV 41° 23.31% 92.55%
CMYK 0.00% 7.20% 23.31%
7.45%

Color #ECDBB5 in popluar number systems.

HEX EC DB B5
Decimal 236 219 181
Binary 11101100 11011011 10110101
Octal 354 333 265

Shades and tints

Shades of #ECDBB5

#ECDBB5
(236,219,181)
#D7C8A5
(215,200,165)
#C2B595
(194,181,149)
#ADA285
(173,162,133)
#988F75
(152,143,117)
#837C65
(131,124,101)
#6E6955
(110,105,85)
#595645
(89,86,69)
#444335
(68,67,53)
#2F3025
(47,48,37)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #ECDBB5

#ECDBB5
(236,219,181)
#EDDEBB
(237,222,187)
#EEE1C1
(238,225,193)
#EFE4C7
(239,228,199)
#F0E7CD
(240,231,205)
#F1EAD3
(241,234,211)
#F2EDD9
(242,237,217)
#F3F0DF
(243,240,223)
#F4F3E5
(244,243,229)
#F5F6EB
(245,246,235)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDBB5 color. Also use rgb(236,219,181) instead hex code.

Text Font Color

.myTextColor { color: #ECDBB5; }

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

This text font color is #ECDBB5.

Background Color

.myBgColor { background-color: #ECDBB5; }

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

This div background color is #ECDBB5.

Border color

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

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

This div border color is #ECDBB5.

Opacity

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

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

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

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

This text has shadow with #ECDBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDBB5.

Preview

Color preview on black background

This text has color #ECDBB5 on black background.


Color preview on white background

This text has color #ECDBB5 on white background.


Black color preview on #ECDBB5 background

This text has black color on #ECDBB5 background.


White color preview on #ECDBB5 background

This text has white color on #ECDBB5 background.


Related colors

Complementary color

Complementary color for #hex is #13244A.


I love getcolorcode.com

Triadic colors

1 #B5ECDB and #DBB5EC with #ECDBB5 are triadic colors.

2 #B5DBEC and #DBECB5 with #ECDBB5 are triadic colors.