COLOR #EAB1E6

HEX: #EAB1E6 RGB: (234,177,230)

Color info

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

RGB color model

#EAB1E6 color RGB value is (234,177,230).

RGB: (234,177,230) (92%, 69%, 90%)

RGB channels and saturation

R 234 of 255 = 92%
G 177 of 255 = 69%
B 230 of 255 = 90%

234
177
230

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

Portions of RGB colors in percentages

R + G + B = 234 + 177 + 230 = 641 (100%)
R 234 of 641 ~ 36.51%
G 177 of 641 ~ 27.61%
B 230 of 641 ~ 35.88'%

%36.51
%27.61
%35.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.36%
  • 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
%24.36
%1.71
%8.24

Codes

Color #EAB1E6 in popluar color models

EA B1 E6
RGB 234 177 230
HSL 304° 57.58% 80.59%
HSB/HSV 304° 24.36% 91.76%
CMYK 0.00% 24.36% 1.71%
8.24%

Color #EAB1E6 in popluar number systems.

HEX EA B1 E6
Decimal 234 177 230
Binary 11101010 10110001 11100110
Octal 352 261 346

Shades and tints

Shades of #EAB1E6

#EAB1E6
(234,177,230)
#D5A1D2
(213,161,210)
#C091BE
(192,145,190)
#AB81AA
(171,129,170)
#967196
(150,113,150)
#816182
(129,97,130)
#6C516E
(108,81,110)
#57415A
(87,65,90)
#423146
(66,49,70)
#2D2132
(45,33,50)
#18111E
(24,17,30)
#000000
(0,0,0)

Tints of #EAB1E6

#EAB1E6
(234,177,230)
#EBB8E8
(235,184,232)
#ECBFEA
(236,191,234)
#EDC6EC
(237,198,236)
#EECDEE
(238,205,238)
#EFD4F0
(239,212,240)
#F0DBF2
(240,219,242)
#F1E2F4
(241,226,244)
#F2E9F6
(242,233,246)
#F3F0F8
(243,240,248)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB1E6; }

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

This text font color is #EAB1E6.

Background Color

.myBgColor { background-color: #EAB1E6; }

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

This div background color is #EAB1E6.

Border color

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

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

This div border color is #EAB1E6.

Opacity

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

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

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

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

This text has shadow with #EAB1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB1E6.

Preview

Color preview on black background

This text has color #EAB1E6 on black background.


Color preview on white background

This text has color #EAB1E6 on white background.


Black color preview on #EAB1E6 background

This text has black color on #EAB1E6 background.


White color preview on #EAB1E6 background

This text has white color on #EAB1E6 background.


Related colors

Complementary color

Complementary color for #hex is #154E19.


I love getcolorcode.com

Triadic colors

1 #E6EAB1 and #B1E6EA with #EAB1E6 are triadic colors.

2 #E6B1EA and #B1EAE6 with #EAB1E6 are triadic colors.