COLOR #EAB5C5

HEX: #EAB5C5
RGB: (234,181,197)

Color info

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

RGB color model

#EAB5C5 color RGB value is (234,181,197).

  • red value is 234;
  • green value is 181;
  • blue value is 197.
RGB:
(234,181,197)
(92%,71%,77%)

RGB channels and saturation

R 234 of 255 = 92%
G 181 of 255 = 71%
B 197 of 255 = 77%

234
181
197

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

Portions of RGB colors in percentages

R + G + B =
234 + 181 + 197 = 612 (100%)
R 234 of 612 ~ 38.24%
G 181 of 612 ~ 29.58%
B 197 of 612 ~ 32.19%

%38.24
%29.58
%32.19

CMYK color model

#EAB5C5 color CMYK value is (0,23,16,8).

  • cyan value is 0.00%
  • magenta value is 22.65%
  • yellow value is 15.81%
  • key color value is 8.24%
CMYK:
(0,23,16,8)
C0M23Y16K8 
(0%,23%,16%,8%)
(0.00/0.23/0.16/0.08)	

CMYK percentages

%0
%22.65
%15.81
%8.24

Codes

Color #EAB5C5 in popluar color models

EAB5C5
RGB234181197
HSL342°55.79%81.37%
HSB/HSV342°22.65%91.76%
CMYK0.00%22.65%15.81%
8.24%

Color #EAB5C5 in popluar number systems.

HEXEAB5C5
Decimal234181197
Binary111010101011010111000101
Octal352265305

Shades and tints

Shades of #EAB5C5

#EAB5C5
(234,181,197)
#D5A5B4
(213,165,180)
#C095A3
(192,149,163)
#AB8592
(171,133,146)
#967581
(150,117,129)
#816570
(129,101,112)
#6C555F
(108,85,95)
#57454E
(87,69,78)
#42353D
(66,53,61)
#2D252C
(45,37,44)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #EAB5C5

#EAB5C5
(234,181,197)
#EBBBCA
(235,187,202)
#ECC1CF
(236,193,207)
#EDC7D4
(237,199,212)
#EECDD9
(238,205,217)
#EFD3DE
(239,211,222)
#F0D9E3
(240,217,227)
#F1DFE8
(241,223,232)
#F2E5ED
(242,229,237)
#F3EBF2
(243,235,242)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB5C5 color. Also use rgb(234,181,197) instead hex code.

Text Font Color

.myTextColor { color: #EAB5C5; }

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

This text font color is #EAB5C5.


Background Color

.myBgColor { background-color: #EAB5C5; }

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

This div background color is #EAB5C5.


Border color

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

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

This div border color is #EAB5C5.


Opacity

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

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

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

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

This text has shadow with #EAB5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB5C5 on black background.


Color preview on white background

This text has color #EAB5C5 on white background.



Black color preview on #EAB5C5 background

This text has black color on #EAB5C5 background.


White color preview on #EAB5C5 background

This text has white color on #EAB5C5 background.