COLOR #EEA3D2

HEX: #EEA3D2
RGB: (238,163,210)

Color info

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

RGB color model

#EEA3D2 color RGB value is (238,163,210).

  • red value is 238;
  • green value is 163;
  • blue value is 210.
RGB:
(238,163,210)
(93%,64%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 210 of 255 = 82%

238
163
210

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

Portions of RGB colors in percentages

R + G + B =
238 + 163 + 210 = 611 (100%)
R 238 of 611 ~ 38.95%
G 163 of 611 ~ 26.68%
B 210 of 611 ~ 34.37%

%38.95
%26.68
%34.37

CMYK color model

#EEA3D2 color CMYK value is (0,32,12,7).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,32,12,7)
C0M32Y12K7 
(0%,32%,12%,7%)
(0.00/0.32/0.12/0.07)	

CMYK percentages

%0
%31.51
%11.76
%6.67

Codes

Color #EEA3D2 in popluar color models

EEA3D2
RGB238163210
HSL322°68.81%78.63%
HSB/HSV322°31.51%93.33%
CMYK0.00%31.51%11.76%
6.67%

Color #EEA3D2 in popluar number systems.

HEXEEA3D2
Decimal238163210
Binary111011101010001111010010
Octal356243322

Shades and tints

Shades of #EEA3D2

#EEA3D2
(238,163,210)
#D995BF
(217,149,191)
#C487AC
(196,135,172)
#AF7999
(175,121,153)
#9A6B86
(154,107,134)
#855D73
(133,93,115)
#704F60
(112,79,96)
#5B414D
(91,65,77)
#46333A
(70,51,58)
#312527
(49,37,39)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEA3D2

#EEA3D2
(238,163,210)
#EFABD6
(239,171,214)
#F0B3DA
(240,179,218)
#F1BBDE
(241,187,222)
#F2C3E2
(242,195,226)
#F3CBE6
(243,203,230)
#F4D3EA
(244,211,234)
#F5DBEE
(245,219,238)
#F6E3F2
(246,227,242)
#F7EBF6
(247,235,246)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA3D2 color. Also use rgb(238,163,210) instead hex code.

Text Font Color

.myTextColor { color: #EEA3D2; }

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

This text font color is #EEA3D2.


Background Color

.myBgColor { background-color: #EEA3D2; }

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

This div background color is #EEA3D2.


Border color

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

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

This div border color is #EEA3D2.


Opacity

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

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

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

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

This text has shadow with #EEA3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA3D2 on black background.


Color preview on white background

This text has color #EEA3D2 on white background.



Black color preview on #EEA3D2 background

This text has black color on #EEA3D2 background.


White color preview on #EEA3D2 background

This text has white color on #EEA3D2 background.