COLOR #EAB9C0

HEX: #EAB9C0 RGB: (234,185,192)

Color info

#EAB9C0 contains red, green and blue colors in about the same proportion. Web safe color of #EAB9C0 is #FFCCCC (or #FCC).

RGB color model

#EAB9C0 color RGB value is (234,185,192).

RGB: (234,185,192) (92%, 73%, 75%)

RGB channels and saturation

R 234 of 255 = 92%
G 185 of 255 = 73%
B 192 of 255 = 75%

234
185
192

R + G + B ~ 80%. #EAB9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 185 + 192 = 611 (100%)
R 234 of 611 ~ 38.3%
G 185 of 611 ~ 30.28%
B 192 of 611 ~ 31.42'%

%38.3
%30.28
%31.42

CMYK color model

#EAB9C0 color CMYK value is (0,21,18,8).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 17.95%
  • key color value is 8.24%

CMYK: (0,21,18,8)
C0M21Y18K8 (0%, 21%, 18%, 8%)
(0.00 / 0.21 / 0.18 / 0.08)

CMYK percentages

%0
%20.94
%17.95
%8.24

Codes

Color #EAB9C0 in popluar color models

EA B9 C0
RGB 234 185 192
HSL 351° 53.85% 82.16%
HSB/HSV 351° 20.94% 91.76%
CMYK 0.00% 20.94% 17.95%
8.24%

Color #EAB9C0 in popluar number systems.

HEX EA B9 C0
Decimal 234 185 192
Binary 11101010 10111001 11000000
Octal 352 271 300

Shades and tints

Shades of #EAB9C0

#EAB9C0
(234,185,192)
#D5A9AF
(213,169,175)
#C0999E
(192,153,158)
#AB898D
(171,137,141)
#96797C
(150,121,124)
#81696B
(129,105,107)
#6C595A
(108,89,90)
#574949
(87,73,73)
#423938
(66,57,56)
#2D2927
(45,41,39)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #EAB9C0

#EAB9C0
(234,185,192)
#EBBFC5
(235,191,197)
#ECC5CA
(236,197,202)
#EDCBCF
(237,203,207)
#EED1D4
(238,209,212)
#EFD7D9
(239,215,217)
#F0DDDE
(240,221,222)
#F1E3E3
(241,227,227)
#F2E9E8
(242,233,232)
#F3EFED
(243,239,237)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB9C0 color. Also use rgb(234,185,192) instead hex code.

Text Font Color

.myTextColor { color: #EAB9C0; }

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

This text font color is #EAB9C0.

Background Color

.myBgColor { background-color: #EAB9C0; }

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

This div background color is #EAB9C0.

Border color

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

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

This div border color is #EAB9C0.

Opacity

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

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

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

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

This text has shadow with #EAB9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB9C0.

Preview

Color preview on black background

This text has color #EAB9C0 on black background.


Color preview on white background

This text has color #EAB9C0 on white background.


Black color preview on #EAB9C0 background

This text has black color on #EAB9C0 background.


White color preview on #EAB9C0 background

This text has white color on #EAB9C0 background.


Related colors

Complementary color

Complementary color for #hex is #15463F.


I love getcolorcode.com

Triadic colors

1 #C0EAB9 and #B9C0EA with #EAB9C0 are triadic colors.

2 #C0B9EA and #B9EAC0 with #EAB9C0 are triadic colors.