COLOR #EEADAC

HEX: #EEADAC
RGB: (238,173,172)

Color info

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

RGB color model

#EEADAC color RGB value is (238,173,172).

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

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 172 of 255 = 67%

238
173
172

R + G + B ~ 76%. #EEADAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 173 + 172 = 583 (100%)
R 238 of 583 ~ 40.82%
G 173 of 583 ~ 29.67%
B 172 of 583 ~ 29.5%

%40.82
%29.67
%29.5

CMYK color model

#EEADAC color CMYK value is (0,27,28,7).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 27.73%
  • key color value is 6.67%
CMYK:
(0,27,28,7)
C0M27Y28K7 
(0%,27%,28%,7%)
(0.00/0.27/0.28/0.07)	

CMYK percentages

%0
%27.31
%27.73
%6.67

Codes

Color #EEADAC in popluar color models

EEADAC
RGB238173172
HSL66.00%80.39%
HSB/HSV27.73%93.33%
CMYK0.00%27.31%27.73%
6.67%

Color #EEADAC in popluar number systems.

HEXEEADAC
Decimal238173172
Binary111011101010110110101100
Octal356255254

Shades and tints

Shades of #EEADAC

#EEADAC
(238,173,172)
#D99E9D
(217,158,157)
#C48F8E
(196,143,142)
#AF807F
(175,128,127)
#9A7170
(154,113,112)
#856261
(133,98,97)
#705352
(112,83,82)
#5B4443
(91,68,67)
#463534
(70,53,52)
#312625
(49,38,37)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EEADAC

#EEADAC
(238,173,172)
#EFB4B3
(239,180,179)
#F0BBBA
(240,187,186)
#F1C2C1
(241,194,193)
#F2C9C8
(242,201,200)
#F3D0CF
(243,208,207)
#F4D7D6
(244,215,214)
#F5DEDD
(245,222,221)
#F6E5E4
(246,229,228)
#F7ECEB
(247,236,235)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEADAC; }

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

This text font color is #EEADAC.


Background Color

.myBgColor { background-color: #EEADAC; }

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

This div background color is #EEADAC.


Border color

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

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

This div border color is #EEADAC.


Opacity

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

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

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

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

This text has shadow with #EEADAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEADAC on black background.


Color preview on white background

This text has color #EEADAC on white background.



Black color preview on #EEADAC background

This text has black color on #EEADAC background.


White color preview on #EEADAC background

This text has white color on #EEADAC background.