COLOR #EAB6EB

HEX: #EAB6EB RGB: (234,182,235)

Color info

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

RGB color model

#EAB6EB color RGB value is (234,182,235).

RGB: (234,182,235) (92%, 71%, 92%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 235 of 255 = 92%

234
182
235

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

Portions of RGB colors in percentages

R + G + B = 234 + 182 + 235 = 651 (100%)
R 234 of 651 ~ 35.94%
G 182 of 651 ~ 27.96%
B 235 of 651 ~ 36.1'%

%35.94
%27.96
%36.1

CMYK color model

#EAB6EB color CMYK value is (0,23,0,8).

  • cyan value is 0.43%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (0,23,0,8) C0M23Y0K8 (0%,23%,0%,8%) (0.00/0.23/0.00/0.08) 

CMYK percentages

%0.43
%22.55
%0
%7.84

Codes

Color #EAB6EB in popluar color models

EA B6 EB
RGB 234 182 235
HSL 299° 56.99% 81.76%
HSB/HSV 299° 22.55% 92.16%
CMYK 0.43% 22.55% 0.00%
7.84%

Color #EAB6EB in popluar number systems.

HEX EA B6 EB
Decimal 234 182 235
Binary 11101010 10110110 11101011
Octal 352 266 353

Shades and tints

Shades of #EAB6EB

#EAB6EB
(234,182,235)
#D5A6D6
(213,166,214)
#C096C1
(192,150,193)
#AB86AC
(171,134,172)
#967697
(150,118,151)
#816682
(129,102,130)
#6C566D
(108,86,109)
#574658
(87,70,88)
#423643
(66,54,67)
#2D262E
(45,38,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #EAB6EB

#EAB6EB
(234,182,235)
#EBBCEC
(235,188,236)
#ECC2ED
(236,194,237)
#EDC8EE
(237,200,238)
#EECEEF
(238,206,239)
#EFD4F0
(239,212,240)
#F0DAF1
(240,218,241)
#F1E0F2
(241,224,242)
#F2E6F3
(242,230,243)
#F3ECF4
(243,236,244)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB6EB; }

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

This text font color is #EAB6EB.

Background Color

.myBgColor { background-color: #EAB6EB; }

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

This div background color is #EAB6EB.

Border color

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

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

This div border color is #EAB6EB.

Opacity

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

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

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

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

This text has shadow with #EAB6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB6EB.

Preview

Color preview on black background

This text has color #EAB6EB on black background.


Color preview on white background

This text has color #EAB6EB on white background.


Black color preview on #EAB6EB background

This text has black color on #EAB6EB background.


White color preview on #EAB6EB background

This text has white color on #EAB6EB background.


Related colors

Complementary color

Complementary color for #hex is #154914.


I love getcolorcode.com

Triadic colors

1 #EBEAB6 and #B6EBEA with #EAB6EB are triadic colors.

2 #EBB6EA and #B6EAEB with #EAB6EB are triadic colors.