COLOR #EEAECB

HEX: #EEAECB
RGB: (238,174,203)

Color info

#EEAECB contains mainly red and blue colors. Web safe color of #EEAECB is #FF99CC (or #F9C).

RGB color model

#EEAECB color RGB value is (238,174,203).

  • red value is 238;
  • green value is 174;
  • blue value is 203.
RGB:
(238,174,203)
(93%,68%,80%)

RGB channels and saturation

R 238 of 255 = 93%
G 174 of 255 = 68%
B 203 of 255 = 80%

238
174
203

R + G + B ~ 80%. #EEAECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 174 + 203 = 615 (100%)
R 238 of 615 ~ 38.7%
G 174 of 615 ~ 28.29%
B 203 of 615 ~ 33.01%

%38.7
%28.29
%33.01

CMYK color model

#EEAECB color CMYK value is (0,27,15,7).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(0,27,15,7)
C0M27Y15K7 
(0%,27%,15%,7%)
(0.00/0.27/0.15/0.07)	

CMYK percentages

%0
%26.89
%14.71
%6.67

Codes

Color #EEAECB in popluar color models

EEAECB
RGB238174203
HSL333°65.31%80.78%
HSB/HSV333°26.89%93.33%
CMYK0.00%26.89%14.71%
6.67%

Color #EEAECB in popluar number systems.

HEXEEAECB
Decimal238174203
Binary111011101010111011001011
Octal356256313

Shades and tints

Shades of #EEAECB

#EEAECB
(238,174,203)
#D99FB9
(217,159,185)
#C490A7
(196,144,167)
#AF8195
(175,129,149)
#9A7283
(154,114,131)
#856371
(133,99,113)
#70545F
(112,84,95)
#5B454D
(91,69,77)
#46363B
(70,54,59)
#312729
(49,39,41)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EEAECB

#EEAECB
(238,174,203)
#EFB5CF
(239,181,207)
#F0BCD3
(240,188,211)
#F1C3D7
(241,195,215)
#F2CADB
(242,202,219)
#F3D1DF
(243,209,223)
#F4D8E3
(244,216,227)
#F5DFE7
(245,223,231)
#F6E6EB
(246,230,235)
#F7EDEF
(247,237,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAECB color. Also use rgb(238,174,203) instead hex code.

Text Font Color

.myTextColor { color: #EEAECB; }

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

This text font color is #EEAECB.


Background Color

.myBgColor { background-color: #EEAECB; }

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

This div background color is #EEAECB.


Border color

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

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

This div border color is #EEAECB.


Opacity

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

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

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

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

This text has shadow with #EEAECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAECB on black background.


Color preview on white background

This text has color #EEAECB on white background.



Black color preview on #EEAECB background

This text has black color on #EEAECB background.


White color preview on #EEAECB background

This text has white color on #EEAECB background.