COLOR #ECE2E6

HEX: #ECE2E6 RGB: (236,226,230)

Color info

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

RGB color model

#ECE2E6 color RGB value is (236,226,230).

RGB: (236,226,230) (93%, 89%, 90%)

RGB channels and saturation

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

236
226
230

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

Portions of RGB colors in percentages

R + G + B = 236 + 226 + 230 = 692 (100%)
R 236 of 692 ~ 34.1%
G 226 of 692 ~ 32.66%
B 230 of 692 ~ 33.24'%

%34.1
%32.66
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 2.54%
  • key color value is 7.45%

CMYK: (0,4,3,7)
C0M4Y3K7 (0%, 4%, 3%, 7%)
(0.00 / 0.04 / 0.03 / 0.07)

CMYK percentages

%0
%4.24
%2.54
%7.45

Codes

Color #ECE2E6 in popluar color models

EC E2 E6
RGB 236 226 230
HSL 336° 20.83% 90.59%
HSB/HSV 336° 4.24% 92.55%
CMYK 0.00% 4.24% 2.54%
7.45%

Color #ECE2E6 in popluar number systems.

HEX EC E2 E6
Decimal 236 226 230
Binary 11101100 11100010 11100110
Octal 354 342 346

Shades and tints

Shades of #ECE2E6

#ECE2E6
(236,226,230)
#D7CED2
(215,206,210)
#C2BABE
(194,186,190)
#ADA6AA
(173,166,170)
#989296
(152,146,150)
#837E82
(131,126,130)
#6E6A6E
(110,106,110)
#59565A
(89,86,90)
#444246
(68,66,70)
#2F2E32
(47,46,50)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #ECE2E6

#ECE2E6
(236,226,230)
#EDE4E8
(237,228,232)
#EEE6EA
(238,230,234)
#EFE8EC
(239,232,236)
#F0EAEE
(240,234,238)
#F1ECF0
(241,236,240)
#F2EEF2
(242,238,242)
#F3F0F4
(243,240,244)
#F4F2F6
(244,242,246)
#F5F4F8
(245,244,248)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE2E6; }

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

This text font color is #ECE2E6.

Background Color

.myBgColor { background-color: #ECE2E6; }

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

This div background color is #ECE2E6.

Border color

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

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

This div border color is #ECE2E6.

Opacity

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

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

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

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

This text has shadow with #ECE2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE2E6.

Preview

Color preview on black background

This text has color #ECE2E6 on black background.


Color preview on white background

This text has color #ECE2E6 on white background.


Black color preview on #ECE2E6 background

This text has black color on #ECE2E6 background.


White color preview on #ECE2E6 background

This text has white color on #ECE2E6 background.


Related colors

Complementary color

Complementary color for #hex is #131D19.


I love getcolorcode.com

Triadic colors

1 #E6ECE2 and #E2E6EC with #ECE2E6 are triadic colors.

2 #E6E2EC and #E2ECE6 with #ECE2E6 are triadic colors.