COLOR #EEA3B9

HEX: #EEA3B9
RGB: (238,163,185)

Color info

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

RGB color model

#EEA3B9 color RGB value is (238,163,185).

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

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 185 of 255 = 73%

238
163
185

R + G + B ~ 77%. #EEA3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 163 + 185 = 586 (100%)
R 238 of 586 ~ 40.61%
G 163 of 586 ~ 27.82%
B 185 of 586 ~ 31.57%

%40.61
%27.82
%31.57

CMYK color model

#EEA3B9 color CMYK value is (0,32,22,7).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(0,32,22,7)
C0M32Y22K7 
(0%,32%,22%,7%)
(0.00/0.32/0.22/0.07)	

CMYK percentages

%0
%31.51
%22.27
%6.67

Codes

Color #EEA3B9 in popluar color models

EEA3B9
RGB238163185
HSL342°68.81%78.63%
HSB/HSV342°31.51%93.33%
CMYK0.00%31.51%22.27%
6.67%

Color #EEA3B9 in popluar number systems.

HEXEEA3B9
Decimal238163185
Binary111011101010001110111001
Octal356243271

Shades and tints

Shades of #EEA3B9

#EEA3B9
(238,163,185)
#D995A9
(217,149,169)
#C48799
(196,135,153)
#AF7989
(175,121,137)
#9A6B79
(154,107,121)
#855D69
(133,93,105)
#704F59
(112,79,89)
#5B4149
(91,65,73)
#463339
(70,51,57)
#312529
(49,37,41)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EEA3B9

#EEA3B9
(238,163,185)
#EFABBF
(239,171,191)
#F0B3C5
(240,179,197)
#F1BBCB
(241,187,203)
#F2C3D1
(242,195,209)
#F3CBD7
(243,203,215)
#F4D3DD
(244,211,221)
#F5DBE3
(245,219,227)
#F6E3E9
(246,227,233)
#F7EBEF
(247,235,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA3B9; }

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

This text font color is #EEA3B9.


Background Color

.myBgColor { background-color: #EEA3B9; }

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

This div background color is #EEA3B9.


Border color

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

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

This div border color is #EEA3B9.


Opacity

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

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

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

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

This text has shadow with #EEA3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA3B9 on black background.


Color preview on white background

This text has color #EEA3B9 on white background.



Black color preview on #EEA3B9 background

This text has black color on #EEA3B9 background.


White color preview on #EEA3B9 background

This text has white color on #EEA3B9 background.