COLOR #ECE4C0

HEX: #ECE4C0 RGB: (236,228,192)

Color info

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

RGB color model

#ECE4C0 color RGB value is (236,228,192).

RGB: (236,228,192) (93%, 89%, 75%)

RGB channels and saturation

R 236 of 255 = 93%
G 228 of 255 = 89%
B 192 of 255 = 75%

236
228
192

R + G + B ~ 86%. #ECE4C0 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 228 + 192 = 656 (100%)
R 236 of 656 ~ 35.98%
G 228 of 656 ~ 34.76%
B 192 of 656 ~ 29.27'%

%35.98
%34.76
%29.27

CMYK color model

#ECE4C0 color CMYK value is (0,3,19,7).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK: (0,3,19,7) C0M3Y19K7 (0%,3%,19%,7%) (0.00/0.03/0.19/0.07) 

CMYK percentages

%0
%3.39
%18.64
%7.45

Codes

Color #ECE4C0 in popluar color models

EC E4 C0
RGB 236 228 192
HSL 49° 53.66% 83.92%
HSB/HSV 49° 18.64% 92.55%
CMYK 0.00% 3.39% 18.64%
7.45%

Color #ECE4C0 in popluar number systems.

HEX EC E4 C0
Decimal 236 228 192
Binary 11101100 11100100 11000000
Octal 354 344 300

Shades and tints

Shades of #ECE4C0

#ECE4C0
(236,228,192)
#D7D0AF
(215,208,175)
#C2BC9E
(194,188,158)
#ADA88D
(173,168,141)
#98947C
(152,148,124)
#83806B
(131,128,107)
#6E6C5A
(110,108,90)
#595849
(89,88,73)
#444438
(68,68,56)
#2F3027
(47,48,39)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #ECE4C0

#ECE4C0
(236,228,192)
#EDE6C5
(237,230,197)
#EEE8CA
(238,232,202)
#EFEACF
(239,234,207)
#F0ECD4
(240,236,212)
#F1EED9
(241,238,217)
#F2F0DE
(242,240,222)
#F3F2E3
(243,242,227)
#F4F4E8
(244,244,232)
#F5F6ED
(245,246,237)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE4C0 color. Also use rgb(236,228,192) instead hex code.

Text Font Color

.myTextColor { color: #ECE4C0; }

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

This text font color is #ECE4C0.

Background Color

.myBgColor { background-color: #ECE4C0; }

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

This div background color is #ECE4C0.

Border color

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

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

This div border color is #ECE4C0.

Opacity

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

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

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

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

This text has shadow with #ECE4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE4C0.

Preview

Color preview on black background

This text has color #ECE4C0 on black background.


Color preview on white background

This text has color #ECE4C0 on white background.


Black color preview on #ECE4C0 background

This text has black color on #ECE4C0 background.


White color preview on #ECE4C0 background

This text has white color on #ECE4C0 background.


Related colors

Complementary color

Complementary color for #hex is #131B3F.


I love getcolorcode.com

Triadic colors

1 #C0ECE4 and #E4C0EC with #ECE4C0 are triadic colors.

2 #C0E4EC and #E4ECC0 with #ECE4C0 are triadic colors.