COLOR #EEA3A3

HEX: #EEA3A3
RGB: (238,163,163)

Color info

#EEA3A3 contains mainly red color. Web safe color of #EEA3A3 is #FF9999 (or #F99).

RGB color model

#EEA3A3 color RGB value is (238,163,163).

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

RGB channels and saturation

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

238
163
163

R + G + B ~ 74%. #EEA3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 163 + 163 = 564 (100%)
R 238 of 564 ~ 42.2%
G 163 of 564 ~ 28.9%
B 163 of 564 ~ 28.9%

%42.2
%28.9
%28.9

CMYK color model

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

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

CMYK percentages

%0
%31.51
%31.51
%6.67

Codes

Color #EEA3A3 in popluar color models

EEA3A3
RGB238163163
HSL68.81%78.63%
HSB/HSV31.51%93.33%
CMYK0.00%31.51%31.51%
6.67%

Color #EEA3A3 in popluar number systems.

HEXEEA3A3
Decimal238163163
Binary111011101010001110100011
Octal356243243

Shades and tints

Shades of #EEA3A3

#EEA3A3
(238,163,163)
#D99595
(217,149,149)
#C48787
(196,135,135)
#AF7979
(175,121,121)
#9A6B6B
(154,107,107)
#855D5D
(133,93,93)
#704F4F
(112,79,79)
#5B4141
(91,65,65)
#463333
(70,51,51)
#312525
(49,37,37)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEA3A3

#EEA3A3
(238,163,163)
#EFABAB
(239,171,171)
#F0B3B3
(240,179,179)
#F1BBBB
(241,187,187)
#F2C3C3
(242,195,195)
#F3CBCB
(243,203,203)
#F4D3D3
(244,211,211)
#F5DBDB
(245,219,219)
#F6E3E3
(246,227,227)
#F7EBEB
(247,235,235)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA3A3; }

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

This text font color is #EEA3A3.


Background Color

.myBgColor { background-color: #EEA3A3; }

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

This div background color is #EEA3A3.


Border color

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

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

This div border color is #EEA3A3.


Opacity

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

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

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

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

This text has shadow with #EEA3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA3A3 on black background.


Color preview on white background

This text has color #EEA3A3 on white background.



Black color preview on #EEA3A3 background

This text has black color on #EEA3A3 background.


White color preview on #EEA3A3 background

This text has white color on #EEA3A3 background.