COLOR #ECB8E0

HEX: #ECB8E0
RGB: (236,184,224)

Color info

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

RGB color model

#ECB8E0 color RGB value is (236,184,224).

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

RGB channels and saturation

R 236 of 255 = 93%
G 184 of 255 = 72%
B 224 of 255 = 88%

236
184
224

R + G + B ~ 84%. #ECB8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 184 + 224 = 644 (100%)
R 236 of 644 ~ 36.65%
G 184 of 644 ~ 28.57%
B 224 of 644 ~ 34.78%

%36.65
%28.57
%34.78

CMYK color model

#ECB8E0 color CMYK value is (0,22,5,7).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 5.08%
  • key color value is 7.45%
CMYK:
(0,22,5,7)
C0M22Y5K7 
(0%,22%,5%,7%)
(0.00/0.22/0.05/0.07)	

CMYK percentages

%0
%22.03
%5.08
%7.45

Codes

Color #ECB8E0 in popluar color models

ECB8E0
RGB236184224
HSL314°57.78%82.35%
HSB/HSV314°22.03%92.55%
CMYK0.00%22.03%5.08%
7.45%

Color #ECB8E0 in popluar number systems.

HEXECB8E0
Decimal236184224
Binary111011001011100011100000
Octal354270340

Shades and tints

Shades of #ECB8E0

#ECB8E0
(236,184,224)
#D7A8CC
(215,168,204)
#C298B8
(194,152,184)
#AD88A4
(173,136,164)
#987890
(152,120,144)
#83687C
(131,104,124)
#6E5868
(110,88,104)
#594854
(89,72,84)
#443840
(68,56,64)
#2F282C
(47,40,44)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #ECB8E0

#ECB8E0
(236,184,224)
#EDBEE2
(237,190,226)
#EEC4E4
(238,196,228)
#EFCAE6
(239,202,230)
#F0D0E8
(240,208,232)
#F1D6EA
(241,214,234)
#F2DCEC
(242,220,236)
#F3E2EE
(243,226,238)
#F4E8F0
(244,232,240)
#F5EEF2
(245,238,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB8E0; }

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

This text font color is #ECB8E0.


Background Color

.myBgColor { background-color: #ECB8E0; }

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

This div background color is #ECB8E0.


Border color

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

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

This div border color is #ECB8E0.


Opacity

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

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

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

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

This text has shadow with #ECB8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB8E0 on black background.


Color preview on white background

This text has color #ECB8E0 on white background.



Black color preview on #ECB8E0 background

This text has black color on #ECB8E0 background.


White color preview on #ECB8E0 background

This text has white color on #ECB8E0 background.