COLOR #EB9CCE

HEX: #EB9CCE
RGB: (235,156,206)

Color info

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

RGB color model

#EB9CCE color RGB value is (235,156,206).

  • red value is 235;
  • green value is 156;
  • blue value is 206.
RGB:
(235,156,206)
(92%,61%,81%)

RGB channels and saturation

R 235 of 255 = 92%
G 156 of 255 = 61%
B 206 of 255 = 81%

235
156
206

R + G + B ~ 78%. #EB9CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 156 + 206 = 597 (100%)
R 235 of 597 ~ 39.36%
G 156 of 597 ~ 26.13%
B 206 of 597 ~ 34.51%

%39.36
%26.13
%34.51

CMYK color model

#EB9CCE color CMYK value is (0,34,12,8).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(0,34,12,8)
C0M34Y12K8 
(0%,34%,12%,8%)
(0.00/0.34/0.12/0.08)	

CMYK percentages

%0
%33.62
%12.34
%7.84

Codes

Color #EB9CCE in popluar color models

EB9CCE
RGB235156206
HSL322°66.39%76.67%
HSB/HSV322°33.62%92.16%
CMYK0.00%33.62%12.34%
7.84%

Color #EB9CCE in popluar number systems.

HEXEB9CCE
Decimal235156206
Binary111010111001110011001110
Octal353234316

Shades and tints

Shades of #EB9CCE

#EB9CCE
(235,156,206)
#D68EBC
(214,142,188)
#C180AA
(193,128,170)
#AC7298
(172,114,152)
#976486
(151,100,134)
#825674
(130,86,116)
#6D4862
(109,72,98)
#583A50
(88,58,80)
#432C3E
(67,44,62)
#2E1E2C
(46,30,44)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #EB9CCE

#EB9CCE
(235,156,206)
#ECA5D2
(236,165,210)
#EDAED6
(237,174,214)
#EEB7DA
(238,183,218)
#EFC0DE
(239,192,222)
#F0C9E2
(240,201,226)
#F1D2E6
(241,210,230)
#F2DBEA
(242,219,234)
#F3E4EE
(243,228,238)
#F4EDF2
(244,237,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9CCE color. Also use rgb(235,156,206) instead hex code.

Text Font Color

.myTextColor { color: #EB9CCE; }

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

This text font color is #EB9CCE.


Background Color

.myBgColor { background-color: #EB9CCE; }

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

This div background color is #EB9CCE.


Border color

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

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

This div border color is #EB9CCE.


Opacity

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

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

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

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

This text has shadow with #EB9CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9CCE on black background.


Color preview on white background

This text has color #EB9CCE on white background.



Black color preview on #EB9CCE background

This text has black color on #EB9CCE background.


White color preview on #EB9CCE background

This text has white color on #EB9CCE background.