COLOR #EAB2E6

HEX: #EAB2E6 RGB: (234,178,230)

Color info

#EAB2E6 contains red, green and blue colors in about the same proportion. Web safe color of #EAB2E6 is #FF99CC (or #F9C).

RGB color model

#EAB2E6 color RGB value is (234,178,230).

RGB: (234,178,230) (92%, 70%, 90%)

RGB channels and saturation

R 234 of 255 = 92%
G 178 of 255 = 70%
B 230 of 255 = 90%

234
178
230

R + G + B ~ 84%. #EAB2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 178 + 230 = 642 (100%)
R 234 of 642 ~ 36.45%
G 178 of 642 ~ 27.73%
B 230 of 642 ~ 35.83'%

%36.45
%27.73
%35.83

CMYK color model

#EAB2E6 color CMYK value is (0,24,2,8).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 1.71%
  • key color value is 8.24%

CMYK: (0,24,2,8)
C0M24Y2K8 (0%, 24%, 2%, 8%)
(0.00 / 0.24 / 0.02 / 0.08)

CMYK percentages

%0
%23.93
%1.71
%8.24

Codes

Color #EAB2E6 in popluar color models

EA B2 E6
RGB 234 178 230
HSL 304° 57.14% 80.78%
HSB/HSV 304° 23.93% 91.76%
CMYK 0.00% 23.93% 1.71%
8.24%

Color #EAB2E6 in popluar number systems.

HEX EA B2 E6
Decimal 234 178 230
Binary 11101010 10110010 11100110
Octal 352 262 346

Shades and tints

Shades of #EAB2E6

#EAB2E6
(234,178,230)
#D5A2D2
(213,162,210)
#C092BE
(192,146,190)
#AB82AA
(171,130,170)
#967296
(150,114,150)
#816282
(129,98,130)
#6C526E
(108,82,110)
#57425A
(87,66,90)
#423246
(66,50,70)
#2D2232
(45,34,50)
#18121E
(24,18,30)
#000000
(0,0,0)

Tints of #EAB2E6

#EAB2E6
(234,178,230)
#EBB9E8
(235,185,232)
#ECC0EA
(236,192,234)
#EDC7EC
(237,199,236)
#EECEEE
(238,206,238)
#EFD5F0
(239,213,240)
#F0DCF2
(240,220,242)
#F1E3F4
(241,227,244)
#F2EAF6
(242,234,246)
#F3F1F8
(243,241,248)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB2E6 color. Also use rgb(234,178,230) instead hex code.

Text Font Color

.myTextColor { color: #EAB2E6; }

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

This text font color is #EAB2E6.

Background Color

.myBgColor { background-color: #EAB2E6; }

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

This div background color is #EAB2E6.

Border color

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

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

This div border color is #EAB2E6.

Opacity

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

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

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

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

This text has shadow with #EAB2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB2E6.

Preview

Color preview on black background

This text has color #EAB2E6 on black background.


Color preview on white background

This text has color #EAB2E6 on white background.


Black color preview on #EAB2E6 background

This text has black color on #EAB2E6 background.


White color preview on #EAB2E6 background

This text has white color on #EAB2E6 background.


Related colors

Complementary color

Complementary color for #hex is #154D19.


I love getcolorcode.com

Triadic colors

1 #E6EAB2 and #B2E6EA with #EAB2E6 are triadic colors.

2 #E6B2EA and #B2EAE6 with #EAB2E6 are triadic colors.