COLOR #ECE1E6

HEX: #ECE1E6 RGB: (236,225,230)

Color info

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

RGB color model

#ECE1E6 color RGB value is (236,225,230).

RGB: (236,225,230) (93%, 88%, 90%)

RGB channels and saturation

R 236 of 255 = 93%
G 225 of 255 = 88%
B 230 of 255 = 90%

236
225
230

R + G + B ~ 90%. #ECE1E6 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 225 + 230 = 691 (100%)
R 236 of 691 ~ 34.15%
G 225 of 691 ~ 32.56%
B 230 of 691 ~ 33.29'%

%34.15
%32.56
%33.29

CMYK color model

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

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

CMYK: (0,5,3,7)
C0M5Y3K7 (0%, 5%, 3%, 7%)
(0.00 / 0.05 / 0.03 / 0.07)

CMYK percentages

%0
%4.66
%2.54
%7.45

Codes

Color #ECE1E6 in popluar color models

EC E1 E6
RGB 236 225 230
HSL 333° 22.45% 90.39%
HSB/HSV 333° 4.66% 92.55%
CMYK 0.00% 4.66% 2.54%
7.45%

Color #ECE1E6 in popluar number systems.

HEX EC E1 E6
Decimal 236 225 230
Binary 11101100 11100001 11100110
Octal 354 341 346

Shades and tints

Shades of #ECE1E6

#ECE1E6
(236,225,230)
#D7CDD2
(215,205,210)
#C2B9BE
(194,185,190)
#ADA5AA
(173,165,170)
#989196
(152,145,150)
#837D82
(131,125,130)
#6E696E
(110,105,110)
#59555A
(89,85,90)
#444146
(68,65,70)
#2F2D32
(47,45,50)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #ECE1E6

#ECE1E6
(236,225,230)
#EDE3E8
(237,227,232)
#EEE5EA
(238,229,234)
#EFE7EC
(239,231,236)
#F0E9EE
(240,233,238)
#F1EBF0
(241,235,240)
#F2EDF2
(242,237,242)
#F3EFF4
(243,239,244)
#F4F1F6
(244,241,246)
#F5F3F8
(245,243,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE1E6; }

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

This text font color is #ECE1E6.

Background Color

.myBgColor { background-color: #ECE1E6; }

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

This div background color is #ECE1E6.

Border color

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

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

This div border color is #ECE1E6.

Opacity

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

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

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

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

This text has shadow with #ECE1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE1E6.

Preview

Color preview on black background

This text has color #ECE1E6 on black background.


Color preview on white background

This text has color #ECE1E6 on white background.


Black color preview on #ECE1E6 background

This text has black color on #ECE1E6 background.


White color preview on #ECE1E6 background

This text has white color on #ECE1E6 background.


Related colors

Complementary color

Complementary color for #hex is #131E19.


I love getcolorcode.com

Triadic colors

1 #E6ECE1 and #E1E6EC with #ECE1E6 are triadic colors.

2 #E6E1EC and #E1ECE6 with #ECE1E6 are triadic colors.