COLOR #ECCCDB

HEX: #ECCCDB
RGB: (236,204,219)

Color info

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

RGB color model

#ECCCDB color RGB value is (236,204,219).

  • red value is 236;
  • green value is 204;
  • blue value is 219.
RGB:
(236,204,219)
(93%,80%,86%)

RGB channels and saturation

R 236 of 255 = 93%
G 204 of 255 = 80%
B 219 of 255 = 86%

236
204
219

R + G + B ~ 86%. #ECCCDB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 204 + 219 = 659 (100%)
R 236 of 659 ~ 35.81%
G 204 of 659 ~ 30.96%
B 219 of 659 ~ 33.23%

%35.81
%30.96
%33.23

CMYK color model

#ECCCDB color CMYK value is (0,14,7,7).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 7.20%
  • key color value is 7.45%
CMYK:
(0,14,7,7)
C0M14Y7K7 
(0%,14%,7%,7%)
(0.00/0.14/0.07/0.07)	

CMYK percentages

%0
%13.56
%7.2
%7.45

Codes

Color #ECCCDB in popluar color models

ECCCDB
RGB236204219
HSL332°45.71%86.27%
HSB/HSV332°13.56%92.55%
CMYK0.00%13.56%7.20%
7.45%

Color #ECCCDB in popluar number systems.

HEXECCCDB
Decimal236204219
Binary111011001100110011011011
Octal354314333

Shades and tints

Shades of #ECCCDB

#ECCCDB
(236,204,219)
#D7BAC8
(215,186,200)
#C2A8B5
(194,168,181)
#AD96A2
(173,150,162)
#98848F
(152,132,143)
#83727C
(131,114,124)
#6E6069
(110,96,105)
#594E56
(89,78,86)
#443C43
(68,60,67)
#2F2A30
(47,42,48)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #ECCCDB

#ECCCDB
(236,204,219)
#EDD0DE
(237,208,222)
#EED4E1
(238,212,225)
#EFD8E4
(239,216,228)
#F0DCE7
(240,220,231)
#F1E0EA
(241,224,234)
#F2E4ED
(242,228,237)
#F3E8F0
(243,232,240)
#F4ECF3
(244,236,243)
#F5F0F6
(245,240,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCCDB; }

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

This text font color is #ECCCDB.


Background Color

.myBgColor { background-color: #ECCCDB; }

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

This div background color is #ECCCDB.


Border color

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

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

This div border color is #ECCCDB.


Opacity

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

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

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

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

This text has shadow with #ECCCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCCDB on black background.


Color preview on white background

This text has color #ECCCDB on white background.



Black color preview on #ECCCDB background

This text has black color on #ECCCDB background.


White color preview on #ECCCDB background

This text has white color on #ECCCDB background.