COLOR #EAB7E7

HEX: #EAB7E7
RGB: (234,183,231)

Color info

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

RGB color model

#EAB7E7 color RGB value is (234,183,231).

  • red value is 234;
  • green value is 183;
  • blue value is 231.
RGB:
(234,183,231)
(92%,72%,91%)

RGB channels and saturation

R 234 of 255 = 92%
G 183 of 255 = 72%
B 231 of 255 = 91%

234
183
231

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

Portions of RGB colors in percentages

R + G + B =
234 + 183 + 231 = 648 (100%)
R 234 of 648 ~ 36.11%
G 183 of 648 ~ 28.24%
B 231 of 648 ~ 35.65%

%36.11
%28.24
%35.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 1.28%
  • 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
%21.79
%1.28
%8.24

Codes

Color #EAB7E7 in popluar color models

EAB7E7
RGB234183231
HSL304°54.84%81.76%
HSB/HSV304°21.79%91.76%
CMYK0.00%21.79%1.28%
8.24%

Color #EAB7E7 in popluar number systems.

HEXEAB7E7
Decimal234183231
Binary111010101011011111100111
Octal352267347

Shades and tints

Shades of #EAB7E7

#EAB7E7
(234,183,231)
#D5A7D2
(213,167,210)
#C097BD
(192,151,189)
#AB87A8
(171,135,168)
#967793
(150,119,147)
#81677E
(129,103,126)
#6C5769
(108,87,105)
#574754
(87,71,84)
#42373F
(66,55,63)
#2D272A
(45,39,42)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #EAB7E7

#EAB7E7
(234,183,231)
#EBBDE9
(235,189,233)
#ECC3EB
(236,195,235)
#EDC9ED
(237,201,237)
#EECFEF
(238,207,239)
#EFD5F1
(239,213,241)
#F0DBF3
(240,219,243)
#F1E1F5
(241,225,245)
#F2E7F7
(242,231,247)
#F3EDF9
(243,237,249)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB7E7 color. Also use rgb(234,183,231) instead hex code.

Text Font Color

.myTextColor { color: #EAB7E7; }

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

This text font color is #EAB7E7.


Background Color

.myBgColor { background-color: #EAB7E7; }

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

This div background color is #EAB7E7.


Border color

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

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

This div border color is #EAB7E7.


Opacity

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

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

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

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

This text has shadow with #EAB7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB7E7 on black background.


Color preview on white background

This text has color #EAB7E7 on white background.



Black color preview on #EAB7E7 background

This text has black color on #EAB7E7 background.


White color preview on #EAB7E7 background

This text has white color on #EAB7E7 background.