COLOR #EB9FCC

HEX: #EB9FCC
RGB: (235,159,204)

Color info

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

RGB color model

#EB9FCC color RGB value is (235,159,204).

  • red value is 235;
  • green value is 159;
  • blue value is 204.
RGB:
(235,159,204)
(92%,62%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 159 of 255 = 62%
B 204 of 255 = 80%

235
159
204

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

Portions of RGB colors in percentages

R + G + B =
235 + 159 + 204 = 598 (100%)
R 235 of 598 ~ 39.3%
G 159 of 598 ~ 26.59%
B 204 of 598 ~ 34.11%

%39.3
%26.59
%34.11

CMYK color model

#EB9FCC color CMYK value is (0,32,13,8).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(0,32,13,8)
C0M32Y13K8 
(0%,32%,13%,8%)
(0.00/0.32/0.13/0.08)	

CMYK percentages

%0
%32.34
%13.19
%7.84

Codes

Color #EB9FCC in popluar color models

EB9FCC
RGB235159204
HSL324°65.52%77.25%
HSB/HSV324°32.34%92.16%
CMYK0.00%32.34%13.19%
7.84%

Color #EB9FCC in popluar number systems.

HEXEB9FCC
Decimal235159204
Binary111010111001111111001100
Octal353237314

Shades and tints

Shades of #EB9FCC

#EB9FCC
(235,159,204)
#D691BA
(214,145,186)
#C183A8
(193,131,168)
#AC7596
(172,117,150)
#976784
(151,103,132)
#825972
(130,89,114)
#6D4B60
(109,75,96)
#583D4E
(88,61,78)
#432F3C
(67,47,60)
#2E212A
(46,33,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #EB9FCC

#EB9FCC
(235,159,204)
#ECA7D0
(236,167,208)
#EDAFD4
(237,175,212)
#EEB7D8
(238,183,216)
#EFBFDC
(239,191,220)
#F0C7E0
(240,199,224)
#F1CFE4
(241,207,228)
#F2D7E8
(242,215,232)
#F3DFEC
(243,223,236)
#F4E7F0
(244,231,240)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9FCC color. Also use rgb(235,159,204) instead hex code.

Text Font Color

.myTextColor { color: #EB9FCC; }

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

This text font color is #EB9FCC.


Background Color

.myBgColor { background-color: #EB9FCC; }

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

This div background color is #EB9FCC.


Border color

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

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

This div border color is #EB9FCC.


Opacity

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

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

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

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

This text has shadow with #EB9FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9FCC on black background.


Color preview on white background

This text has color #EB9FCC on white background.



Black color preview on #EB9FCC background

This text has black color on #EB9FCC background.


White color preview on #EB9FCC background

This text has white color on #EB9FCC background.