COLOR #EEB2A1

HEX: #EEB2A1 RGB: (238,178,161)

Color info

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

RGB color model

#EEB2A1 color RGB value is (238,178,161).

RGB: (238,178,161) (93%, 70%, 63%)

RGB channels and saturation

R 238 of 255 = 93%
G 178 of 255 = 70%
B 161 of 255 = 63%

238
178
161

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

Portions of RGB colors in percentages

R + G + B = 238 + 178 + 161 = 577 (100%)
R 238 of 577 ~ 41.25%
G 178 of 577 ~ 30.85%
B 161 of 577 ~ 27.9'%

%41.25
%30.85
%27.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 32.35%
  • key color value is 6.67%
CMYK: (0,25,32,7) C0M25Y32K7 (0%,25%,32%,7%) (0.00/0.25/0.32/0.07) 

CMYK percentages

%0
%25.21
%32.35
%6.67

Codes

Color #EEB2A1 in popluar color models

EE B2 A1
RGB 238 178 161
HSL 13° 69.37% 78.24%
HSB/HSV 13° 32.35% 93.33%
CMYK 0.00% 25.21% 32.35%
6.67%

Color #EEB2A1 in popluar number systems.

HEX EE B2 A1
Decimal 238 178 161
Binary 11101110 10110010 10100001
Octal 356 262 241

Shades and tints

Shades of #EEB2A1

#EEB2A1
(238,178,161)
#D9A293
(217,162,147)
#C49285
(196,146,133)
#AF8277
(175,130,119)
#9A7269
(154,114,105)
#85625B
(133,98,91)
#70524D
(112,82,77)
#5B423F
(91,66,63)
#463231
(70,50,49)
#312223
(49,34,35)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #EEB2A1

#EEB2A1
(238,178,161)
#EFB9A9
(239,185,169)
#F0C0B1
(240,192,177)
#F1C7B9
(241,199,185)
#F2CEC1
(242,206,193)
#F3D5C9
(243,213,201)
#F4DCD1
(244,220,209)
#F5E3D9
(245,227,217)
#F6EAE1
(246,234,225)
#F7F1E9
(247,241,233)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB2A1; }

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

This text font color is #EEB2A1.

Background Color

.myBgColor { background-color: #EEB2A1; }

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

This div background color is #EEB2A1.

Border color

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

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

This div border color is #EEB2A1.

Opacity

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

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

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

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

This text has shadow with #EEB2A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB2A1.

Preview

Color preview on black background

This text has color #EEB2A1 on black background.


Color preview on white background

This text has color #EEB2A1 on white background.


Black color preview on #EEB2A1 background

This text has black color on #EEB2A1 background.


White color preview on #EEB2A1 background

This text has white color on #EEB2A1 background.


Related colors

Complementary color

Complementary color for #hex is #114D5E.


I love getcolorcode.com

Triadic colors

1 #A1EEB2 and #B2A1EE with #EEB2A1 are triadic colors.

2 #A1B2EE and #B2EEA1 with #EEB2A1 are triadic colors.