COLOR #EEABA3

HEX: #EEABA3 RGB: (238,171,163)

Color info

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

RGB color model

#EEABA3 color RGB value is (238,171,163).

RGB: (238,171,163) (93%, 67%, 64%)

RGB channels and saturation

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

238
171
163

R + G + B ~ 75%. #EEABA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 171 + 163 = 572 (100%)
R 238 of 572 ~ 41.61%
G 171 of 572 ~ 29.9%
B 163 of 572 ~ 28.5'%

%41.61
%29.9
%28.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 31.51%
  • key color value is 6.67%

CMYK: (0,28,32,7)
C0M28Y32K7 (0%, 28%, 32%, 7%)
(0.00 / 0.28 / 0.32 / 0.07)

CMYK percentages

%0
%28.15
%31.51
%6.67

Codes

Color #EEABA3 in popluar color models

EE AB A3
RGB 238 171 163
HSL 68.81% 78.63%
HSB/HSV 31.51% 93.33%
CMYK 0.00% 28.15% 31.51%
6.67%

Color #EEABA3 in popluar number systems.

HEX EE AB A3
Decimal 238 171 163
Binary 11101110 10101011 10100011
Octal 356 253 243

Shades and tints

Shades of #EEABA3

#EEABA3
(238,171,163)
#D99C95
(217,156,149)
#C48D87
(196,141,135)
#AF7E79
(175,126,121)
#9A6F6B
(154,111,107)
#85605D
(133,96,93)
#70514F
(112,81,79)
#5B4241
(91,66,65)
#463333
(70,51,51)
#312425
(49,36,37)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEABA3

#EEABA3
(238,171,163)
#EFB2AB
(239,178,171)
#F0B9B3
(240,185,179)
#F1C0BB
(241,192,187)
#F2C7C3
(242,199,195)
#F3CECB
(243,206,203)
#F4D5D3
(244,213,211)
#F5DCDB
(245,220,219)
#F6E3E3
(246,227,227)
#F7EAEB
(247,234,235)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEABA3; }

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

This text font color is #EEABA3.

Background Color

.myBgColor { background-color: #EEABA3; }

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

This div background color is #EEABA3.

Border color

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

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

This div border color is #EEABA3.

Opacity

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

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

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

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

This text has shadow with #EEABA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEABA3.

Preview

Color preview on black background

This text has color #EEABA3 on black background.


Color preview on white background

This text has color #EEABA3 on white background.


Black color preview on #EEABA3 background

This text has black color on #EEABA3 background.


White color preview on #EEABA3 background

This text has white color on #EEABA3 background.


Related colors

Complementary color

Complementary color for #hex is #11545C.


I love getcolorcode.com

Triadic colors

1 #A3EEAB and #ABA3EE with #EEABA3 are triadic colors.

2 #A3ABEE and #ABEEA3 with #EEABA3 are triadic colors.