COLOR #ECE6CA

HEX: #ECE6CA RGB: (236,230,202)

Color info

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

RGB color model

#ECE6CA color RGB value is (236,230,202).

RGB: (236,230,202) (93%, 90%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 202 of 255 = 79%

236
230
202

R + G + B ~ 87%. #ECE6CA is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 230 + 202 = 668 (100%)
R 236 of 668 ~ 35.33%
G 230 of 668 ~ 34.43%
B 202 of 668 ~ 30.24'%

%35.33
%34.43
%30.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 14.41%
  • 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
%14.41
%7.45

Codes

Color #ECE6CA in popluar color models

EC E6 CA
RGB 236 230 202
HSL 49° 47.22% 85.88%
HSB/HSV 49° 14.41% 92.55%
CMYK 0.00% 2.54% 14.41%
7.45%

Color #ECE6CA in popluar number systems.

HEX EC E6 CA
Decimal 236 230 202
Binary 11101100 11100110 11001010
Octal 354 346 312

Shades and tints

Shades of #ECE6CA

#ECE6CA
(236,230,202)
#D7D2B8
(215,210,184)
#C2BEA6
(194,190,166)
#ADAA94
(173,170,148)
#989682
(152,150,130)
#838270
(131,130,112)
#6E6E5E
(110,110,94)
#595A4C
(89,90,76)
#44463A
(68,70,58)
#2F3228
(47,50,40)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #ECE6CA

#ECE6CA
(236,230,202)
#EDE8CE
(237,232,206)
#EEEAD2
(238,234,210)
#EFECD6
(239,236,214)
#F0EEDA
(240,238,218)
#F1F0DE
(241,240,222)
#F2F2E2
(242,242,226)
#F3F4E6
(243,244,230)
#F4F6EA
(244,246,234)
#F5F8EE
(245,248,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6CA; }

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

This text font color is #ECE6CA.

Background Color

.myBgColor { background-color: #ECE6CA; }

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

This div background color is #ECE6CA.

Border color

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

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

This div border color is #ECE6CA.

Opacity

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

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

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

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

This text has shadow with #ECE6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE6CA.

Preview

Color preview on black background

This text has color #ECE6CA on black background.


Color preview on white background

This text has color #ECE6CA on white background.


Black color preview on #ECE6CA background

This text has black color on #ECE6CA background.


White color preview on #ECE6CA background

This text has white color on #ECE6CA background.


Related colors

Complementary color

Complementary color for #hex is #131935.


I love getcolorcode.com

Triadic colors

1 #CAECE6 and #E6CAEC with #ECE6CA are triadic colors.

2 #CAE6EC and #E6ECCA with #ECE6CA are triadic colors.