COLOR #ECB8D2

HEX: #ECB8D2 RGB: (236,184,210)

Color info

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

RGB color model

#ECB8D2 color RGB value is (236,184,210).

RGB: (236,184,210) (93%, 72%, 82%)

RGB channels and saturation

R 236 of 255 = 93%
G 184 of 255 = 72%
B 210 of 255 = 82%

236
184
210

R + G + B ~ 82%. #ECB8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 184 + 210 = 630 (100%)
R 236 of 630 ~ 37.46%
G 184 of 630 ~ 29.21%
B 210 of 630 ~ 33.33'%

%37.46
%29.21
%33.33

CMYK color model

#ECB8D2 color CMYK value is (0,22,11,7).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 11.02%
  • key color value is 7.45%

CMYK: (0,22,11,7)
C0M22Y11K7 (0%, 22%, 11%, 7%)
(0.00 / 0.22 / 0.11 / 0.07)

CMYK percentages

%0
%22.03
%11.02
%7.45

Codes

Color #ECB8D2 in popluar color models

EC B8 D2
RGB 236 184 210
HSL 330° 57.78% 82.35%
HSB/HSV 330° 22.03% 92.55%
CMYK 0.00% 22.03% 11.02%
7.45%

Color #ECB8D2 in popluar number systems.

HEX EC B8 D2
Decimal 236 184 210
Binary 11101100 10111000 11010010
Octal 354 270 322

Shades and tints

Shades of #ECB8D2

#ECB8D2
(236,184,210)
#D7A8BF
(215,168,191)
#C298AC
(194,152,172)
#AD8899
(173,136,153)
#987886
(152,120,134)
#836873
(131,104,115)
#6E5860
(110,88,96)
#59484D
(89,72,77)
#44383A
(68,56,58)
#2F2827
(47,40,39)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #ECB8D2

#ECB8D2
(236,184,210)
#EDBED6
(237,190,214)
#EEC4DA
(238,196,218)
#EFCADE
(239,202,222)
#F0D0E2
(240,208,226)
#F1D6E6
(241,214,230)
#F2DCEA
(242,220,234)
#F3E2EE
(243,226,238)
#F4E8F2
(244,232,242)
#F5EEF6
(245,238,246)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB8D2 color. Also use rgb(236,184,210) instead hex code.

Text Font Color

.myTextColor { color: #ECB8D2; }

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

This text font color is #ECB8D2.

Background Color

.myBgColor { background-color: #ECB8D2; }

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

This div background color is #ECB8D2.

Border color

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

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

This div border color is #ECB8D2.

Opacity

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

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

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

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

This text has shadow with #ECB8D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB8D2.

Preview

Color preview on black background

This text has color #ECB8D2 on black background.


Color preview on white background

This text has color #ECB8D2 on white background.


Black color preview on #ECB8D2 background

This text has black color on #ECB8D2 background.


White color preview on #ECB8D2 background

This text has white color on #ECB8D2 background.


Related colors

Complementary color

Complementary color for #hex is #13472D.


I love getcolorcode.com

Triadic colors

1 #D2ECB8 and #B8D2EC with #ECB8D2 are triadic colors.

2 #D2B8EC and #B8ECD2 with #ECB8D2 are triadic colors.