COLOR #E8BDDA

HEX: #E8BDDA RGB: (232,189,218)

Color info

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

RGB color model

#E8BDDA color RGB value is (232,189,218).

RGB: (232,189,218) (91%, 74%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 189 of 255 = 74%
B 218 of 255 = 85%

232
189
218

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

Portions of RGB colors in percentages

R + G + B = 232 + 189 + 218 = 639 (100%)
R 232 of 639 ~ 36.31%
G 189 of 639 ~ 29.58%
B 218 of 639 ~ 34.12'%

%36.31
%29.58
%34.12

CMYK color model

#E8BDDA color CMYK value is (0,19,6,9).

  • cyan value is 0.00%
  • magenta value is 18.53%
  • yellow value is 6.03%
  • key color value is 9.02%

CMYK: (0,19,6,9)
C0M19Y6K9 (0%, 19%, 6%, 9%)
(0.00 / 0.19 / 0.06 / 0.09)

CMYK percentages

%0
%18.53
%6.03
%9.02

Codes

Color #E8BDDA in popluar color models

E8 BD DA
RGB 232 189 218
HSL 320° 48.31% 82.55%
HSB/HSV 320° 18.53% 90.98%
CMYK 0.00% 18.53% 6.03%
9.02%

Color #E8BDDA in popluar number systems.

HEX E8 BD DA
Decimal 232 189 218
Binary 11101000 10111101 11011010
Octal 350 275 332

Shades and tints

Shades of #E8BDDA

#E8BDDA
(232,189,218)
#D3ACC7
(211,172,199)
#BE9BB4
(190,155,180)
#A98AA1
(169,138,161)
#94798E
(148,121,142)
#7F687B
(127,104,123)
#6A5768
(106,87,104)
#554655
(85,70,85)
#403542
(64,53,66)
#2B242F
(43,36,47)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #E8BDDA

#E8BDDA
(232,189,218)
#EAC3DD
(234,195,221)
#ECC9E0
(236,201,224)
#EECFE3
(238,207,227)
#F0D5E6
(240,213,230)
#F2DBE9
(242,219,233)
#F4E1EC
(244,225,236)
#F6E7EF
(246,231,239)
#F8EDF2
(248,237,242)
#FAF3F5
(250,243,245)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BDDA color. Also use rgb(232,189,218) instead hex code.

Text Font Color

.myTextColor { color: #E8BDDA; }

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

This text font color is #E8BDDA.

Background Color

.myBgColor { background-color: #E8BDDA; }

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

This div background color is #E8BDDA.

Border color

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

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

This div border color is #E8BDDA.

Opacity

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

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

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

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

This text has shadow with #E8BDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BDDA.

Preview

Color preview on black background

This text has color #E8BDDA on black background.


Color preview on white background

This text has color #E8BDDA on white background.


Black color preview on #E8BDDA background

This text has black color on #E8BDDA background.


White color preview on #E8BDDA background

This text has white color on #E8BDDA background.


Related colors

Complementary color

Complementary color for #hex is #174225.


I love getcolorcode.com

Triadic colors

1 #DAE8BD and #BDDAE8 with #E8BDDA are triadic colors.

2 #DABDE8 and #BDE8DA with #E8BDDA are triadic colors.