COLOR #EAB0CD

HEX: #EAB0CD
RGB: (234,176,205)

Color info

#EAB0CD contains red, green and blue colors in about the same proportion. Web safe color of #EAB0CD is #FF99CC (or #F9C).

RGB color model

#EAB0CD color RGB value is (234,176,205).

  • red value is 234;
  • green value is 176;
  • blue value is 205.
RGB:
(234,176,205)
(92%,69%,80%)

RGB channels and saturation

R 234 of 255 = 92%
G 176 of 255 = 69%
B 205 of 255 = 80%

234
176
205

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

Portions of RGB colors in percentages

R + G + B =
234 + 176 + 205 = 615 (100%)
R 234 of 615 ~ 38.05%
G 176 of 615 ~ 28.62%
B 205 of 615 ~ 33.33%

%38.05
%28.62
%33.33

CMYK color model

#EAB0CD color CMYK value is (0,25,12,8).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 12.39%
  • key color value is 8.24%
CMYK:
(0,25,12,8)
C0M25Y12K8 
(0%,25%,12%,8%)
(0.00/0.25/0.12/0.08)	

CMYK percentages

%0
%24.79
%12.39
%8.24

Codes

Color #EAB0CD in popluar color models

EAB0CD
RGB234176205
HSL330°58.00%80.39%
HSB/HSV330°24.79%91.76%
CMYK0.00%24.79%12.39%
8.24%

Color #EAB0CD in popluar number systems.

HEXEAB0CD
Decimal234176205
Binary111010101011000011001101
Octal352260315

Shades and tints

Shades of #EAB0CD

#EAB0CD
(234,176,205)
#D5A0BB
(213,160,187)
#C090A9
(192,144,169)
#AB8097
(171,128,151)
#967085
(150,112,133)
#816073
(129,96,115)
#6C5061
(108,80,97)
#57404F
(87,64,79)
#42303D
(66,48,61)
#2D202B
(45,32,43)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #EAB0CD

#EAB0CD
(234,176,205)
#EBB7D1
(235,183,209)
#ECBED5
(236,190,213)
#EDC5D9
(237,197,217)
#EECCDD
(238,204,221)
#EFD3E1
(239,211,225)
#F0DAE5
(240,218,229)
#F1E1E9
(241,225,233)
#F2E8ED
(242,232,237)
#F3EFF1
(243,239,241)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB0CD; }

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

This text font color is #EAB0CD.


Background Color

.myBgColor { background-color: #EAB0CD; }

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

This div background color is #EAB0CD.


Border color

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

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

This div border color is #EAB0CD.


Opacity

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

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

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

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

This text has shadow with #EAB0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB0CD on black background.


Color preview on white background

This text has color #EAB0CD on white background.



Black color preview on #EAB0CD background

This text has black color on #EAB0CD background.


White color preview on #EAB0CD background

This text has white color on #EAB0CD background.