COLOR #ECCEEA

HEX: #ECCEEA
RGB: (236,206,234)

Color info

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

RGB color model

#ECCEEA color RGB value is (236,206,234).

  • red value is 236;
  • green value is 206;
  • blue value is 234.
RGB:
(236,206,234)
(93%,81%,92%)

RGB channels and saturation

R 236 of 255 = 93%
G 206 of 255 = 81%
B 234 of 255 = 92%

236
206
234

R + G + B ~ 89%. #ECCEEA is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 206 + 234 = 676 (100%)
R 236 of 676 ~ 34.91%
G 206 of 676 ~ 30.47%
B 234 of 676 ~ 34.62%

%34.91
%30.47
%34.62

CMYK color model

#ECCEEA color CMYK value is (0,13,1,7).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 0.85%
  • key color value is 7.45%
CMYK:
(0,13,1,7)
C0M13Y1K7 
(0%,13%,1%,7%)
(0.00/0.13/0.01/0.07)	

CMYK percentages

%0
%12.71
%0.85
%7.45

Codes

Color #ECCEEA in popluar color models

ECCEEA
RGB236206234
HSL304°44.12%86.67%
HSB/HSV304°12.71%92.55%
CMYK0.00%12.71%0.85%
7.45%

Color #ECCEEA in popluar number systems.

HEXECCEEA
Decimal236206234
Binary111011001100111011101010
Octal354316352

Shades and tints

Shades of #ECCEEA

#ECCEEA
(236,206,234)
#D7BCD5
(215,188,213)
#C2AAC0
(194,170,192)
#AD98AB
(173,152,171)
#988696
(152,134,150)
#837481
(131,116,129)
#6E626C
(110,98,108)
#595057
(89,80,87)
#443E42
(68,62,66)
#2F2C2D
(47,44,45)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #ECCEEA

#ECCEEA
(236,206,234)
#EDD2EB
(237,210,235)
#EED6EC
(238,214,236)
#EFDAED
(239,218,237)
#F0DEEE
(240,222,238)
#F1E2EF
(241,226,239)
#F2E6F0
(242,230,240)
#F3EAF1
(243,234,241)
#F4EEF2
(244,238,242)
#F5F2F3
(245,242,243)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCEEA; }

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

This text font color is #ECCEEA.


Background Color

.myBgColor { background-color: #ECCEEA; }

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

This div background color is #ECCEEA.


Border color

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

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

This div border color is #ECCEEA.


Opacity

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

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

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

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

This text has shadow with #ECCEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCEEA on black background.


Color preview on white background

This text has color #ECCEEA on white background.



Black color preview on #ECCEEA background

This text has black color on #ECCEEA background.


White color preview on #ECCEEA background

This text has white color on #ECCEEA background.