COLOR #EEADA4

HEX: #EEADA4
RGB: (238,173,164)

Color info

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

RGB color model

#EEADA4 color RGB value is (238,173,164).

  • red value is 238;
  • green value is 173;
  • blue value is 164.
RGB:
(238,173,164)
(93%,68%,64%)

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 164 of 255 = 64%

238
173
164

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

Portions of RGB colors in percentages

R + G + B =
238 + 173 + 164 = 575 (100%)
R 238 of 575 ~ 41.39%
G 173 of 575 ~ 30.09%
B 164 of 575 ~ 28.52%

%41.39
%30.09
%28.52

CMYK color model

#EEADA4 color CMYK value is (0,27,31,7).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 31.09%
  • key color value is 6.67%
CMYK:
(0,27,31,7)
C0M27Y31K7 
(0%,27%,31%,7%)
(0.00/0.27/0.31/0.07)	

CMYK percentages

%0
%27.31
%31.09
%6.67

Codes

Color #EEADA4 in popluar color models

EEADA4
RGB238173164
HSL68.52%78.82%
HSB/HSV31.09%93.33%
CMYK0.00%27.31%31.09%
6.67%

Color #EEADA4 in popluar number systems.

HEXEEADA4
Decimal238173164
Binary111011101010110110100100
Octal356255244

Shades and tints

Shades of #EEADA4

#EEADA4
(238,173,164)
#D99E96
(217,158,150)
#C48F88
(196,143,136)
#AF807A
(175,128,122)
#9A716C
(154,113,108)
#85625E
(133,98,94)
#705350
(112,83,80)
#5B4442
(91,68,66)
#463534
(70,53,52)
#312626
(49,38,38)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEADA4

#EEADA4
(238,173,164)
#EFB4AC
(239,180,172)
#F0BBB4
(240,187,180)
#F1C2BC
(241,194,188)
#F2C9C4
(242,201,196)
#F3D0CC
(243,208,204)
#F4D7D4
(244,215,212)
#F5DEDC
(245,222,220)
#F6E5E4
(246,229,228)
#F7ECEC
(247,236,236)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEADA4 color. Also use rgb(238,173,164) instead hex code.

Text Font Color

.myTextColor { color: #EEADA4; }

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

This text font color is #EEADA4.


Background Color

.myBgColor { background-color: #EEADA4; }

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

This div background color is #EEADA4.


Border color

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

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

This div border color is #EEADA4.


Opacity

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

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

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

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

This text has shadow with #EEADA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEADA4 on black background.


Color preview on white background

This text has color #EEADA4 on white background.



Black color preview on #EEADA4 background

This text has black color on #EEADA4 background.


White color preview on #EEADA4 background

This text has white color on #EEADA4 background.