COLOR #ECB8D9

HEX: #ECB8D9
RGB: (236,184,217)

Color info

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

RGB color model

#ECB8D9 color RGB value is (236,184,217).

  • red value is 236;
  • green value is 184;
  • blue value is 217.
RGB:
(236,184,217)
(93%,72%,85%)

RGB channels and saturation

R 236 of 255 = 93%
G 184 of 255 = 72%
B 217 of 255 = 85%

236
184
217

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

Portions of RGB colors in percentages

R + G + B =
236 + 184 + 217 = 637 (100%)
R 236 of 637 ~ 37.05%
G 184 of 637 ~ 28.89%
B 217 of 637 ~ 34.07%

%37.05
%28.89
%34.07

CMYK color model

#ECB8D9 color CMYK value is (0,22,8,7).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 8.05%
  • key color value is 7.45%
CMYK:
(0,22,8,7)
C0M22Y8K7 
(0%,22%,8%,7%)
(0.00/0.22/0.08/0.07)	

CMYK percentages

%0
%22.03
%8.05
%7.45

Codes

Color #ECB8D9 in popluar color models

ECB8D9
RGB236184217
HSL322°57.78%82.35%
HSB/HSV322°22.03%92.55%
CMYK0.00%22.03%8.05%
7.45%

Color #ECB8D9 in popluar number systems.

HEXECB8D9
Decimal236184217
Binary111011001011100011011001
Octal354270331

Shades and tints

Shades of #ECB8D9

#ECB8D9
(236,184,217)
#D7A8C6
(215,168,198)
#C298B3
(194,152,179)
#AD88A0
(173,136,160)
#98788D
(152,120,141)
#83687A
(131,104,122)
#6E5867
(110,88,103)
#594854
(89,72,84)
#443841
(68,56,65)
#2F282E
(47,40,46)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #ECB8D9

#ECB8D9
(236,184,217)
#EDBEDC
(237,190,220)
#EEC4DF
(238,196,223)
#EFCAE2
(239,202,226)
#F0D0E5
(240,208,229)
#F1D6E8
(241,214,232)
#F2DCEB
(242,220,235)
#F3E2EE
(243,226,238)
#F4E8F1
(244,232,241)
#F5EEF4
(245,238,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB8D9; }

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

This text font color is #ECB8D9.


Background Color

.myBgColor { background-color: #ECB8D9; }

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

This div background color is #ECB8D9.


Border color

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

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

This div border color is #ECB8D9.


Opacity

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

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

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

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

This text has shadow with #ECB8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB8D9 on black background.


Color preview on white background

This text has color #ECB8D9 on white background.



Black color preview on #ECB8D9 background

This text has black color on #ECB8D9 background.


White color preview on #ECB8D9 background

This text has white color on #ECB8D9 background.