COLOR #ECD2BD

HEX: #ECD2BD RGB: (236,210,189)

Color info

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

RGB color model

#ECD2BD color RGB value is (236,210,189).

RGB: (236,210,189) (93%, 82%, 74%)

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 189 of 255 = 74%

236
210
189

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

Portions of RGB colors in percentages

R + G + B = 236 + 210 + 189 = 635 (100%)
R 236 of 635 ~ 37.17%
G 210 of 635 ~ 33.07%
B 189 of 635 ~ 29.76'%

%37.17
%33.07
%29.76

CMYK color model

#ECD2BD color CMYK value is (0,11,20,7).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 19.92%
  • key color value is 7.45%

CMYK: (0,11,20,7)
C0M11Y20K7 (0%, 11%, 20%, 7%)
(0.00 / 0.11 / 0.20 / 0.07)

CMYK percentages

%0
%11.02
%19.92
%7.45

Codes

Color #ECD2BD in popluar color models

EC D2 BD
RGB 236 210 189
HSL 27° 55.29% 83.33%
HSB/HSV 27° 19.92% 92.55%
CMYK 0.00% 11.02% 19.92%
7.45%

Color #ECD2BD in popluar number systems.

HEX EC D2 BD
Decimal 236 210 189
Binary 11101100 11010010 10111101
Octal 354 322 275

Shades and tints

Shades of #ECD2BD

#ECD2BD
(236,210,189)
#D7BFAC
(215,191,172)
#C2AC9B
(194,172,155)
#AD998A
(173,153,138)
#988679
(152,134,121)
#837368
(131,115,104)
#6E6057
(110,96,87)
#594D46
(89,77,70)
#443A35
(68,58,53)
#2F2724
(47,39,36)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #ECD2BD

#ECD2BD
(236,210,189)
#EDD6C3
(237,214,195)
#EEDAC9
(238,218,201)
#EFDECF
(239,222,207)
#F0E2D5
(240,226,213)
#F1E6DB
(241,230,219)
#F2EAE1
(242,234,225)
#F3EEE7
(243,238,231)
#F4F2ED
(244,242,237)
#F5F6F3
(245,246,243)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD2BD color. Also use rgb(236,210,189) instead hex code.

Text Font Color

.myTextColor { color: #ECD2BD; }

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

This text font color is #ECD2BD.

Background Color

.myBgColor { background-color: #ECD2BD; }

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

This div background color is #ECD2BD.

Border color

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

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

This div border color is #ECD2BD.

Opacity

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

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

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

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

This text has shadow with #ECD2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD2BD.

Preview

Color preview on black background

This text has color #ECD2BD on black background.


Color preview on white background

This text has color #ECD2BD on white background.


Black color preview on #ECD2BD background

This text has black color on #ECD2BD background.


White color preview on #ECD2BD background

This text has white color on #ECD2BD background.


Related colors

Complementary color

Complementary color for #hex is #132D42.


I love getcolorcode.com

Triadic colors

1 #BDECD2 and #D2BDEC with #ECD2BD are triadic colors.

2 #BDD2EC and #D2ECBD with #ECD2BD are triadic colors.