COLOR #ECE5EA

HEX: #ECE5EA RGB: (236,229,234)

Color info

#ECE5EA contains red, green and blue colors in about the same proportion. Web safe color of #ECE5EA is #FFCCFF (or #FCF).

RGB color model

#ECE5EA color RGB value is (236,229,234).

RGB: (236,229,234) (93%, 90%, 92%)

RGB channels and saturation

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

236
229
234

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

Portions of RGB colors in percentages

R + G + B = 236 + 229 + 234 = 699 (100%)
R 236 of 699 ~ 33.76%
G 229 of 699 ~ 32.76%
B 234 of 699 ~ 33.48'%

%33.76
%32.76
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 0.85%
  • key color value is 7.45%

CMYK: (0,3,1,7)
C0M3Y1K7 (0%, 3%, 1%, 7%)
(0.00 / 0.03 / 0.01 / 0.07)

CMYK percentages

%0
%2.97
%0.85
%7.45

Codes

Color #ECE5EA in popluar color models

EC E5 EA
RGB 236 229 234
HSL 317° 15.56% 91.18%
HSB/HSV 317° 2.97% 92.55%
CMYK 0.00% 2.97% 0.85%
7.45%

Color #ECE5EA in popluar number systems.

HEX EC E5 EA
Decimal 236 229 234
Binary 11101100 11100101 11101010
Octal 354 345 352

Shades and tints

Shades of #ECE5EA

#ECE5EA
(236,229,234)
#D7D1D5
(215,209,213)
#C2BDC0
(194,189,192)
#ADA9AB
(173,169,171)
#989596
(152,149,150)
#838181
(131,129,129)
#6E6D6C
(110,109,108)
#595957
(89,89,87)
#444542
(68,69,66)
#2F312D
(47,49,45)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #ECE5EA

#ECE5EA
(236,229,234)
#EDE7EB
(237,231,235)
#EEE9EC
(238,233,236)
#EFEBED
(239,235,237)
#F0EDEE
(240,237,238)
#F1EFEF
(241,239,239)
#F2F1F0
(242,241,240)
#F3F3F1
(243,243,241)
#F4F5F2
(244,245,242)
#F5F7F3
(245,247,243)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE5EA; }

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

This text font color is #ECE5EA.

Background Color

.myBgColor { background-color: #ECE5EA; }

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

This div background color is #ECE5EA.

Border color

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

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

This div border color is #ECE5EA.

Opacity

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

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

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

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

This text has shadow with #ECE5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE5EA.

Preview

Color preview on black background

This text has color #ECE5EA on black background.


Color preview on white background

This text has color #ECE5EA on white background.


Black color preview on #ECE5EA background

This text has black color on #ECE5EA background.


White color preview on #ECE5EA background

This text has white color on #ECE5EA background.


Related colors

Complementary color

Complementary color for #hex is #131A15.


I love getcolorcode.com

Triadic colors

1 #EAECE5 and #E5EAEC with #ECE5EA are triadic colors.

2 #EAE5EC and #E5ECEA with #ECE5EA are triadic colors.