COLOR #EAB9BE

HEX: #EAB9BE RGB: (234,185,190)

Color info

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

RGB color model

#EAB9BE color RGB value is (234,185,190).

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

RGB channels and saturation

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

234
185
190

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

Portions of RGB colors in percentages

R + G + B = 234 + 185 + 190 = 609 (100%)
R 234 of 609 ~ 38.42%
G 185 of 609 ~ 30.38%
B 190 of 609 ~ 31.2'%

%38.42
%30.38
%31.2

CMYK color model

#EAB9BE color CMYK value is (0,21,19,8).

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

CMYK: (0,21,19,8)
C0M21Y19K8 (0%, 21%, 19%, 8%)
(0.00 / 0.21 / 0.19 / 0.08)

CMYK percentages

%0
%20.94
%18.8
%8.24

Codes

Color #EAB9BE in popluar color models

EA B9 BE
RGB 234 185 190
HSL 354° 53.85% 82.16%
HSB/HSV 354° 20.94% 91.76%
CMYK 0.00% 20.94% 18.80%
8.24%

Color #EAB9BE in popluar number systems.

HEX EA B9 BE
Decimal 234 185 190
Binary 11101010 10111001 10111110
Octal 352 271 276

Shades and tints

Shades of #EAB9BE

#EAB9BE
(234,185,190)
#D5A9AD
(213,169,173)
#C0999C
(192,153,156)
#AB898B
(171,137,139)
#96797A
(150,121,122)
#816969
(129,105,105)
#6C5958
(108,89,88)
#574947
(87,73,71)
#423936
(66,57,54)
#2D2925
(45,41,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #EAB9BE

#EAB9BE
(234,185,190)
#EBBFC3
(235,191,195)
#ECC5C8
(236,197,200)
#EDCBCD
(237,203,205)
#EED1D2
(238,209,210)
#EFD7D7
(239,215,215)
#F0DDDC
(240,221,220)
#F1E3E1
(241,227,225)
#F2E9E6
(242,233,230)
#F3EFEB
(243,239,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB9BE; }

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

This text font color is #EAB9BE.

Background Color

.myBgColor { background-color: #EAB9BE; }

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

This div background color is #EAB9BE.

Border color

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

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

This div border color is #EAB9BE.

Opacity

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

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

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

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

This text has shadow with #EAB9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB9BE.

Preview

Color preview on black background

This text has color #EAB9BE on black background.


Color preview on white background

This text has color #EAB9BE on white background.


Black color preview on #EAB9BE background

This text has black color on #EAB9BE background.


White color preview on #EAB9BE background

This text has white color on #EAB9BE background.


Related colors

Complementary color

Complementary color for #hex is #154641.


I love getcolorcode.com

Triadic colors

1 #BEEAB9 and #B9BEEA with #EAB9BE are triadic colors.

2 #BEB9EA and #B9EABE with #EAB9BE are triadic colors.