COLOR #EEAEB5

HEX: #EEAEB5
RGB: (238,174,181)

Color info

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

RGB color model

#EEAEB5 color RGB value is (238,174,181).

  • red value is 238;
  • green value is 174;
  • blue value is 181.
RGB:
(238,174,181)
(93%,68%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 174 of 255 = 68%
B 181 of 255 = 71%

238
174
181

R + G + B ~ 77%. #EEAEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 174 + 181 = 593 (100%)
R 238 of 593 ~ 40.13%
G 174 of 593 ~ 29.34%
B 181 of 593 ~ 30.52%

%40.13
%29.34
%30.52

CMYK color model

#EEAEB5 color CMYK value is (0,27,24,7).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(0,27,24,7)
C0M27Y24K7 
(0%,27%,24%,7%)
(0.00/0.27/0.24/0.07)	

CMYK percentages

%0
%26.89
%23.95
%6.67

Codes

Color #EEAEB5 in popluar color models

EEAEB5
RGB238174181
HSL353°65.31%80.78%
HSB/HSV353°26.89%93.33%
CMYK0.00%26.89%23.95%
6.67%

Color #EEAEB5 in popluar number systems.

HEXEEAEB5
Decimal238174181
Binary111011101010111010110101
Octal356256265

Shades and tints

Shades of #EEAEB5

#EEAEB5
(238,174,181)
#D99FA5
(217,159,165)
#C49095
(196,144,149)
#AF8185
(175,129,133)
#9A7275
(154,114,117)
#856365
(133,99,101)
#705455
(112,84,85)
#5B4545
(91,69,69)
#463635
(70,54,53)
#312725
(49,39,37)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEAEB5

#EEAEB5
(238,174,181)
#EFB5BB
(239,181,187)
#F0BCC1
(240,188,193)
#F1C3C7
(241,195,199)
#F2CACD
(242,202,205)
#F3D1D3
(243,209,211)
#F4D8D9
(244,216,217)
#F5DFDF
(245,223,223)
#F6E6E5
(246,230,229)
#F7EDEB
(247,237,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAEB5 color. Also use rgb(238,174,181) instead hex code.

Text Font Color

.myTextColor { color: #EEAEB5; }

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

This text font color is #EEAEB5.


Background Color

.myBgColor { background-color: #EEAEB5; }

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

This div background color is #EEAEB5.


Border color

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

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

This div border color is #EEAEB5.


Opacity

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

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

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

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

This text has shadow with #EEAEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAEB5 on black background.


Color preview on white background

This text has color #EEAEB5 on white background.



Black color preview on #EEAEB5 background

This text has black color on #EEAEB5 background.


White color preview on #EEAEB5 background

This text has white color on #EEAEB5 background.