COLOR #EABDF4

HEX: #EABDF4 RGB: (234,189,244)

Color info

#EABDF4 contains red, green and blue colors in about the same proportion. Web safe color of #EABDF4 is #FFCCFF (or #FCF).

RGB color model

#EABDF4 color RGB value is (234,189,244).

RGB: (234,189,244) (92%, 74%, 96%)

RGB channels and saturation

R 234 of 255 = 92%
G 189 of 255 = 74%
B 244 of 255 = 96%

234
189
244

R + G + B ~ 87%. #EABDF4 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 189 + 244 = 667 (100%)
R 234 of 667 ~ 35.08%
G 189 of 667 ~ 28.34%
B 244 of 667 ~ 36.58'%

%35.08
%28.34
%36.58

CMYK color model

#EABDF4 color CMYK value is (4,23,0,4).

  • cyan value is 4.10%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (4,23,0,4)
C4M23Y0K4 (4%, 23%, 0%, 4%)
(0.04 / 0.23 / 0.00 / 0.04)

CMYK percentages

%4.1
%22.54
%0
%4.31

Codes

Color #EABDF4 in popluar color models

EA BD F4
RGB 234 189 244
HSL 289° 71.43% 84.90%
HSB/HSV 289° 22.54% 95.69%
CMYK 4.10% 22.54% 0.00%
4.31%

Color #EABDF4 in popluar number systems.

HEX EA BD F4
Decimal 234 189 244
Binary 11101010 10111101 11110100
Octal 352 275 364

Shades and tints

Shades of #EABDF4

#EABDF4
(234,189,244)
#D5ACDE
(213,172,222)
#C09BC8
(192,155,200)
#AB8AB2
(171,138,178)
#96799C
(150,121,156)
#816886
(129,104,134)
#6C5770
(108,87,112)
#57465A
(87,70,90)
#423544
(66,53,68)
#2D242E
(45,36,46)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #EABDF4

#EABDF4
(234,189,244)
#EBC3F5
(235,195,245)
#ECC9F6
(236,201,246)
#EDCFF7
(237,207,247)
#EED5F8
(238,213,248)
#EFDBF9
(239,219,249)
#F0E1FA
(240,225,250)
#F1E7FB
(241,231,251)
#F2EDFC
(242,237,252)
#F3F3FD
(243,243,253)
#F4F9FE
(244,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABDF4 color. Also use rgb(234,189,244) instead hex code.

Text Font Color

.myTextColor { color: #EABDF4; }

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

This text font color is #EABDF4.

Background Color

.myBgColor { background-color: #EABDF4; }

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

This div background color is #EABDF4.

Border color

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

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

This div border color is #EABDF4.

Opacity

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

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

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

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

This text has shadow with #EABDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABDF4.

Preview

Color preview on black background

This text has color #EABDF4 on black background.


Color preview on white background

This text has color #EABDF4 on white background.


Black color preview on #EABDF4 background

This text has black color on #EABDF4 background.


White color preview on #EABDF4 background

This text has white color on #EABDF4 background.


Related colors

Complementary color

Complementary color for #hex is #15420B.


I love getcolorcode.com

Triadic colors

1 #F4EABD and #BDF4EA with #EABDF4 are triadic colors.

2 #F4BDEA and #BDEAF4 with #EABDF4 are triadic colors.