COLOR #ECE6CB

HEX: #ECE6CB RGB: (236,230,203)

Color info

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

RGB color model

#ECE6CB color RGB value is (236,230,203).

RGB: (236,230,203) (93%, 90%, 80%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 203 of 255 = 80%

236
230
203

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

Portions of RGB colors in percentages

R + G + B = 236 + 230 + 203 = 669 (100%)
R 236 of 669 ~ 35.28%
G 230 of 669 ~ 34.38%
B 203 of 669 ~ 30.34'%

%35.28
%34.38
%30.34

CMYK color model

#ECE6CB color CMYK value is (0,3,14,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK: (0,3,14,7) C0M3Y14K7 (0%,3%,14%,7%) (0.00/0.03/0.14/0.07) 

CMYK percentages

%0
%2.54
%13.98
%7.45

Codes

Color #ECE6CB in popluar color models

EC E6 CB
RGB 236 230 203
HSL 49° 46.48% 86.08%
HSB/HSV 49° 13.98% 92.55%
CMYK 0.00% 2.54% 13.98%
7.45%

Color #ECE6CB in popluar number systems.

HEX EC E6 CB
Decimal 236 230 203
Binary 11101100 11100110 11001011
Octal 354 346 313

Shades and tints

Shades of #ECE6CB

#ECE6CB
(236,230,203)
#D7D2B9
(215,210,185)
#C2BEA7
(194,190,167)
#ADAA95
(173,170,149)
#989683
(152,150,131)
#838271
(131,130,113)
#6E6E5F
(110,110,95)
#595A4D
(89,90,77)
#44463B
(68,70,59)
#2F3229
(47,50,41)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #ECE6CB

#ECE6CB
(236,230,203)
#EDE8CF
(237,232,207)
#EEEAD3
(238,234,211)
#EFECD7
(239,236,215)
#F0EEDB
(240,238,219)
#F1F0DF
(241,240,223)
#F2F2E3
(242,242,227)
#F3F4E7
(243,244,231)
#F4F6EB
(244,246,235)
#F5F8EF
(245,248,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6CB; }

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

This text font color is #ECE6CB.

Background Color

.myBgColor { background-color: #ECE6CB; }

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

This div background color is #ECE6CB.

Border color

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

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

This div border color is #ECE6CB.

Opacity

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

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

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

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

This text has shadow with #ECE6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE6CB.

Preview

Color preview on black background

This text has color #ECE6CB on black background.


Color preview on white background

This text has color #ECE6CB on white background.


Black color preview on #ECE6CB background

This text has black color on #ECE6CB background.


White color preview on #ECE6CB background

This text has white color on #ECE6CB background.


Related colors

Complementary color

Complementary color for #hex is #131934.


I love getcolorcode.com

Triadic colors

1 #CBECE6 and #E6CBEC with #ECE6CB are triadic colors.

2 #CBE6EC and #E6ECCB with #ECE6CB are triadic colors.