COLOR #ECE8D6

HEX: #ECE8D6 RGB: (236,232,214)

Color info

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

RGB color model

#ECE8D6 color RGB value is (236,232,214).

RGB: (236,232,214) (93%, 91%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 232 of 255 = 91%
B 214 of 255 = 84%

236
232
214

R + G + B ~ 89%. #ECE8D6 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 232 + 214 = 682 (100%)
R 236 of 682 ~ 34.6%
G 232 of 682 ~ 34.02%
B 214 of 682 ~ 31.38'%

%34.6
%34.02
%31.38

CMYK color model

#ECE8D6 color CMYK value is (0,2,9,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 9.32%
  • key color value is 7.45%

CMYK: (0,2,9,7)
C0M2Y9K7 (0%, 2%, 9%, 7%)
(0.00 / 0.02 / 0.09 / 0.07)

CMYK percentages

%0
%1.69
%9.32
%7.45

Codes

Color #ECE8D6 in popluar color models

EC E8 D6
RGB 236 232 214
HSL 49° 36.67% 88.24%
HSB/HSV 49° 9.32% 92.55%
CMYK 0.00% 1.69% 9.32%
7.45%

Color #ECE8D6 in popluar number systems.

HEX EC E8 D6
Decimal 236 232 214
Binary 11101100 11101000 11010110
Octal 354 350 326

Shades and tints

Shades of #ECE8D6

#ECE8D6
(236,232,214)
#D7D3C3
(215,211,195)
#C2BEB0
(194,190,176)
#ADA99D
(173,169,157)
#98948A
(152,148,138)
#837F77
(131,127,119)
#6E6A64
(110,106,100)
#595551
(89,85,81)
#44403E
(68,64,62)
#2F2B2B
(47,43,43)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #ECE8D6

#ECE8D6
(236,232,214)
#EDEAD9
(237,234,217)
#EEECDC
(238,236,220)
#EFEEDF
(239,238,223)
#F0F0E2
(240,240,226)
#F1F2E5
(241,242,229)
#F2F4E8
(242,244,232)
#F3F6EB
(243,246,235)
#F4F8EE
(244,248,238)
#F5FAF1
(245,250,241)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE8D6 color. Also use rgb(236,232,214) instead hex code.

Text Font Color

.myTextColor { color: #ECE8D6; }

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

This text font color is #ECE8D6.

Background Color

.myBgColor { background-color: #ECE8D6; }

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

This div background color is #ECE8D6.

Border color

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

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

This div border color is #ECE8D6.

Opacity

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

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

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

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

This text has shadow with #ECE8D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE8D6.

Preview

Color preview on black background

This text has color #ECE8D6 on black background.


Color preview on white background

This text has color #ECE8D6 on white background.


Black color preview on #ECE8D6 background

This text has black color on #ECE8D6 background.


White color preview on #ECE8D6 background

This text has white color on #ECE8D6 background.


Related colors

Complementary color

Complementary color for #hex is #131729.


I love getcolorcode.com

Triadic colors

1 #D6ECE8 and #E8D6EC with #ECE8D6 are triadic colors.

2 #D6E8EC and #E8ECD6 with #ECE8D6 are triadic colors.