COLOR #EABBD2

HEX: #EABBD2
RGB: (234,187,210)

Color info

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

RGB color model

#EABBD2 color RGB value is (234,187,210).

  • red value is 234;
  • green value is 187;
  • blue value is 210.
RGB:
(234,187,210)
(92%,73%,82%)

RGB channels and saturation

R 234 of 255 = 92%
G 187 of 255 = 73%
B 210 of 255 = 82%

234
187
210

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

Portions of RGB colors in percentages

R + G + B =
234 + 187 + 210 = 631 (100%)
R 234 of 631 ~ 37.08%
G 187 of 631 ~ 29.64%
B 210 of 631 ~ 33.28%

%37.08
%29.64
%33.28

CMYK color model

#EABBD2 color CMYK value is (0,20,10,8).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(0,20,10,8)
C0M20Y10K8 
(0%,20%,10%,8%)
(0.00/0.20/0.10/0.08)	

CMYK percentages

%0
%20.09
%10.26
%8.24

Codes

Color #EABBD2 in popluar color models

EABBD2
RGB234187210
HSL331°52.81%82.55%
HSB/HSV331°20.09%91.76%
CMYK0.00%20.09%10.26%
8.24%

Color #EABBD2 in popluar number systems.

HEXEABBD2
Decimal234187210
Binary111010101011101111010010
Octal352273322

Shades and tints

Shades of #EABBD2

#EABBD2
(234,187,210)
#D5AABF
(213,170,191)
#C099AC
(192,153,172)
#AB8899
(171,136,153)
#967786
(150,119,134)
#816673
(129,102,115)
#6C5560
(108,85,96)
#57444D
(87,68,77)
#42333A
(66,51,58)
#2D2227
(45,34,39)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #EABBD2

#EABBD2
(234,187,210)
#EBC1D6
(235,193,214)
#ECC7DA
(236,199,218)
#EDCDDE
(237,205,222)
#EED3E2
(238,211,226)
#EFD9E6
(239,217,230)
#F0DFEA
(240,223,234)
#F1E5EE
(241,229,238)
#F2EBF2
(242,235,242)
#F3F1F6
(243,241,246)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABBD2 color. Also use rgb(234,187,210) instead hex code.

Text Font Color

.myTextColor { color: #EABBD2; }

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

This text font color is #EABBD2.


Background Color

.myBgColor { background-color: #EABBD2; }

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

This div background color is #EABBD2.


Border color

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

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

This div border color is #EABBD2.


Opacity

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

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

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

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

This text has shadow with #EABBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABBD2 on black background.


Color preview on white background

This text has color #EABBD2 on white background.



Black color preview on #EABBD2 background

This text has black color on #EABBD2 background.


White color preview on #EABBD2 background

This text has white color on #EABBD2 background.