COLOR #ECE6F5

HEX: #ECE6F5
RGB: (236,230,245)

Color info

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

RGB color model

#ECE6F5 color RGB value is (236,230,245).

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

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 245 of 255 = 96%

236
230
245

R + G + B ~ 93%. #ECE6F5 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 245 = 711 (100%)
R 236 of 711 ~ 33.19%
G 230 of 711 ~ 32.35%
B 245 of 711 ~ 34.46%

%33.19
%32.35
%34.46

CMYK color model

#ECE6F5 color CMYK value is (4,6,0,4).

  • cyan value is 3.67%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(4,6,0,4)
C4M6Y0K4 
(4%,6%,0%,4%)
(0.04/0.06/0.00/0.04)	

CMYK percentages

%3.67
%6.12
%0
%3.92

Codes

Color #ECE6F5 in popluar color models

ECE6F5
RGB236230245
HSL264°42.86%93.14%
HSB/HSV264°6.12%96.08%
CMYK3.67%6.12%0.00%
3.92%

Color #ECE6F5 in popluar number systems.

HEXECE6F5
Decimal236230245
Binary111011001110011011110101
Octal354346365

Shades and tints

Shades of #ECE6F5

#ECE6F5
(236,230,245)
#D7D2DF
(215,210,223)
#C2BEC9
(194,190,201)
#ADAAB3
(173,170,179)
#98969D
(152,150,157)
#838287
(131,130,135)
#6E6E71
(110,110,113)
#595A5B
(89,90,91)
#444645
(68,70,69)
#2F322F
(47,50,47)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #ECE6F5

#ECE6F5
(236,230,245)
#EDE8F5
(237,232,245)
#EEEAF5
(238,234,245)
#EFECF5
(239,236,245)
#F0EEF5
(240,238,245)
#F1F0F5
(241,240,245)
#F2F2F5
(242,242,245)
#F3F4F5
(243,244,245)
#F4F6F5
(244,246,245)
#F5F8F5
(245,248,245)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE6F5; }

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

This text font color is #ECE6F5.


Background Color

.myBgColor { background-color: #ECE6F5; }

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

This div background color is #ECE6F5.


Border color

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

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

This div border color is #ECE6F5.


Opacity

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

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

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

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

This text has shadow with #ECE6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6F5 on black background.


Color preview on white background

This text has color #ECE6F5 on white background.



Black color preview on #ECE6F5 background

This text has black color on #ECE6F5 background.


White color preview on #ECE6F5 background

This text has white color on #ECE6F5 background.