COLOR #ECE8E6

HEX: #ECE8E6
RGB: (236,232,230)

Color info

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

RGB color model

#ECE8E6 color RGB value is (236,232,230).

  • red value is 236;
  • green value is 232;
  • blue value is 230.
RGB:
(236,232,230)
(93%,91%,90%)

RGB channels and saturation

R 236 of 255 = 93%
G 232 of 255 = 91%
B 230 of 255 = 90%

236
232
230

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

Portions of RGB colors in percentages

R + G + B =
236 + 232 + 230 = 698 (100%)
R 236 of 698 ~ 33.81%
G 232 of 698 ~ 33.24%
B 230 of 698 ~ 32.95%

%33.81
%33.24
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 2.54%
  • 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
%1.69
%2.54
%7.45

Codes

Color #ECE8E6 in popluar color models

ECE8E6
RGB236232230
HSL20°13.64%91.37%
HSB/HSV20°2.54%92.55%
CMYK0.00%1.69%2.54%
7.45%

Color #ECE8E6 in popluar number systems.

HEXECE8E6
Decimal236232230
Binary111011001110100011100110
Octal354350346

Shades and tints

Shades of #ECE8E6

#ECE8E6
(236,232,230)
#D7D3D2
(215,211,210)
#C2BEBE
(194,190,190)
#ADA9AA
(173,169,170)
#989496
(152,148,150)
#837F82
(131,127,130)
#6E6A6E
(110,106,110)
#59555A
(89,85,90)
#444046
(68,64,70)
#2F2B32
(47,43,50)
#1A161E
(26,22,30)
#000000
(0,0,0)

Tints of #ECE8E6

#ECE8E6
(236,232,230)
#EDEAE8
(237,234,232)
#EEECEA
(238,236,234)
#EFEEEC
(239,238,236)
#F0F0EE
(240,240,238)
#F1F2F0
(241,242,240)
#F2F4F2
(242,244,242)
#F3F6F4
(243,246,244)
#F4F8F6
(244,248,246)
#F5FAF8
(245,250,248)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE8E6; }

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

This text font color is #ECE8E6.


Background Color

.myBgColor { background-color: #ECE8E6; }

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

This div background color is #ECE8E6.


Border color

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

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

This div border color is #ECE8E6.


Opacity

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

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

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

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

This text has shadow with #ECE8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE8E6 on black background.


Color preview on white background

This text has color #ECE8E6 on white background.



Black color preview on #ECE8E6 background

This text has black color on #ECE8E6 background.


White color preview on #ECE8E6 background

This text has white color on #ECE8E6 background.