COLOR #EAB9D8

HEX: #EAB9D8
RGB: (234,185,216)

Color info

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

RGB color model

#EAB9D8 color RGB value is (234,185,216).

  • red value is 234;
  • green value is 185;
  • blue value is 216.
RGB:
(234,185,216)
(92%,73%,85%)

RGB channels and saturation

R 234 of 255 = 92%
G 185 of 255 = 73%
B 216 of 255 = 85%

234
185
216

R + G + B ~ 83%. #EAB9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 185 + 216 = 635 (100%)
R 234 of 635 ~ 36.85%
G 185 of 635 ~ 29.13%
B 216 of 635 ~ 34.02%

%36.85
%29.13
%34.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 7.69%
  • key color value is 8.24%
CMYK:
(0,21,8,8)
C0M21Y8K8 
(0%,21%,8%,8%)
(0.00/0.21/0.08/0.08)	

CMYK percentages

%0
%20.94
%7.69
%8.24

Codes

Color #EAB9D8 in popluar color models

EAB9D8
RGB234185216
HSL322°53.85%82.16%
HSB/HSV322°20.94%91.76%
CMYK0.00%20.94%7.69%
8.24%

Color #EAB9D8 in popluar number systems.

HEXEAB9D8
Decimal234185216
Binary111010101011100111011000
Octal352271330

Shades and tints

Shades of #EAB9D8

#EAB9D8
(234,185,216)
#D5A9C5
(213,169,197)
#C099B2
(192,153,178)
#AB899F
(171,137,159)
#96798C
(150,121,140)
#816979
(129,105,121)
#6C5966
(108,89,102)
#574953
(87,73,83)
#423940
(66,57,64)
#2D292D
(45,41,45)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #EAB9D8

#EAB9D8
(234,185,216)
#EBBFDB
(235,191,219)
#ECC5DE
(236,197,222)
#EDCBE1
(237,203,225)
#EED1E4
(238,209,228)
#EFD7E7
(239,215,231)
#F0DDEA
(240,221,234)
#F1E3ED
(241,227,237)
#F2E9F0
(242,233,240)
#F3EFF3
(243,239,243)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB9D8; }

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

This text font color is #EAB9D8.


Background Color

.myBgColor { background-color: #EAB9D8; }

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

This div background color is #EAB9D8.


Border color

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

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

This div border color is #EAB9D8.


Opacity

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

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

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

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

This text has shadow with #EAB9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB9D8 on black background.


Color preview on white background

This text has color #EAB9D8 on white background.



Black color preview on #EAB9D8 background

This text has black color on #EAB9D8 background.


White color preview on #EAB9D8 background

This text has white color on #EAB9D8 background.