COLOR #E0B8DA

HEX: #E0B8DA RGB: (224,184,218)

Color info

#E0B8DA contains red, green and blue colors in about the same proportion. Web safe color of #E0B8DA is #CCCCCC (or #CCC).

RGB color model

#E0B8DA color RGB value is (224,184,218).

RGB: (224,184,218) (88%, 72%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 218 of 255 = 85%

224
184
218

R + G + B ~ 82%. #E0B8DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 184 + 218 = 626 (100%)
R 224 of 626 ~ 35.78%
G 184 of 626 ~ 29.39%
B 218 of 626 ~ 34.82'%

%35.78
%29.39
%34.82

CMYK color model

#E0B8DA color CMYK value is (0,18,3,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK: (0,18,3,12) C0M18Y3K12 (0%,18%,3%,12%) (0.00/0.18/0.03/0.12) 

CMYK percentages

%0
%17.86
%2.68
%12.16

Codes

Color #E0B8DA in popluar color models

E0 B8 DA
RGB 224 184 218
HSL 309° 39.22% 80.00%
HSB/HSV 309° 17.86% 87.84%
CMYK 0.00% 17.86% 2.68%
12.16%

Color #E0B8DA in popluar number systems.

HEX E0 B8 DA
Decimal 224 184 218
Binary 11100000 10111000 11011010
Octal 340 270 332

Shades and tints

Shades of #E0B8DA

#E0B8DA
(224,184,218)
#CCA8C7
(204,168,199)
#B898B4
(184,152,180)
#A488A1
(164,136,161)
#90788E
(144,120,142)
#7C687B
(124,104,123)
#685868
(104,88,104)
#544855
(84,72,85)
#403842
(64,56,66)
#2C282F
(44,40,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #E0B8DA

#E0B8DA
(224,184,218)
#E2BEDD
(226,190,221)
#E4C4E0
(228,196,224)
#E6CAE3
(230,202,227)
#E8D0E6
(232,208,230)
#EAD6E9
(234,214,233)
#ECDCEC
(236,220,236)
#EEE2EF
(238,226,239)
#F0E8F2
(240,232,242)
#F2EEF5
(242,238,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B8DA; }

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

This text font color is #E0B8DA.

Background Color

.myBgColor { background-color: #E0B8DA; }

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

This div background color is #E0B8DA.

Border color

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

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

This div border color is #E0B8DA.

Opacity

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

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

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

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

This text has shadow with #E0B8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B8DA.

Preview

Color preview on black background

This text has color #E0B8DA on black background.


Color preview on white background

This text has color #E0B8DA on white background.


Black color preview on #E0B8DA background

This text has black color on #E0B8DA background.


White color preview on #E0B8DA background

This text has white color on #E0B8DA background.


Related colors

Complementary color

Complementary color for #hex is #1F4725.


I love getcolorcode.com

Triadic colors

1 #DAE0B8 and #B8DAE0 with #E0B8DA are triadic colors.

2 #DAB8E0 and #B8E0DA with #E0B8DA are triadic colors.