COLOR #ECE5EC

HEX: #ECE5EC RGB: (236,229,236)

Color info

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

RGB color model

#ECE5EC color RGB value is (236,229,236).

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

RGB channels and saturation

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

236
229
236

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

Portions of RGB colors in percentages

R + G + B = 236 + 229 + 236 = 701 (100%)
R 236 of 701 ~ 33.67%
G 229 of 701 ~ 32.67%
B 236 of 701 ~ 33.67'%

%33.67
%32.67
%33.67

CMYK color model

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

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

CMYK: (0,3,0,7)
C0M3Y0K7 (0%, 3%, 0%, 7%)
(0.00 / 0.03 / 0.00 / 0.07)

CMYK percentages

%0
%2.97
%0
%7.45

Codes

Color #ECE5EC in popluar color models

EC E5 EC
RGB 236 229 236
HSL 300° 15.56% 91.18%
HSB/HSV 300° 2.97% 92.55%
CMYK 0.00% 2.97% 0.00%
7.45%

Color #ECE5EC in popluar number systems.

HEX EC E5 EC
Decimal 236 229 236
Binary 11101100 11100101 11101100
Octal 354 345 354

Shades and tints

Shades of #ECE5EC

#ECE5EC
(236,229,236)
#D7D1D7
(215,209,215)
#C2BDC2
(194,189,194)
#ADA9AD
(173,169,173)
#989598
(152,149,152)
#838183
(131,129,131)
#6E6D6E
(110,109,110)
#595959
(89,89,89)
#444544
(68,69,68)
#2F312F
(47,49,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #ECE5EC

#ECE5EC
(236,229,236)
#EDE7ED
(237,231,237)
#EEE9EE
(238,233,238)
#EFEBEF
(239,235,239)
#F0EDF0
(240,237,240)
#F1EFF1
(241,239,241)
#F2F1F2
(242,241,242)
#F3F3F3
(243,243,243)
#F4F5F4
(244,245,244)
#F5F7F5
(245,247,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE5EC; }

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

This text font color is #ECE5EC.

Background Color

.myBgColor { background-color: #ECE5EC; }

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

This div background color is #ECE5EC.

Border color

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

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

This div border color is #ECE5EC.

Opacity

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

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

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

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

This text has shadow with #ECE5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE5EC.

Preview

Color preview on black background

This text has color #ECE5EC on black background.


Color preview on white background

This text has color #ECE5EC on white background.


Black color preview on #ECE5EC background

This text has black color on #ECE5EC background.


White color preview on #ECE5EC background

This text has white color on #ECE5EC background.


Related colors

Complementary color

Complementary color for #hex is #131A13.


I love getcolorcode.com

Triadic colors

1 #ECECE5 and #E5ECEC with #ECE5EC are triadic colors.

2 #ECE5EC and #E5ECEC with #ECE5EC are triadic colors.