COLOR #EEACB1

HEX: #EEACB1
RGB: (238,172,177)

Color info

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

RGB color model

#EEACB1 color RGB value is (238,172,177).

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

RGB channels and saturation

R 238 of 255 = 93%
G 172 of 255 = 67%
B 177 of 255 = 69%

238
172
177

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

Portions of RGB colors in percentages

R + G + B =
238 + 172 + 177 = 587 (100%)
R 238 of 587 ~ 40.55%
G 172 of 587 ~ 29.3%
B 177 of 587 ~ 30.15%

%40.55
%29.3
%30.15

CMYK color model

#EEACB1 color CMYK value is (0,28,26,7).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 25.63%
  • key color value is 6.67%
CMYK:
(0,28,26,7)
C0M28Y26K7 
(0%,28%,26%,7%)
(0.00/0.28/0.26/0.07)	

CMYK percentages

%0
%27.73
%25.63
%6.67

Codes

Color #EEACB1 in popluar color models

EEACB1
RGB238172177
HSL355°66.00%80.39%
HSB/HSV355°27.73%93.33%
CMYK0.00%27.73%25.63%
6.67%

Color #EEACB1 in popluar number systems.

HEXEEACB1
Decimal238172177
Binary111011101010110010110001
Octal356254261

Shades and tints

Shades of #EEACB1

#EEACB1
(238,172,177)
#D99DA1
(217,157,161)
#C48E91
(196,142,145)
#AF7F81
(175,127,129)
#9A7071
(154,112,113)
#856161
(133,97,97)
#705251
(112,82,81)
#5B4341
(91,67,65)
#463431
(70,52,49)
#312521
(49,37,33)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #EEACB1

#EEACB1
(238,172,177)
#EFB3B8
(239,179,184)
#F0BABF
(240,186,191)
#F1C1C6
(241,193,198)
#F2C8CD
(242,200,205)
#F3CFD4
(243,207,212)
#F4D6DB
(244,214,219)
#F5DDE2
(245,221,226)
#F6E4E9
(246,228,233)
#F7EBF0
(247,235,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEACB1; }

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

This text font color is #EEACB1.


Background Color

.myBgColor { background-color: #EEACB1; }

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

This div background color is #EEACB1.


Border color

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

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

This div border color is #EEACB1.


Opacity

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

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

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

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

This text has shadow with #EEACB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEACB1 on black background.


Color preview on white background

This text has color #EEACB1 on white background.



Black color preview on #EEACB1 background

This text has black color on #EEACB1 background.


White color preview on #EEACB1 background

This text has white color on #EEACB1 background.