COLOR #ECB7D0

HEX: #ECB7D0
RGB: (236,183,208)

Color info

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

RGB color model

#ECB7D0 color RGB value is (236,183,208).

  • red value is 236;
  • green value is 183;
  • blue value is 208.
RGB:
(236,183,208)
(93%,72%,82%)

RGB channels and saturation

R 236 of 255 = 93%
G 183 of 255 = 72%
B 208 of 255 = 82%

236
183
208

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

Portions of RGB colors in percentages

R + G + B =
236 + 183 + 208 = 627 (100%)
R 236 of 627 ~ 37.64%
G 183 of 627 ~ 29.19%
B 208 of 627 ~ 33.17%

%37.64
%29.19
%33.17

CMYK color model

#ECB7D0 color CMYK value is (0,22,12,7).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 11.86%
  • key color value is 7.45%
CMYK:
(0,22,12,7)
C0M22Y12K7 
(0%,22%,12%,7%)
(0.00/0.22/0.12/0.07)	

CMYK percentages

%0
%22.46
%11.86
%7.45

Codes

Color #ECB7D0 in popluar color models

ECB7D0
RGB236183208
HSL332°58.24%82.16%
HSB/HSV332°22.46%92.55%
CMYK0.00%22.46%11.86%
7.45%

Color #ECB7D0 in popluar number systems.

HEXECB7D0
Decimal236183208
Binary111011001011011111010000
Octal354267320

Shades and tints

Shades of #ECB7D0

#ECB7D0
(236,183,208)
#D7A7BE
(215,167,190)
#C297AC
(194,151,172)
#AD879A
(173,135,154)
#987788
(152,119,136)
#836776
(131,103,118)
#6E5764
(110,87,100)
#594752
(89,71,82)
#443740
(68,55,64)
#2F272E
(47,39,46)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #ECB7D0

#ECB7D0
(236,183,208)
#EDBDD4
(237,189,212)
#EEC3D8
(238,195,216)
#EFC9DC
(239,201,220)
#F0CFE0
(240,207,224)
#F1D5E4
(241,213,228)
#F2DBE8
(242,219,232)
#F3E1EC
(243,225,236)
#F4E7F0
(244,231,240)
#F5EDF4
(245,237,244)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB7D0; }

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

This text font color is #ECB7D0.


Background Color

.myBgColor { background-color: #ECB7D0; }

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

This div background color is #ECB7D0.


Border color

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

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

This div border color is #ECB7D0.


Opacity

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

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

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

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

This text has shadow with #ECB7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB7D0 on black background.


Color preview on white background

This text has color #ECB7D0 on white background.



Black color preview on #ECB7D0 background

This text has black color on #ECB7D0 background.


White color preview on #ECB7D0 background

This text has white color on #ECB7D0 background.