COLOR #ECBDD3

HEX: #ECBDD3 RGB: (236,189,211)

Color info

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

RGB color model

#ECBDD3 color RGB value is (236,189,211).

RGB: (236,189,211) (93%, 74%, 83%)

RGB channels and saturation

R 236 of 255 = 93%
G 189 of 255 = 74%
B 211 of 255 = 83%

236
189
211

R + G + B ~ 83%. #ECBDD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 189 + 211 = 636 (100%)
R 236 of 636 ~ 37.11%
G 189 of 636 ~ 29.72%
B 211 of 636 ~ 33.18'%

%37.11
%29.72
%33.18

CMYK color model

#ECBDD3 color CMYK value is (0,20,11,7).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 10.59%
  • key color value is 7.45%

CMYK: (0,20,11,7)
C0M20Y11K7 (0%, 20%, 11%, 7%)
(0.00 / 0.20 / 0.11 / 0.07)

CMYK percentages

%0
%19.92
%10.59
%7.45

Codes

Color #ECBDD3 in popluar color models

EC BD D3
RGB 236 189 211
HSL 332° 55.29% 83.33%
HSB/HSV 332° 19.92% 92.55%
CMYK 0.00% 19.92% 10.59%
7.45%

Color #ECBDD3 in popluar number systems.

HEX EC BD D3
Decimal 236 189 211
Binary 11101100 10111101 11010011
Octal 354 275 323

Shades and tints

Shades of #ECBDD3

#ECBDD3
(236,189,211)
#D7ACC0
(215,172,192)
#C29BAD
(194,155,173)
#AD8A9A
(173,138,154)
#987987
(152,121,135)
#836874
(131,104,116)
#6E5761
(110,87,97)
#59464E
(89,70,78)
#44353B
(68,53,59)
#2F2428
(47,36,40)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #ECBDD3

#ECBDD3
(236,189,211)
#EDC3D7
(237,195,215)
#EEC9DB
(238,201,219)
#EFCFDF
(239,207,223)
#F0D5E3
(240,213,227)
#F1DBE7
(241,219,231)
#F2E1EB
(242,225,235)
#F3E7EF
(243,231,239)
#F4EDF3
(244,237,243)
#F5F3F7
(245,243,247)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBDD3; }

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

This text font color is #ECBDD3.

Background Color

.myBgColor { background-color: #ECBDD3; }

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

This div background color is #ECBDD3.

Border color

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

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

This div border color is #ECBDD3.

Opacity

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

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

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

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

This text has shadow with #ECBDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBDD3.

Preview

Color preview on black background

This text has color #ECBDD3 on black background.


Color preview on white background

This text has color #ECBDD3 on white background.


Black color preview on #ECBDD3 background

This text has black color on #ECBDD3 background.


White color preview on #ECBDD3 background

This text has white color on #ECBDD3 background.


Related colors

Complementary color

Complementary color for #hex is #13422C.


I love getcolorcode.com

Triadic colors

1 #D3ECBD and #BDD3EC with #ECBDD3 are triadic colors.

2 #D3BDEC and #BDECD3 with #ECBDD3 are triadic colors.