COLOR #ECEAE6

HEX: #ECEAE6
RGB: (236,234,230)

Color info

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

RGB color model

#ECEAE6 color RGB value is (236,234,230).

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

RGB channels and saturation

R 236 of 255 = 93%
G 234 of 255 = 92%
B 230 of 255 = 90%

236
234
230

R + G + B ~ 92%. #ECEAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 234 + 230 = 700 (100%)
R 236 of 700 ~ 33.71%
G 234 of 700 ~ 33.43%
B 230 of 700 ~ 32.86%

%33.71
%33.43
%32.86

CMYK color model

#ECEAE6 color CMYK value is (0,1,3,7).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(0,1,3,7)
C0M1Y3K7 
(0%,1%,3%,7%)
(0.00/0.01/0.03/0.07)	

CMYK percentages

%0
%0.85
%2.54
%7.45

Codes

Color #ECEAE6 in popluar color models

ECEAE6
RGB236234230
HSL40°13.64%91.37%
HSB/HSV40°2.54%92.55%
CMYK0.00%0.85%2.54%
7.45%

Color #ECEAE6 in popluar number systems.

HEXECEAE6
Decimal236234230
Binary111011001110101011100110
Octal354352346

Shades and tints

Shades of #ECEAE6

#ECEAE6
(236,234,230)
#D7D5D2
(215,213,210)
#C2C0BE
(194,192,190)
#ADABAA
(173,171,170)
#989696
(152,150,150)
#838182
(131,129,130)
#6E6C6E
(110,108,110)
#59575A
(89,87,90)
#444246
(68,66,70)
#2F2D32
(47,45,50)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #ECEAE6

#ECEAE6
(236,234,230)
#EDEBE8
(237,235,232)
#EEECEA
(238,236,234)
#EFEDEC
(239,237,236)
#F0EEEE
(240,238,238)
#F1EFF0
(241,239,240)
#F2F0F2
(242,240,242)
#F3F1F4
(243,241,244)
#F4F2F6
(244,242,246)
#F5F3F8
(245,243,248)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEAE6; }

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

This text font color is #ECEAE6.


Background Color

.myBgColor { background-color: #ECEAE6; }

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

This div background color is #ECEAE6.


Border color

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

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

This div border color is #ECEAE6.


Opacity

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

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

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

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

This text has shadow with #ECEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEAE6 on black background.


Color preview on white background

This text has color #ECEAE6 on white background.



Black color preview on #ECEAE6 background

This text has black color on #ECEAE6 background.


White color preview on #ECEAE6 background

This text has white color on #ECEAE6 background.