COLOR #ECBDD7

HEX: #ECBDD7 RGB: (236,189,215)

Color info

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

RGB color model

#ECBDD7 color RGB value is (236,189,215).

RGB: (236,189,215) (93%, 74%, 84%)

RGB channels and saturation

R 236 of 255 = 93%
G 189 of 255 = 74%
B 215 of 255 = 84%

236
189
215

R + G + B ~ 84%. #ECBDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 189 + 215 = 640 (100%)
R 236 of 640 ~ 36.88%
G 189 of 640 ~ 29.53%
B 215 of 640 ~ 33.59'%

%36.88
%29.53
%33.59

CMYK color model

#ECBDD7 color CMYK value is (0,20,9,7).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 8.90%
  • key color value is 7.45%
CMYK: (0,20,9,7) C0M20Y9K7 (0%,20%,9%,7%) (0.00/0.20/0.09/0.07) 

CMYK percentages

%0
%19.92
%8.9
%7.45

Codes

Color #ECBDD7 in popluar color models

EC BD D7
RGB 236 189 215
HSL 327° 55.29% 83.33%
HSB/HSV 327° 19.92% 92.55%
CMYK 0.00% 19.92% 8.90%
7.45%

Color #ECBDD7 in popluar number systems.

HEX EC BD D7
Decimal 236 189 215
Binary 11101100 10111101 11010111
Octal 354 275 327

Shades and tints

Shades of #ECBDD7

#ECBDD7
(236,189,215)
#D7ACC4
(215,172,196)
#C29BB1
(194,155,177)
#AD8A9E
(173,138,158)
#98798B
(152,121,139)
#836878
(131,104,120)
#6E5765
(110,87,101)
#594652
(89,70,82)
#44353F
(68,53,63)
#2F242C
(47,36,44)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #ECBDD7

#ECBDD7
(236,189,215)
#EDC3DA
(237,195,218)
#EEC9DD
(238,201,221)
#EFCFE0
(239,207,224)
#F0D5E3
(240,213,227)
#F1DBE6
(241,219,230)
#F2E1E9
(242,225,233)
#F3E7EC
(243,231,236)
#F4EDEF
(244,237,239)
#F5F3F2
(245,243,242)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBDD7 color. Also use rgb(236,189,215) instead hex code.

Text Font Color

.myTextColor { color: #ECBDD7; }

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

This text font color is #ECBDD7.

Background Color

.myBgColor { background-color: #ECBDD7; }

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

This div background color is #ECBDD7.

Border color

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

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

This div border color is #ECBDD7.

Opacity

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

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

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

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

This text has shadow with #ECBDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBDD7.

Preview

Color preview on black background

This text has color #ECBDD7 on black background.


Color preview on white background

This text has color #ECBDD7 on white background.


Black color preview on #ECBDD7 background

This text has black color on #ECBDD7 background.


White color preview on #ECBDD7 background

This text has white color on #ECBDD7 background.


Related colors

Complementary color

Complementary color for #hex is #134228.


I love getcolorcode.com

Triadic colors

1 #D7ECBD and #BDD7EC with #ECBDD7 are triadic colors.

2 #D7BDEC and #BDECD7 with #ECBDD7 are triadic colors.