COLOR #EEABA5

HEX: #EEABA5
RGB: (238,171,165)

Color info

#EEABA5 contains mainly red color. Web safe color of #EEABA5 is #FF9999 (or #F99).

RGB color model

#EEABA5 color RGB value is (238,171,165).

  • red value is 238;
  • green value is 171;
  • blue value is 165.
RGB:
(238,171,165)
(93%,67%,65%)

RGB channels and saturation

R 238 of 255 = 93%
G 171 of 255 = 67%
B 165 of 255 = 65%

238
171
165

R + G + B ~ 75%. #EEABA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 171 + 165 = 574 (100%)
R 238 of 574 ~ 41.46%
G 171 of 574 ~ 29.79%
B 165 of 574 ~ 28.75%

%41.46
%29.79
%28.75

CMYK color model

#EEABA5 color CMYK value is (0,28,31,7).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 30.67%
  • key color value is 6.67%
CMYK:
(0,28,31,7)
C0M28Y31K7 
(0%,28%,31%,7%)
(0.00/0.28/0.31/0.07)	

CMYK percentages

%0
%28.15
%30.67
%6.67

Codes

Color #EEABA5 in popluar color models

EEABA5
RGB238171165
HSL68.22%79.02%
HSB/HSV30.67%93.33%
CMYK0.00%28.15%30.67%
6.67%

Color #EEABA5 in popluar number systems.

HEXEEABA5
Decimal238171165
Binary111011101010101110100101
Octal356253245

Shades and tints

Shades of #EEABA5

#EEABA5
(238,171,165)
#D99C96
(217,156,150)
#C48D87
(196,141,135)
#AF7E78
(175,126,120)
#9A6F69
(154,111,105)
#85605A
(133,96,90)
#70514B
(112,81,75)
#5B423C
(91,66,60)
#46332D
(70,51,45)
#31241E
(49,36,30)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #EEABA5

#EEABA5
(238,171,165)
#EFB2AD
(239,178,173)
#F0B9B5
(240,185,181)
#F1C0BD
(241,192,189)
#F2C7C5
(242,199,197)
#F3CECD
(243,206,205)
#F4D5D5
(244,213,213)
#F5DCDD
(245,220,221)
#F6E3E5
(246,227,229)
#F7EAED
(247,234,237)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEABA5 color. Also use rgb(238,171,165) instead hex code.

Text Font Color

.myTextColor { color: #EEABA5; }

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

This text font color is #EEABA5.


Background Color

.myBgColor { background-color: #EEABA5; }

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

This div background color is #EEABA5.


Border color

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

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

This div border color is #EEABA5.


Opacity

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

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

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

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

This text has shadow with #EEABA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEABA5 on black background.


Color preview on white background

This text has color #EEABA5 on white background.



Black color preview on #EEABA5 background

This text has black color on #EEABA5 background.


White color preview on #EEABA5 background

This text has white color on #EEABA5 background.