COLOR #E0B8D4

HEX: #E0B8D4 RGB: (224,184,212)

Color info

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

RGB color model

#E0B8D4 color RGB value is (224,184,212).

RGB: (224,184,212) (88%, 72%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 212 of 255 = 83%

224
184
212

R + G + B ~ 81%. #E0B8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 184 + 212 = 620 (100%)
R 224 of 620 ~ 36.13%
G 184 of 620 ~ 29.68%
B 212 of 620 ~ 34.19'%

%36.13
%29.68
%34.19

CMYK color model

#E0B8D4 color CMYK value is (0,18,5,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 5.36%
  • key color value is 12.16%

CMYK: (0,18,5,12)
C0M18Y5K12 (0%, 18%, 5%, 12%)
(0.00 / 0.18 / 0.05 / 0.12)

CMYK percentages

%0
%17.86
%5.36
%12.16

Codes

Color #E0B8D4 in popluar color models

E0 B8 D4
RGB 224 184 212
HSL 318° 39.22% 80.00%
HSB/HSV 318° 17.86% 87.84%
CMYK 0.00% 17.86% 5.36%
12.16%

Color #E0B8D4 in popluar number systems.

HEX E0 B8 D4
Decimal 224 184 212
Binary 11100000 10111000 11010100
Octal 340 270 324

Shades and tints

Shades of #E0B8D4

#E0B8D4
(224,184,212)
#CCA8C1
(204,168,193)
#B898AE
(184,152,174)
#A4889B
(164,136,155)
#907888
(144,120,136)
#7C6875
(124,104,117)
#685862
(104,88,98)
#54484F
(84,72,79)
#40383C
(64,56,60)
#2C2829
(44,40,41)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #E0B8D4

#E0B8D4
(224,184,212)
#E2BED7
(226,190,215)
#E4C4DA
(228,196,218)
#E6CADD
(230,202,221)
#E8D0E0
(232,208,224)
#EAD6E3
(234,214,227)
#ECDCE6
(236,220,230)
#EEE2E9
(238,226,233)
#F0E8EC
(240,232,236)
#F2EEEF
(242,238,239)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B8D4; }

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

This text font color is #E0B8D4.

Background Color

.myBgColor { background-color: #E0B8D4; }

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

This div background color is #E0B8D4.

Border color

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

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

This div border color is #E0B8D4.

Opacity

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

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

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

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

This text has shadow with #E0B8D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B8D4.

Preview

Color preview on black background

This text has color #E0B8D4 on black background.


Color preview on white background

This text has color #E0B8D4 on white background.


Black color preview on #E0B8D4 background

This text has black color on #E0B8D4 background.


White color preview on #E0B8D4 background

This text has white color on #E0B8D4 background.


Related colors

Complementary color

Complementary color for #hex is #1F472B.


I love getcolorcode.com

Triadic colors

1 #D4E0B8 and #B8D4E0 with #E0B8D4 are triadic colors.

2 #D4B8E0 and #B8E0D4 with #E0B8D4 are triadic colors.