COLOR #ECE4E6

HEX: #ECE4E6
RGB: (236,228,230)

Color info

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

RGB color model

#ECE4E6 color RGB value is (236,228,230).

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

RGB channels and saturation

R 236 of 255 = 93%
G 228 of 255 = 89%
B 230 of 255 = 90%

236
228
230

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

Portions of RGB colors in percentages

R + G + B =
236 + 228 + 230 = 694 (100%)
R 236 of 694 ~ 34.01%
G 228 of 694 ~ 32.85%
B 230 of 694 ~ 33.14%

%34.01
%32.85
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(0,3,3,7)
C0M3Y3K7 
(0%,3%,3%,7%)
(0.00/0.03/0.03/0.07)	

CMYK percentages

%0
%3.39
%2.54
%7.45

Codes

Color #ECE4E6 in popluar color models

ECE4E6
RGB236228230
HSL345°17.39%90.98%
HSB/HSV345°3.39%92.55%
CMYK0.00%3.39%2.54%
7.45%

Color #ECE4E6 in popluar number systems.

HEXECE4E6
Decimal236228230
Binary111011001110010011100110
Octal354344346

Shades and tints

Shades of #ECE4E6

#ECE4E6
(236,228,230)
#D7D0D2
(215,208,210)
#C2BCBE
(194,188,190)
#ADA8AA
(173,168,170)
#989496
(152,148,150)
#838082
(131,128,130)
#6E6C6E
(110,108,110)
#59585A
(89,88,90)
#444446
(68,68,70)
#2F3032
(47,48,50)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #ECE4E6

#ECE4E6
(236,228,230)
#EDE6E8
(237,230,232)
#EEE8EA
(238,232,234)
#EFEAEC
(239,234,236)
#F0ECEE
(240,236,238)
#F1EEF0
(241,238,240)
#F2F0F2
(242,240,242)
#F3F2F4
(243,242,244)
#F4F4F6
(244,244,246)
#F5F6F8
(245,246,248)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE4E6; }

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

This text font color is #ECE4E6.


Background Color

.myBgColor { background-color: #ECE4E6; }

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

This div background color is #ECE4E6.


Border color

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

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

This div border color is #ECE4E6.


Opacity

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

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

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

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

This text has shadow with #ECE4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE4E6 on black background.


Color preview on white background

This text has color #ECE4E6 on white background.



Black color preview on #ECE4E6 background

This text has black color on #ECE4E6 background.


White color preview on #ECE4E6 background

This text has white color on #ECE4E6 background.