COLOR #EABCD4

HEX: #EABCD4 RGB: (234,188,212)

Color info

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

RGB color model

#EABCD4 color RGB value is (234,188,212).

RGB: (234,188,212) (92%, 74%, 83%)

RGB channels and saturation

R 234 of 255 = 92%
G 188 of 255 = 74%
B 212 of 255 = 83%

234
188
212

R + G + B ~ 83%. #EABCD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 188 + 212 = 634 (100%)
R 234 of 634 ~ 36.91%
G 188 of 634 ~ 29.65%
B 212 of 634 ~ 33.44'%

%36.91
%29.65
%33.44

CMYK color model

#EABCD4 color CMYK value is (0,20,9,8).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 9.40%
  • key color value is 8.24%
CMYK: (0,20,9,8) C0M20Y9K8 (0%,20%,9%,8%) (0.00/0.20/0.09/0.08) 

CMYK percentages

%0
%19.66
%9.4
%8.24

Codes

Color #EABCD4 in popluar color models

EA BC D4
RGB 234 188 212
HSL 329° 52.27% 82.75%
HSB/HSV 329° 19.66% 91.76%
CMYK 0.00% 19.66% 9.40%
8.24%

Color #EABCD4 in popluar number systems.

HEX EA BC D4
Decimal 234 188 212
Binary 11101010 10111100 11010100
Octal 352 274 324

Shades and tints

Shades of #EABCD4

#EABCD4
(234,188,212)
#D5ABC1
(213,171,193)
#C09AAE
(192,154,174)
#AB899B
(171,137,155)
#967888
(150,120,136)
#816775
(129,103,117)
#6C5662
(108,86,98)
#57454F
(87,69,79)
#42343C
(66,52,60)
#2D2329
(45,35,41)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #EABCD4

#EABCD4
(234,188,212)
#EBC2D7
(235,194,215)
#ECC8DA
(236,200,218)
#EDCEDD
(237,206,221)
#EED4E0
(238,212,224)
#EFDAE3
(239,218,227)
#F0E0E6
(240,224,230)
#F1E6E9
(241,230,233)
#F2ECEC
(242,236,236)
#F3F2EF
(243,242,239)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABCD4 color. Also use rgb(234,188,212) instead hex code.

Text Font Color

.myTextColor { color: #EABCD4; }

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

This text font color is #EABCD4.


Background Color

.myBgColor { background-color: #EABCD4; }

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

This div background color is #EABCD4.


Border color

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

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

This div border color is #EABCD4.


Opacity

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

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

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

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

This text has shadow with #EABCD4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EABCD4 on black background.


Color preview on white background

This text has color #EABCD4 on white background.



Black color preview on #EABCD4 background

This text has black color on #EABCD4 background.


White color preview on #EABCD4 background

This text has white color on #EABCD4 background.