COLOR #EABBB0

HEX: #EABBB0 RGB: (234,187,176)

Color info

#EABBB0 contains red, green and blue colors in about the same proportion. Web safe color of #EABBB0 is #FFCC99 (or #FC9).

RGB color model

#EABBB0 color RGB value is (234,187,176).

RGB: (234,187,176) (92%, 73%, 69%)

RGB channels and saturation

R 234 of 255 = 92%
G 187 of 255 = 73%
B 176 of 255 = 69%

234
187
176

R + G + B ~ 78%. #EABBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 187 + 176 = 597 (100%)
R 234 of 597 ~ 39.2%
G 187 of 597 ~ 31.32%
B 176 of 597 ~ 29.48'%

%39.2
%31.32
%29.48

CMYK color model

#EABBB0 color CMYK value is (0,20,25,8).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 24.79%
  • key color value is 8.24%

CMYK: (0,20,25,8)
C0M20Y25K8 (0%, 20%, 25%, 8%)
(0.00 / 0.20 / 0.25 / 0.08)

CMYK percentages

%0
%20.09
%24.79
%8.24

Codes

Color #EABBB0 in popluar color models

EA BB B0
RGB 234 187 176
HSL 11° 58.00% 80.39%
HSB/HSV 11° 24.79% 91.76%
CMYK 0.00% 20.09% 24.79%
8.24%

Color #EABBB0 in popluar number systems.

HEX EA BB B0
Decimal 234 187 176
Binary 11101010 10111011 10110000
Octal 352 273 260

Shades and tints

Shades of #EABBB0

#EABBB0
(234,187,176)
#D5AAA0
(213,170,160)
#C09990
(192,153,144)
#AB8880
(171,136,128)
#967770
(150,119,112)
#816660
(129,102,96)
#6C5550
(108,85,80)
#574440
(87,68,64)
#423330
(66,51,48)
#2D2220
(45,34,32)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #EABBB0

#EABBB0
(234,187,176)
#EBC1B7
(235,193,183)
#ECC7BE
(236,199,190)
#EDCDC5
(237,205,197)
#EED3CC
(238,211,204)
#EFD9D3
(239,217,211)
#F0DFDA
(240,223,218)
#F1E5E1
(241,229,225)
#F2EBE8
(242,235,232)
#F3F1EF
(243,241,239)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABBB0 color. Also use rgb(234,187,176) instead hex code.

Text Font Color

.myTextColor { color: #EABBB0; }

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

This text font color is #EABBB0.

Background Color

.myBgColor { background-color: #EABBB0; }

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

This div background color is #EABBB0.

Border color

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

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

This div border color is #EABBB0.

Opacity

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

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

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

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

This text has shadow with #EABBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABBB0.

Preview

Color preview on black background

This text has color #EABBB0 on black background.


Color preview on white background

This text has color #EABBB0 on white background.


Black color preview on #EABBB0 background

This text has black color on #EABBB0 background.


White color preview on #EABBB0 background

This text has white color on #EABBB0 background.


Related colors

Complementary color

Complementary color for #hex is #15444F.


I love getcolorcode.com

Triadic colors

1 #B0EABB and #BBB0EA with #EABBB0 are triadic colors.

2 #B0BBEA and #BBEAB0 with #EABBB0 are triadic colors.