COLOR #E99AB6

HEX: #E99AB6
RGB: (233,154,182)

Color info

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

RGB color model

#E99AB6 color RGB value is (233,154,182).

  • red value is 233;
  • green value is 154;
  • blue value is 182.
RGB:
(233,154,182)
(91%,60%,71%)

RGB channels and saturation

R 233 of 255 = 91%
G 154 of 255 = 60%
B 182 of 255 = 71%

233
154
182

R + G + B ~ 74%. #E99AB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 154 + 182 = 569 (100%)
R 233 of 569 ~ 40.95%
G 154 of 569 ~ 27.07%
B 182 of 569 ~ 31.99%

%40.95
%27.07
%31.99

CMYK color model

#E99AB6 color CMYK value is (0,34,22,9).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 21.89%
  • key color value is 8.63%
CMYK:
(0,34,22,9)
C0M34Y22K9 
(0%,34%,22%,9%)
(0.00/0.34/0.22/0.09)	

CMYK percentages

%0
%33.91
%21.89
%8.63

Codes

Color #E99AB6 in popluar color models

E99AB6
RGB233154182
HSL339°64.23%75.88%
HSB/HSV339°33.91%91.37%
CMYK0.00%33.91%21.89%
8.63%

Color #E99AB6 in popluar number systems.

HEXE99AB6
Decimal233154182
Binary111010011001101010110110
Octal351232266

Shades and tints

Shades of #E99AB6

#E99AB6
(233,154,182)
#D48CA6
(212,140,166)
#BF7E96
(191,126,150)
#AA7086
(170,112,134)
#956276
(149,98,118)
#805466
(128,84,102)
#6B4656
(107,70,86)
#563846
(86,56,70)
#412A36
(65,42,54)
#2C1C26
(44,28,38)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #E99AB6

#E99AB6
(233,154,182)
#EBA3BC
(235,163,188)
#EDACC2
(237,172,194)
#EFB5C8
(239,181,200)
#F1BECE
(241,190,206)
#F3C7D4
(243,199,212)
#F5D0DA
(245,208,218)
#F7D9E0
(247,217,224)
#F9E2E6
(249,226,230)
#FBEBEC
(251,235,236)
#FDF4F2
(253,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99AB6 color. Also use rgb(233,154,182) instead hex code.

Text Font Color

.myTextColor { color: #E99AB6; }

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

This text font color is #E99AB6.


Background Color

.myBgColor { background-color: #E99AB6; }

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

This div background color is #E99AB6.


Border color

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

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

This div border color is #E99AB6.


Opacity

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

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

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

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

This text has shadow with #E99AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99AB6 on black background.


Color preview on white background

This text has color #E99AB6 on white background.



Black color preview on #E99AB6 background

This text has black color on #E99AB6 background.


White color preview on #E99AB6 background

This text has white color on #E99AB6 background.