COLOR #ECCBDB

HEX: #ECCBDB RGB: (236,203,219)

Color info

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

RGB color model

#ECCBDB color RGB value is (236,203,219).

RGB: (236,203,219) (93%, 80%, 86%)

RGB channels and saturation

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

236
203
219

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

Portions of RGB colors in percentages

R + G + B = 236 + 203 + 219 = 658 (100%)
R 236 of 658 ~ 35.87%
G 203 of 658 ~ 30.85%
B 219 of 658 ~ 33.28'%

%35.87
%30.85
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.98%
  • 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.98
%7.2
%7.45

Codes

Color #ECCBDB in popluar color models

EC CB DB
RGB 236 203 219
HSL 331° 46.48% 86.08%
HSB/HSV 331° 13.98% 92.55%
CMYK 0.00% 13.98% 7.20%
7.45%

Color #ECCBDB in popluar number systems.

HEX EC CB DB
Decimal 236 203 219
Binary 11101100 11001011 11011011
Octal 354 313 333

Shades and tints

Shades of #ECCBDB

#ECCBDB
(236,203,219)
#D7B9C8
(215,185,200)
#C2A7B5
(194,167,181)
#AD95A2
(173,149,162)
#98838F
(152,131,143)
#83717C
(131,113,124)
#6E5F69
(110,95,105)
#594D56
(89,77,86)
#443B43
(68,59,67)
#2F2930
(47,41,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #ECCBDB

#ECCBDB
(236,203,219)
#EDCFDE
(237,207,222)
#EED3E1
(238,211,225)
#EFD7E4
(239,215,228)
#F0DBE7
(240,219,231)
#F1DFEA
(241,223,234)
#F2E3ED
(242,227,237)
#F3E7F0
(243,231,240)
#F4EBF3
(244,235,243)
#F5EFF6
(245,239,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCBDB; }

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

This text font color is #ECCBDB.

Background Color

.myBgColor { background-color: #ECCBDB; }

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

This div background color is #ECCBDB.

Border color

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

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

This div border color is #ECCBDB.

Opacity

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

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

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

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

This text has shadow with #ECCBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCBDB.

Preview

Color preview on black background

This text has color #ECCBDB on black background.


Color preview on white background

This text has color #ECCBDB on white background.


Black color preview on #ECCBDB background

This text has black color on #ECCBDB background.


White color preview on #ECCBDB background

This text has white color on #ECCBDB background.


Related colors

Complementary color

Complementary color for #hex is #133424.


I love getcolorcode.com

Triadic colors

1 #DBECCB and #CBDBEC with #ECCBDB are triadic colors.

2 #DBCBEC and #CBECDB with #ECCBDB are triadic colors.