COLOR #ECE4D6

HEX: #ECE4D6
RGB: (236,228,214)

Color info

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

RGB color model

#ECE4D6 color RGB value is (236,228,214).

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

RGB channels and saturation

R 236 of 255 = 93%
G 228 of 255 = 89%
B 214 of 255 = 84%

236
228
214

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

Portions of RGB colors in percentages

R + G + B =
236 + 228 + 214 = 678 (100%)
R 236 of 678 ~ 34.81%
G 228 of 678 ~ 33.63%
B 214 of 678 ~ 31.56%

%34.81
%33.63
%31.56

CMYK color model

#ECE4D6 color CMYK value is (0,3,9,7).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 9.32%
  • key color value is 7.45%
CMYK:
(0,3,9,7)
C0M3Y9K7 
(0%,3%,9%,7%)
(0.00/0.03/0.09/0.07)	

CMYK percentages

%0
%3.39
%9.32
%7.45

Codes

Color #ECE4D6 in popluar color models

ECE4D6
RGB236228214
HSL38°36.67%88.24%
HSB/HSV38°9.32%92.55%
CMYK0.00%3.39%9.32%
7.45%

Color #ECE4D6 in popluar number systems.

HEXECE4D6
Decimal236228214
Binary111011001110010011010110
Octal354344326

Shades and tints

Shades of #ECE4D6

#ECE4D6
(236,228,214)
#D7D0C3
(215,208,195)
#C2BCB0
(194,188,176)
#ADA89D
(173,168,157)
#98948A
(152,148,138)
#838077
(131,128,119)
#6E6C64
(110,108,100)
#595851
(89,88,81)
#44443E
(68,68,62)
#2F302B
(47,48,43)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #ECE4D6

#ECE4D6
(236,228,214)
#EDE6D9
(237,230,217)
#EEE8DC
(238,232,220)
#EFEADF
(239,234,223)
#F0ECE2
(240,236,226)
#F1EEE5
(241,238,229)
#F2F0E8
(242,240,232)
#F3F2EB
(243,242,235)
#F4F4EE
(244,244,238)
#F5F6F1
(245,246,241)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE4D6; }

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

This text font color is #ECE4D6.


Background Color

.myBgColor { background-color: #ECE4D6; }

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

This div background color is #ECE4D6.


Border color

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

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

This div border color is #ECE4D6.


Opacity

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

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

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

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

This text has shadow with #ECE4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE4D6 on black background.


Color preview on white background

This text has color #ECE4D6 on white background.



Black color preview on #ECE4D6 background

This text has black color on #ECE4D6 background.


White color preview on #ECE4D6 background

This text has white color on #ECE4D6 background.