COLOR #EAB3C5

HEX: #EAB3C5
RGB: (234,179,197)

Color info

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

RGB color model

#EAB3C5 color RGB value is (234,179,197).

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

RGB channels and saturation

R 234 of 255 = 92%
G 179 of 255 = 70%
B 197 of 255 = 77%

234
179
197

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

Portions of RGB colors in percentages

R + G + B =
234 + 179 + 197 = 610 (100%)
R 234 of 610 ~ 38.36%
G 179 of 610 ~ 29.34%
B 197 of 610 ~ 32.3%

%38.36
%29.34
%32.3

CMYK color model

#EAB3C5 color CMYK value is (0,24,16,8).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 15.81%
  • key color value is 8.24%
CMYK:
(0,24,16,8)
C0M24Y16K8 
(0%,24%,16%,8%)
(0.00/0.24/0.16/0.08)	

CMYK percentages

%0
%23.5
%15.81
%8.24

Codes

Color #EAB3C5 in popluar color models

EAB3C5
RGB234179197
HSL340°56.70%80.98%
HSB/HSV340°23.50%91.76%
CMYK0.00%23.50%15.81%
8.24%

Color #EAB3C5 in popluar number systems.

HEXEAB3C5
Decimal234179197
Binary111010101011001111000101
Octal352263305

Shades and tints

Shades of #EAB3C5

#EAB3C5
(234,179,197)
#D5A3B4
(213,163,180)
#C093A3
(192,147,163)
#AB8392
(171,131,146)
#967381
(150,115,129)
#816370
(129,99,112)
#6C535F
(108,83,95)
#57434E
(87,67,78)
#42333D
(66,51,61)
#2D232C
(45,35,44)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #EAB3C5

#EAB3C5
(234,179,197)
#EBB9CA
(235,185,202)
#ECBFCF
(236,191,207)
#EDC5D4
(237,197,212)
#EECBD9
(238,203,217)
#EFD1DE
(239,209,222)
#F0D7E3
(240,215,227)
#F1DDE8
(241,221,232)
#F2E3ED
(242,227,237)
#F3E9F2
(243,233,242)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB3C5; }

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

This text font color is #EAB3C5.


Background Color

.myBgColor { background-color: #EAB3C5; }

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

This div background color is #EAB3C5.


Border color

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

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

This div border color is #EAB3C5.


Opacity

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

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

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

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

This text has shadow with #EAB3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB3C5 on black background.


Color preview on white background

This text has color #EAB3C5 on white background.



Black color preview on #EAB3C5 background

This text has black color on #EAB3C5 background.


White color preview on #EAB3C5 background

This text has white color on #EAB3C5 background.