COLOR #EAB6E8

HEX: #EAB6E8 RGB: (234,182,232)

Color info

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

RGB color model

#EAB6E8 color RGB value is (234,182,232).

RGB: (234,182,232) (92%, 71%, 91%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 232 of 255 = 91%

234
182
232

R + G + B ~ 85%. #EAB6E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 182 + 232 = 648 (100%)
R 234 of 648 ~ 36.11%
G 182 of 648 ~ 28.09%
B 232 of 648 ~ 35.8'%

%36.11
%28.09
%35.8

CMYK color model

#EAB6E8 color CMYK value is (0,22,1,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 0.85%
  • key color value is 8.24%

CMYK: (0,22,1,8)
C0M22Y1K8 (0%, 22%, 1%, 8%)
(0.00 / 0.22 / 0.01 / 0.08)

CMYK percentages

%0
%22.22
%0.85
%8.24

Codes

Color #EAB6E8 in popluar color models

EA B6 E8
RGB 234 182 232
HSL 302° 55.32% 81.57%
HSB/HSV 302° 22.22% 91.76%
CMYK 0.00% 22.22% 0.85%
8.24%

Color #EAB6E8 in popluar number systems.

HEX EA B6 E8
Decimal 234 182 232
Binary 11101010 10110110 11101000
Octal 352 266 350

Shades and tints

Shades of #EAB6E8

#EAB6E8
(234,182,232)
#D5A6D3
(213,166,211)
#C096BE
(192,150,190)
#AB86A9
(171,134,169)
#967694
(150,118,148)
#81667F
(129,102,127)
#6C566A
(108,86,106)
#574655
(87,70,85)
#423640
(66,54,64)
#2D262B
(45,38,43)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #EAB6E8

#EAB6E8
(234,182,232)
#EBBCEA
(235,188,234)
#ECC2EC
(236,194,236)
#EDC8EE
(237,200,238)
#EECEF0
(238,206,240)
#EFD4F2
(239,212,242)
#F0DAF4
(240,218,244)
#F1E0F6
(241,224,246)
#F2E6F8
(242,230,248)
#F3ECFA
(243,236,250)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB6E8 color. Also use rgb(234,182,232) instead hex code.

Text Font Color

.myTextColor { color: #EAB6E8; }

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

This text font color is #EAB6E8.

Background Color

.myBgColor { background-color: #EAB6E8; }

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

This div background color is #EAB6E8.

Border color

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

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

This div border color is #EAB6E8.

Opacity

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

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

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

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

This text has shadow with #EAB6E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB6E8.

Preview

Color preview on black background

This text has color #EAB6E8 on black background.


Color preview on white background

This text has color #EAB6E8 on white background.


Black color preview on #EAB6E8 background

This text has black color on #EAB6E8 background.


White color preview on #EAB6E8 background

This text has white color on #EAB6E8 background.


Related colors

Complementary color

Complementary color for #hex is #154917.


I love getcolorcode.com

Triadic colors

1 #E8EAB6 and #B6E8EA with #EAB6E8 are triadic colors.

2 #E8B6EA and #B6EAE8 with #EAB6E8 are triadic colors.