COLOR #EAB7D7

HEX: #EAB7D7 RGB: (234,183,215)

Color info

#EAB7D7 contains red, green and blue colors in about the same proportion. Web safe color of #EAB7D7 is #FFCCCC (or #FCC).

RGB color model

#EAB7D7 color RGB value is (234,183,215).

RGB: (234,183,215) (92%, 72%, 84%)

RGB channels and saturation

R 234 of 255 = 92%
G 183 of 255 = 72%
B 215 of 255 = 84%

234
183
215

R + G + B ~ 83%. #EAB7D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 183 + 215 = 632 (100%)
R 234 of 632 ~ 37.03%
G 183 of 632 ~ 28.96%
B 215 of 632 ~ 34.02'%

%37.03
%28.96
%34.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 8.12%
  • key color value is 8.24%

CMYK: (0,22,8,8)
C0M22Y8K8 (0%, 22%, 8%, 8%)
(0.00 / 0.22 / 0.08 / 0.08)

CMYK percentages

%0
%21.79
%8.12
%8.24

Codes

Color #EAB7D7 in popluar color models

EA B7 D7
RGB 234 183 215
HSL 322° 54.84% 81.76%
HSB/HSV 322° 21.79% 91.76%
CMYK 0.00% 21.79% 8.12%
8.24%

Color #EAB7D7 in popluar number systems.

HEX EA B7 D7
Decimal 234 183 215
Binary 11101010 10110111 11010111
Octal 352 267 327

Shades and tints

Shades of #EAB7D7

#EAB7D7
(234,183,215)
#D5A7C4
(213,167,196)
#C097B1
(192,151,177)
#AB879E
(171,135,158)
#96778B
(150,119,139)
#816778
(129,103,120)
#6C5765
(108,87,101)
#574752
(87,71,82)
#42373F
(66,55,63)
#2D272C
(45,39,44)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #EAB7D7

#EAB7D7
(234,183,215)
#EBBDDA
(235,189,218)
#ECC3DD
(236,195,221)
#EDC9E0
(237,201,224)
#EECFE3
(238,207,227)
#EFD5E6
(239,213,230)
#F0DBE9
(240,219,233)
#F1E1EC
(241,225,236)
#F2E7EF
(242,231,239)
#F3EDF2
(243,237,242)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB7D7; }

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

This text font color is #EAB7D7.

Background Color

.myBgColor { background-color: #EAB7D7; }

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

This div background color is #EAB7D7.

Border color

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

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

This div border color is #EAB7D7.

Opacity

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

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

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

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

This text has shadow with #EAB7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB7D7.

Preview

Color preview on black background

This text has color #EAB7D7 on black background.


Color preview on white background

This text has color #EAB7D7 on white background.


Black color preview on #EAB7D7 background

This text has black color on #EAB7D7 background.


White color preview on #EAB7D7 background

This text has white color on #EAB7D7 background.


Related colors

Complementary color

Complementary color for #hex is #154828.


I love getcolorcode.com

Triadic colors

1 #D7EAB7 and #B7D7EA with #EAB7D7 are triadic colors.

2 #D7B7EA and #B7EAD7 with #EAB7D7 are triadic colors.