COLOR #E7B8DA

HEX: #E7B8DA RGB: (231,184,218)

Color info

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

RGB color model

#E7B8DA color RGB value is (231,184,218).

RGB: (231,184,218) (91%, 72%, 85%)

RGB channels and saturation

R 231 of 255 = 91%
G 184 of 255 = 72%
B 218 of 255 = 85%

231
184
218

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

Portions of RGB colors in percentages

R + G + B = 231 + 184 + 218 = 633 (100%)
R 231 of 633 ~ 36.49%
G 184 of 633 ~ 29.07%
B 218 of 633 ~ 34.44'%

%36.49
%29.07
%34.44

CMYK color model

#E7B8DA color CMYK value is (0,20,6,9).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 5.63%
  • key color value is 9.41%
CMYK: (0,20,6,9) C0M20Y6K9 (0%,20%,6%,9%) (0.00/0.20/0.06/0.09) 

CMYK percentages

%0
%20.35
%5.63
%9.41

Codes

Color #E7B8DA in popluar color models

E7 B8 DA
RGB 231 184 218
HSL 317° 49.47% 81.37%
HSB/HSV 317° 20.35% 90.59%
CMYK 0.00% 20.35% 5.63%
9.41%

Color #E7B8DA in popluar number systems.

HEX E7 B8 DA
Decimal 231 184 218
Binary 11100111 10111000 11011010
Octal 347 270 332

Shades and tints

Shades of #E7B8DA

#E7B8DA
(231,184,218)
#D2A8C7
(210,168,199)
#BD98B4
(189,152,180)
#A888A1
(168,136,161)
#93788E
(147,120,142)
#7E687B
(126,104,123)
#695868
(105,88,104)
#544855
(84,72,85)
#3F3842
(63,56,66)
#2A282F
(42,40,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #E7B8DA

#E7B8DA
(231,184,218)
#E9BEDD
(233,190,221)
#EBC4E0
(235,196,224)
#EDCAE3
(237,202,227)
#EFD0E6
(239,208,230)
#F1D6E9
(241,214,233)
#F3DCEC
(243,220,236)
#F5E2EF
(245,226,239)
#F7E8F2
(247,232,242)
#F9EEF5
(249,238,245)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B8DA color. Also use rgb(231,184,218) instead hex code.

Text Font Color

.myTextColor { color: #E7B8DA; }

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

This text font color is #E7B8DA.

Background Color

.myBgColor { background-color: #E7B8DA; }

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

This div background color is #E7B8DA.

Border color

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

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

This div border color is #E7B8DA.

Opacity

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

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

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

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

This text has shadow with #E7B8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B8DA.

Preview

Color preview on black background

This text has color #E7B8DA on black background.


Color preview on white background

This text has color #E7B8DA on white background.


Black color preview on #E7B8DA background

This text has black color on #E7B8DA background.


White color preview on #E7B8DA background

This text has white color on #E7B8DA background.


Related colors

Complementary color

Complementary color for #hex is #184725.


I love getcolorcode.com

Triadic colors

1 #DAE7B8 and #B8DAE7 with #E7B8DA are triadic colors.

2 #DAB8E7 and #B8E7DA with #E7B8DA are triadic colors.