COLOR #EABEE9

HEX: #EABEE9 RGB: (234,190,233)

Color info

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

RGB color model

#EABEE9 color RGB value is (234,190,233).

RGB: (234,190,233) (92%, 75%, 91%)

RGB channels and saturation

R 234 of 255 = 92%
G 190 of 255 = 75%
B 233 of 255 = 91%

234
190
233

R + G + B ~ 86%. #EABEE9 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 190 + 233 = 657 (100%)
R 234 of 657 ~ 35.62%
G 190 of 657 ~ 28.92%
B 233 of 657 ~ 35.46'%

%35.62
%28.92
%35.46

CMYK color model

#EABEE9 color CMYK value is (0,19,0,8).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 0.43%
  • key color value is 8.24%

CMYK: (0,19,0,8)
C0M19Y0K8 (0%, 19%, 0%, 8%)
(0.00 / 0.19 / 0.00 / 0.08)

CMYK percentages

%0
%18.8
%0.43
%8.24

Codes

Color #EABEE9 in popluar color models

EA BE E9
RGB 234 190 233
HSL 301° 51.16% 83.14%
HSB/HSV 301° 18.80% 91.76%
CMYK 0.00% 18.80% 0.43%
8.24%

Color #EABEE9 in popluar number systems.

HEX EA BE E9
Decimal 234 190 233
Binary 11101010 10111110 11101001
Octal 352 276 351

Shades and tints

Shades of #EABEE9

#EABEE9
(234,190,233)
#D5ADD4
(213,173,212)
#C09CBF
(192,156,191)
#AB8BAA
(171,139,170)
#967A95
(150,122,149)
#816980
(129,105,128)
#6C586B
(108,88,107)
#574756
(87,71,86)
#423641
(66,54,65)
#2D252C
(45,37,44)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #EABEE9

#EABEE9
(234,190,233)
#EBC3EB
(235,195,235)
#ECC8ED
(236,200,237)
#EDCDEF
(237,205,239)
#EED2F1
(238,210,241)
#EFD7F3
(239,215,243)
#F0DCF5
(240,220,245)
#F1E1F7
(241,225,247)
#F2E6F9
(242,230,249)
#F3EBFB
(243,235,251)
#F4F0FD
(244,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABEE9 color. Also use rgb(234,190,233) instead hex code.

Text Font Color

.myTextColor { color: #EABEE9; }

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

This text font color is #EABEE9.

Background Color

.myBgColor { background-color: #EABEE9; }

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

This div background color is #EABEE9.

Border color

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

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

This div border color is #EABEE9.

Opacity

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

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

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

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

This text has shadow with #EABEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EABEE9.

Preview

Color preview on black background

This text has color #EABEE9 on black background.


Color preview on white background

This text has color #EABEE9 on white background.


Black color preview on #EABEE9 background

This text has black color on #EABEE9 background.


White color preview on #EABEE9 background

This text has white color on #EABEE9 background.


Related colors

Complementary color

Complementary color for #hex is #154116.


I love getcolorcode.com

Triadic colors

1 #E9EABE and #BEE9EA with #EABEE9 are triadic colors.

2 #E9BEEA and #BEEAE9 with #EABEE9 are triadic colors.