COLOR #ECB0D0

HEX: #ECB0D0 RGB: (236,176,208)

Color info

#ECB0D0 contains mainly red and blue colors. Web safe color of #ECB0D0 is #FF99CC (or #F9C).

RGB color model

#ECB0D0 color RGB value is (236,176,208).

RGB: (236,176,208) (93%, 69%, 82%)

RGB channels and saturation

R 236 of 255 = 93%
G 176 of 255 = 69%
B 208 of 255 = 82%

236
176
208

R + G + B ~ 81%. #ECB0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 176 + 208 = 620 (100%)
R 236 of 620 ~ 38.06%
G 176 of 620 ~ 28.39%
B 208 of 620 ~ 33.55'%

%38.06
%28.39
%33.55

CMYK color model

#ECB0D0 color CMYK value is (0,25,12,7).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 11.86%
  • key color value is 7.45%

CMYK: (0,25,12,7)
C0M25Y12K7 (0%, 25%, 12%, 7%)
(0.00 / 0.25 / 0.12 / 0.07)

CMYK percentages

%0
%25.42
%11.86
%7.45

Codes

Color #ECB0D0 in popluar color models

EC B0 D0
RGB 236 176 208
HSL 328° 61.22% 80.78%
HSB/HSV 328° 25.42% 92.55%
CMYK 0.00% 25.42% 11.86%
7.45%

Color #ECB0D0 in popluar number systems.

HEX EC B0 D0
Decimal 236 176 208
Binary 11101100 10110000 11010000
Octal 354 260 320

Shades and tints

Shades of #ECB0D0

#ECB0D0
(236,176,208)
#D7A0BE
(215,160,190)
#C290AC
(194,144,172)
#AD809A
(173,128,154)
#987088
(152,112,136)
#836076
(131,96,118)
#6E5064
(110,80,100)
#594052
(89,64,82)
#443040
(68,48,64)
#2F202E
(47,32,46)
#1A101C
(26,16,28)
#000000
(0,0,0)

Tints of #ECB0D0

#ECB0D0
(236,176,208)
#EDB7D4
(237,183,212)
#EEBED8
(238,190,216)
#EFC5DC
(239,197,220)
#F0CCE0
(240,204,224)
#F1D3E4
(241,211,228)
#F2DAE8
(242,218,232)
#F3E1EC
(243,225,236)
#F4E8F0
(244,232,240)
#F5EFF4
(245,239,244)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB0D0 color. Also use rgb(236,176,208) instead hex code.

Text Font Color

.myTextColor { color: #ECB0D0; }

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

This text font color is #ECB0D0.

Background Color

.myBgColor { background-color: #ECB0D0; }

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

This div background color is #ECB0D0.

Border color

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

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

This div border color is #ECB0D0.

Opacity

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

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

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

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

This text has shadow with #ECB0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB0D0.

Preview

Color preview on black background

This text has color #ECB0D0 on black background.


Color preview on white background

This text has color #ECB0D0 on white background.


Black color preview on #ECB0D0 background

This text has black color on #ECB0D0 background.


White color preview on #ECB0D0 background

This text has white color on #ECB0D0 background.


Related colors

Complementary color

Complementary color for #hex is #134F2F.


I love getcolorcode.com

Triadic colors

1 #D0ECB0 and #B0D0EC with #ECB0D0 are triadic colors.

2 #D0B0EC and #B0ECD0 with #ECB0D0 are triadic colors.