COLOR #EEADB0

HEX: #EEADB0
RGB: (238,173,176)

Color info

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

RGB color model

#EEADB0 color RGB value is (238,173,176).

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

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 176 of 255 = 69%

238
173
176

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

Portions of RGB colors in percentages

R + G + B =
238 + 173 + 176 = 587 (100%)
R 238 of 587 ~ 40.55%
G 173 of 587 ~ 29.47%
B 176 of 587 ~ 29.98%

%40.55
%29.47
%29.98

CMYK color model

#EEADB0 color CMYK value is (0,27,26,7).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 26.05%
  • key color value is 6.67%
CMYK:
(0,27,26,7)
C0M27Y26K7 
(0%,27%,26%,7%)
(0.00/0.27/0.26/0.07)	

CMYK percentages

%0
%27.31
%26.05
%6.67

Codes

Color #EEADB0 in popluar color models

EEADB0
RGB238173176
HSL357°65.66%80.59%
HSB/HSV357°27.31%93.33%
CMYK0.00%27.31%26.05%
6.67%

Color #EEADB0 in popluar number systems.

HEXEEADB0
Decimal238173176
Binary111011101010110110110000
Octal356255260

Shades and tints

Shades of #EEADB0

#EEADB0
(238,173,176)
#D99EA0
(217,158,160)
#C48F90
(196,143,144)
#AF8080
(175,128,128)
#9A7170
(154,113,112)
#856260
(133,98,96)
#705350
(112,83,80)
#5B4440
(91,68,64)
#463530
(70,53,48)
#312620
(49,38,32)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #EEADB0

#EEADB0
(238,173,176)
#EFB4B7
(239,180,183)
#F0BBBE
(240,187,190)
#F1C2C5
(241,194,197)
#F2C9CC
(242,201,204)
#F3D0D3
(243,208,211)
#F4D7DA
(244,215,218)
#F5DEE1
(245,222,225)
#F6E5E8
(246,229,232)
#F7ECEF
(247,236,239)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEADB0; }

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

This text font color is #EEADB0.


Background Color

.myBgColor { background-color: #EEADB0; }

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

This div background color is #EEADB0.


Border color

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

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

This div border color is #EEADB0.


Opacity

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

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

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

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

This text has shadow with #EEADB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEADB0 on black background.


Color preview on white background

This text has color #EEADB0 on white background.



Black color preview on #EEADB0 background

This text has black color on #EEADB0 background.


White color preview on #EEADB0 background

This text has white color on #EEADB0 background.