COLOR #EEAFE7

HEX: #EEAFE7
RGB: (238,175,231)

Color info

#EEAFE7 contains mainly red and blue colors. Web safe color of #EEAFE7 is #FF99FF (or #F9F).

RGB color model

#EEAFE7 color RGB value is (238,175,231).

  • red value is 238;
  • green value is 175;
  • blue value is 231.
RGB:
(238,175,231)
(93%,69%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 175 of 255 = 69%
B 231 of 255 = 91%

238
175
231

R + G + B ~ 84%. #EEAFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 175 + 231 = 644 (100%)
R 238 of 644 ~ 36.96%
G 175 of 644 ~ 27.17%
B 231 of 644 ~ 35.87%

%36.96
%27.17
%35.87

CMYK color model

#EEAFE7 color CMYK value is (0,26,3,7).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(0,26,3,7)
C0M26Y3K7 
(0%,26%,3%,7%)
(0.00/0.26/0.03/0.07)	

CMYK percentages

%0
%26.47
%2.94
%6.67

Codes

Color #EEAFE7 in popluar color models

EEAFE7
RGB238175231
HSL307°64.95%80.98%
HSB/HSV307°26.47%93.33%
CMYK0.00%26.47%2.94%
6.67%

Color #EEAFE7 in popluar number systems.

HEXEEAFE7
Decimal238175231
Binary111011101010111111100111
Octal356257347

Shades and tints

Shades of #EEAFE7

#EEAFE7
(238,175,231)
#D9A0D2
(217,160,210)
#C491BD
(196,145,189)
#AF82A8
(175,130,168)
#9A7393
(154,115,147)
#85647E
(133,100,126)
#705569
(112,85,105)
#5B4654
(91,70,84)
#46373F
(70,55,63)
#31282A
(49,40,42)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #EEAFE7

#EEAFE7
(238,175,231)
#EFB6E9
(239,182,233)
#F0BDEB
(240,189,235)
#F1C4ED
(241,196,237)
#F2CBEF
(242,203,239)
#F3D2F1
(243,210,241)
#F4D9F3
(244,217,243)
#F5E0F5
(245,224,245)
#F6E7F7
(246,231,247)
#F7EEF9
(247,238,249)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAFE7 color. Also use rgb(238,175,231) instead hex code.

Text Font Color

.myTextColor { color: #EEAFE7; }

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

This text font color is #EEAFE7.


Background Color

.myBgColor { background-color: #EEAFE7; }

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

This div background color is #EEAFE7.


Border color

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

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

This div border color is #EEAFE7.


Opacity

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

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

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

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

This text has shadow with #EEAFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAFE7 on black background.


Color preview on white background

This text has color #EEAFE7 on white background.



Black color preview on #EEAFE7 background

This text has black color on #EEAFE7 background.


White color preview on #EEAFE7 background

This text has white color on #EEAFE7 background.