COLOR #ECE7E4

HEX: #ECE7E4
RGB: (236,231,228)

Color info

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

RGB color model

#ECE7E4 color RGB value is (236,231,228).

  • red value is 236;
  • green value is 231;
  • blue value is 228.
RGB:
(236,231,228)
(93%,91%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 231 of 255 = 91%
B 228 of 255 = 89%

236
231
228

R + G + B ~ 91%. #ECE7E4 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 231 + 228 = 695 (100%)
R 236 of 695 ~ 33.96%
G 231 of 695 ~ 33.24%
B 228 of 695 ~ 32.81%

%33.96
%33.24
%32.81

CMYK color model

#ECE7E4 color CMYK value is (0,2,3,7).

  • cyan value is 0.00%
  • magenta value is 2.12%
  • yellow value is 3.39%
  • key color value is 7.45%
CMYK:
(0,2,3,7)
C0M2Y3K7 
(0%,2%,3%,7%)
(0.00/0.02/0.03/0.07)	

CMYK percentages

%0
%2.12
%3.39
%7.45

Codes

Color #ECE7E4 in popluar color models

ECE7E4
RGB236231228
HSL22°17.39%90.98%
HSB/HSV22°3.39%92.55%
CMYK0.00%2.12%3.39%
7.45%

Color #ECE7E4 in popluar number systems.

HEXECE7E4
Decimal236231228
Binary111011001110011111100100
Octal354347344

Shades and tints

Shades of #ECE7E4

#ECE7E4
(236,231,228)
#D7D2D0
(215,210,208)
#C2BDBC
(194,189,188)
#ADA8A8
(173,168,168)
#989394
(152,147,148)
#837E80
(131,126,128)
#6E696C
(110,105,108)
#595458
(89,84,88)
#443F44
(68,63,68)
#2F2A30
(47,42,48)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #ECE7E4

#ECE7E4
(236,231,228)
#EDE9E6
(237,233,230)
#EEEBE8
(238,235,232)
#EFEDEA
(239,237,234)
#F0EFEC
(240,239,236)
#F1F1EE
(241,241,238)
#F2F3F0
(242,243,240)
#F3F5F2
(243,245,242)
#F4F7F4
(244,247,244)
#F5F9F6
(245,249,246)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE7E4; }

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

This text font color is #ECE7E4.


Background Color

.myBgColor { background-color: #ECE7E4; }

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

This div background color is #ECE7E4.


Border color

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

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

This div border color is #ECE7E4.


Opacity

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

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

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

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

This text has shadow with #ECE7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE7E4 on black background.


Color preview on white background

This text has color #ECE7E4 on white background.



Black color preview on #ECE7E4 background

This text has black color on #ECE7E4 background.


White color preview on #ECE7E4 background

This text has white color on #ECE7E4 background.