COLOR #ECE7CB

HEX: #ECE7CB RGB: (236,231,203)

Color info

#ECE7CB contains red, green and blue colors in about the same proportion. Web safe color of #ECE7CB is #FFFFCC (or #FFC).

RGB color model

#ECE7CB color RGB value is (236,231,203).

RGB: (236,231,203) (93%, 91%, 80%)

RGB channels and saturation

R 236 of 255 = 93%
G 231 of 255 = 91%
B 203 of 255 = 80%

236
231
203

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

Portions of RGB colors in percentages

R + G + B = 236 + 231 + 203 = 670 (100%)
R 236 of 670 ~ 35.22%
G 231 of 670 ~ 34.48%
B 203 of 670 ~ 30.3'%

%35.22
%34.48
%30.3

CMYK color model

#ECE7CB color CMYK value is (0,2,14,7).

  • cyan value is 0.00%
  • magenta value is 2.12%
  • yellow value is 13.98%
  • key color value is 7.45%

CMYK: (0,2,14,7)
C0M2Y14K7 (0%, 2%, 14%, 7%)
(0.00 / 0.02 / 0.14 / 0.07)

CMYK percentages

%0
%2.12
%13.98
%7.45

Codes

Color #ECE7CB in popluar color models

EC E7 CB
RGB 236 231 203
HSL 51° 46.48% 86.08%
HSB/HSV 51° 13.98% 92.55%
CMYK 0.00% 2.12% 13.98%
7.45%

Color #ECE7CB in popluar number systems.

HEX EC E7 CB
Decimal 236 231 203
Binary 11101100 11100111 11001011
Octal 354 347 313

Shades and tints

Shades of #ECE7CB

#ECE7CB
(236,231,203)
#D7D2B9
(215,210,185)
#C2BDA7
(194,189,167)
#ADA895
(173,168,149)
#989383
(152,147,131)
#837E71
(131,126,113)
#6E695F
(110,105,95)
#59544D
(89,84,77)
#443F3B
(68,63,59)
#2F2A29
(47,42,41)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #ECE7CB

#ECE7CB
(236,231,203)
#EDE9CF
(237,233,207)
#EEEBD3
(238,235,211)
#EFEDD7
(239,237,215)
#F0EFDB
(240,239,219)
#F1F1DF
(241,241,223)
#F2F3E3
(242,243,227)
#F3F5E7
(243,245,231)
#F4F7EB
(244,247,235)
#F5F9EF
(245,249,239)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE7CB color. Also use rgb(236,231,203) instead hex code.

Text Font Color

.myTextColor { color: #ECE7CB; }

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

This text font color is #ECE7CB.

Background Color

.myBgColor { background-color: #ECE7CB; }

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

This div background color is #ECE7CB.

Border color

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

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

This div border color is #ECE7CB.

Opacity

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

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

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

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

This text has shadow with #ECE7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE7CB.

Preview

Color preview on black background

This text has color #ECE7CB on black background.


Color preview on white background

This text has color #ECE7CB on white background.


Black color preview on #ECE7CB background

This text has black color on #ECE7CB background.


White color preview on #ECE7CB background

This text has white color on #ECE7CB background.


Related colors

Complementary color

Complementary color for #hex is #131834.


I love getcolorcode.com

Triadic colors

1 #CBECE7 and #E7CBEC with #ECE7CB are triadic colors.

2 #CBE7EC and #E7ECCB with #ECE7CB are triadic colors.