COLOR #ECE7D6

HEX: #ECE7D6 RGB: (236,231,214)

Color info

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

RGB color model

#ECE7D6 color RGB value is (236,231,214).

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

RGB channels and saturation

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

236
231
214

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

Portions of RGB colors in percentages

R + G + B = 236 + 231 + 214 = 681 (100%)
R 236 of 681 ~ 34.65%
G 231 of 681 ~ 33.92%
B 214 of 681 ~ 31.42'%

%34.65
%33.92
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.12%
  • 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
%2.12
%9.32
%7.45

Codes

Color #ECE7D6 in popluar color models

EC E7 D6
RGB 236 231 214
HSL 46° 36.67% 88.24%
HSB/HSV 46° 9.32% 92.55%
CMYK 0.00% 2.12% 9.32%
7.45%

Color #ECE7D6 in popluar number systems.

HEX EC E7 D6
Decimal 236 231 214
Binary 11101100 11100111 11010110
Octal 354 347 326

Shades and tints

Shades of #ECE7D6

#ECE7D6
(236,231,214)
#D7D2C3
(215,210,195)
#C2BDB0
(194,189,176)
#ADA89D
(173,168,157)
#98938A
(152,147,138)
#837E77
(131,126,119)
#6E6964
(110,105,100)
#595451
(89,84,81)
#443F3E
(68,63,62)
#2F2A2B
(47,42,43)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #ECE7D6

#ECE7D6
(236,231,214)
#EDE9D9
(237,233,217)
#EEEBDC
(238,235,220)
#EFEDDF
(239,237,223)
#F0EFE2
(240,239,226)
#F1F1E5
(241,241,229)
#F2F3E8
(242,243,232)
#F3F5EB
(243,245,235)
#F4F7EE
(244,247,238)
#F5F9F1
(245,249,241)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE7D6; }

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

This text font color is #ECE7D6.

Background Color

.myBgColor { background-color: #ECE7D6; }

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

This div background color is #ECE7D6.

Border color

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

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

This div border color is #ECE7D6.

Opacity

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

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

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

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

This text has shadow with #ECE7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE7D6.

Preview

Color preview on black background

This text has color #ECE7D6 on black background.


Color preview on white background

This text has color #ECE7D6 on white background.


Black color preview on #ECE7D6 background

This text has black color on #ECE7D6 background.


White color preview on #ECE7D6 background

This text has white color on #ECE7D6 background.


Related colors

Complementary color

Complementary color for #hex is #131829.


I love getcolorcode.com

Triadic colors

1 #D6ECE7 and #E7D6EC with #ECE7D6 are triadic colors.

2 #D6E7EC and #E7ECD6 with #ECE7D6 are triadic colors.