COLOR #EAB6D1

HEX: #EAB6D1
RGB: (234,182,209)

Color info

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

RGB color model

#EAB6D1 color RGB value is (234,182,209).

  • red value is 234;
  • green value is 182;
  • blue value is 209.
RGB:
(234,182,209)
(92%,71%,82%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 209 of 255 = 82%

234
182
209

R + G + B ~ 82%. #EAB6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 182 + 209 = 625 (100%)
R 234 of 625 ~ 37.44%
G 182 of 625 ~ 29.12%
B 209 of 625 ~ 33.44%

%37.44
%29.12
%33.44

CMYK color model

#EAB6D1 color CMYK value is (0,22,11,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 10.68%
  • key color value is 8.24%
CMYK:
(0,22,11,8)
C0M22Y11K8 
(0%,22%,11%,8%)
(0.00/0.22/0.11/0.08)	

CMYK percentages

%0
%22.22
%10.68
%8.24

Codes

Color #EAB6D1 in popluar color models

EAB6D1
RGB234182209
HSL329°55.32%81.57%
HSB/HSV329°22.22%91.76%
CMYK0.00%22.22%10.68%
8.24%

Color #EAB6D1 in popluar number systems.

HEXEAB6D1
Decimal234182209
Binary111010101011011011010001
Octal352266321

Shades and tints

Shades of #EAB6D1

#EAB6D1
(234,182,209)
#D5A6BE
(213,166,190)
#C096AB
(192,150,171)
#AB8698
(171,134,152)
#967685
(150,118,133)
#816672
(129,102,114)
#6C565F
(108,86,95)
#57464C
(87,70,76)
#423639
(66,54,57)
#2D2626
(45,38,38)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #EAB6D1

#EAB6D1
(234,182,209)
#EBBCD5
(235,188,213)
#ECC2D9
(236,194,217)
#EDC8DD
(237,200,221)
#EECEE1
(238,206,225)
#EFD4E5
(239,212,229)
#F0DAE9
(240,218,233)
#F1E0ED
(241,224,237)
#F2E6F1
(242,230,241)
#F3ECF5
(243,236,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB6D1 color. Also use rgb(234,182,209) instead hex code.

Text Font Color

.myTextColor { color: #EAB6D1; }

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

This text font color is #EAB6D1.


Background Color

.myBgColor { background-color: #EAB6D1; }

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

This div background color is #EAB6D1.


Border color

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

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

This div border color is #EAB6D1.


Opacity

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

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

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

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

This text has shadow with #EAB6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB6D1 on black background.


Color preview on white background

This text has color #EAB6D1 on white background.



Black color preview on #EAB6D1 background

This text has black color on #EAB6D1 background.


White color preview on #EAB6D1 background

This text has white color on #EAB6D1 background.