COLOR #EAB2C4

HEX: #EAB2C4
RGB: (234,178,196)

Color info

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

RGB color model

#EAB2C4 color RGB value is (234,178,196).

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

RGB channels and saturation

R 234 of 255 = 92%
G 178 of 255 = 70%
B 196 of 255 = 77%

234
178
196

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

Portions of RGB colors in percentages

R + G + B =
234 + 178 + 196 = 608 (100%)
R 234 of 608 ~ 38.49%
G 178 of 608 ~ 29.28%
B 196 of 608 ~ 32.24%

%38.49
%29.28
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 16.24%
  • 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.93
%16.24
%8.24

Codes

Color #EAB2C4 in popluar color models

EAB2C4
RGB234178196
HSL341°57.14%80.78%
HSB/HSV341°23.93%91.76%
CMYK0.00%23.93%16.24%
8.24%

Color #EAB2C4 in popluar number systems.

HEXEAB2C4
Decimal234178196
Binary111010101011001011000100
Octal352262304

Shades and tints

Shades of #EAB2C4

#EAB2C4
(234,178,196)
#D5A2B3
(213,162,179)
#C092A2
(192,146,162)
#AB8291
(171,130,145)
#967280
(150,114,128)
#81626F
(129,98,111)
#6C525E
(108,82,94)
#57424D
(87,66,77)
#42323C
(66,50,60)
#2D222B
(45,34,43)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #EAB2C4

#EAB2C4
(234,178,196)
#EBB9C9
(235,185,201)
#ECC0CE
(236,192,206)
#EDC7D3
(237,199,211)
#EECED8
(238,206,216)
#EFD5DD
(239,213,221)
#F0DCE2
(240,220,226)
#F1E3E7
(241,227,231)
#F2EAEC
(242,234,236)
#F3F1F1
(243,241,241)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB2C4 color. Also use rgb(234,178,196) instead hex code.

Text Font Color

.myTextColor { color: #EAB2C4; }

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

This text font color is #EAB2C4.


Background Color

.myBgColor { background-color: #EAB2C4; }

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

This div background color is #EAB2C4.


Border color

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

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

This div border color is #EAB2C4.


Opacity

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

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

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

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

This text has shadow with #EAB2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB2C4 on black background.


Color preview on white background

This text has color #EAB2C4 on white background.



Black color preview on #EAB2C4 background

This text has black color on #EAB2C4 background.


White color preview on #EAB2C4 background

This text has white color on #EAB2C4 background.