COLOR #ECB8EC

HEX: #ECB8EC
RGB: (236,184,236)

Color info

#ECB8EC contains red, green and blue colors in about the same proportion. Web safe color of #ECB8EC is #FFCCFF (or #FCF).

RGB color model

#ECB8EC color RGB value is (236,184,236).

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

RGB channels and saturation

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

236
184
236

R + G + B ~ 86%. #ECB8EC is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 184 + 236 = 656 (100%)
R 236 of 656 ~ 35.98%
G 184 of 656 ~ 28.05%
B 236 of 656 ~ 35.98%

%35.98
%28.05
%35.98

CMYK color model

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

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

CMYK percentages

%0
%22.03
%0
%7.45

Codes

Color #ECB8EC in popluar color models

ECB8EC
RGB236184236
HSL300°57.78%82.35%
HSB/HSV300°22.03%92.55%
CMYK0.00%22.03%0.00%
7.45%

Color #ECB8EC in popluar number systems.

HEXECB8EC
Decimal236184236
Binary111011001011100011101100
Octal354270354

Shades and tints

Shades of #ECB8EC

#ECB8EC
(236,184,236)
#D7A8D7
(215,168,215)
#C298C2
(194,152,194)
#AD88AD
(173,136,173)
#987898
(152,120,152)
#836883
(131,104,131)
#6E586E
(110,88,110)
#594859
(89,72,89)
#443844
(68,56,68)
#2F282F
(47,40,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #ECB8EC

#ECB8EC
(236,184,236)
#EDBEED
(237,190,237)
#EEC4EE
(238,196,238)
#EFCAEF
(239,202,239)
#F0D0F0
(240,208,240)
#F1D6F1
(241,214,241)
#F2DCF2
(242,220,242)
#F3E2F3
(243,226,243)
#F4E8F4
(244,232,244)
#F5EEF5
(245,238,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB8EC; }

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

This text font color is #ECB8EC.


Background Color

.myBgColor { background-color: #ECB8EC; }

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

This div background color is #ECB8EC.


Border color

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

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

This div border color is #ECB8EC.


Opacity

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

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

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

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

This text has shadow with #ECB8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB8EC on black background.


Color preview on white background

This text has color #ECB8EC on white background.



Black color preview on #ECB8EC background

This text has black color on #ECB8EC background.


White color preview on #ECB8EC background

This text has white color on #ECB8EC background.