COLOR #EEAEC6

HEX: #EEAEC6
RGB: (238,174,198)

Color info

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

RGB color model

#EEAEC6 color RGB value is (238,174,198).

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

RGB channels and saturation

R 238 of 255 = 93%
G 174 of 255 = 68%
B 198 of 255 = 78%

238
174
198

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

Portions of RGB colors in percentages

R + G + B =
238 + 174 + 198 = 610 (100%)
R 238 of 610 ~ 39.02%
G 174 of 610 ~ 28.52%
B 198 of 610 ~ 32.46%

%39.02
%28.52
%32.46

CMYK color model

#EEAEC6 color CMYK value is (0,27,17,7).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(0,27,17,7)
C0M27Y17K7 
(0%,27%,17%,7%)
(0.00/0.27/0.17/0.07)	

CMYK percentages

%0
%26.89
%16.81
%6.67

Codes

Color #EEAEC6 in popluar color models

EEAEC6
RGB238174198
HSL338°65.31%80.78%
HSB/HSV338°26.89%93.33%
CMYK0.00%26.89%16.81%
6.67%

Color #EEAEC6 in popluar number systems.

HEXEEAEC6
Decimal238174198
Binary111011101010111011000110
Octal356256306

Shades and tints

Shades of #EEAEC6

#EEAEC6
(238,174,198)
#D99FB4
(217,159,180)
#C490A2
(196,144,162)
#AF8190
(175,129,144)
#9A727E
(154,114,126)
#85636C
(133,99,108)
#70545A
(112,84,90)
#5B4548
(91,69,72)
#463636
(70,54,54)
#312724
(49,39,36)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #EEAEC6

#EEAEC6
(238,174,198)
#EFB5CB
(239,181,203)
#F0BCD0
(240,188,208)
#F1C3D5
(241,195,213)
#F2CADA
(242,202,218)
#F3D1DF
(243,209,223)
#F4D8E4
(244,216,228)
#F5DFE9
(245,223,233)
#F6E6EE
(246,230,238)
#F7EDF3
(247,237,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEAEC6; }

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

This text font color is #EEAEC6.


Background Color

.myBgColor { background-color: #EEAEC6; }

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

This div background color is #EEAEC6.


Border color

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

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

This div border color is #EEAEC6.


Opacity

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

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

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

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

This text has shadow with #EEAEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAEC6 on black background.


Color preview on white background

This text has color #EEAEC6 on white background.



Black color preview on #EEAEC6 background

This text has black color on #EEAEC6 background.


White color preview on #EEAEC6 background

This text has white color on #EEAEC6 background.