COLOR #E0BDC7

HEX: #E0BDC7
RGB: (224,189,199)

Color info

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

RGB color model

#E0BDC7 color RGB value is (224,189,199).

  • red value is 224;
  • green value is 189;
  • blue value is 199.
RGB: (224,189,199) (88%,74%,78%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 199 of 255 = 78%

224
189
199

R + G + B ~ 80%. #E0BDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 199 = 612 (100%)
R 224 of 612 ~ 36.6%
G 189 of 612 ~ 30.88%
B 199 of 612 ~ 32.52%

%36.6
%30.88
%32.52

CMYK color model

#E0BDC7 color CMYK value is (0,16,11,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 11.16%
  • key color value is 12.16%
CMYK: (0,16,11,12) C0M16Y11K12 (0%,16%,11%,12%) (0.00/0.16/0.11/0.12)

CMYK percentages

%0
%15.63
%11.16
%12.16

Codes

Color #E0BDC7 in popluar color models

E0BDC7
RGB224189199
HSL343°36.08%80.98%
HSB/HSV343°15.63%87.84%
CMYK0.00%15.63%11.16%
12.16%

Color #E0BDC7 in popluar number systems.

HEXE0BDC7
Decimal224189199
Binary111000001011110111000111
Octal340275307

Shades and tints

Shades of #E0BDC7

#E0BDC7
(224,189,199)
#CCACB5
(204,172,181)
#B89BA3
(184,155,163)
#A48A91
(164,138,145)
#90797F
(144,121,127)
#7C686D
(124,104,109)
#68575B
(104,87,91)
#544649
(84,70,73)
#403537
(64,53,55)
#2C2425
(44,36,37)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #E0BDC7

#E0BDC7
(224,189,199)
#E2C3CC
(226,195,204)
#E4C9D1
(228,201,209)
#E6CFD6
(230,207,214)
#E8D5DB
(232,213,219)
#EADBE0
(234,219,224)
#ECE1E5
(236,225,229)
#EEE7EA
(238,231,234)
#F0EDEF
(240,237,239)
#F2F3F4
(242,243,244)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BDC7 color. Also use rgb(224,189,199) instead hex code.

Text Font Color

.myTextColor { color: #E0BDC7; }

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

This text font color is #E0BDC7.


Background Color

.myBgColor { background-color: #E0BDC7; }

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

This div background color is #E0BDC7.


Border color

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

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

This div border color is #E0BDC7.


Opacity

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

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

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

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

This text has shadow with #E0BDC7 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #E0BDC7; -webkit-box-shadow:	1px 1px 3px 2px #E0BDC7; box-shadow:	1px 1px 3px 2px #E0BDC7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E0BDC7; -webkit-box-shadow: 1px 1px 3px 2px #E0BDC7; box-shadow:1px 1px 3px 2px #E0BDC7;">
Div content here</div>
This div box has shadow with color #E0BDC7.

Preview

Color preview on black background

This text has color #E0BDC7 on black background.


Color preview on white background

This text has color #E0BDC7 on white background.



Black color preview on #E0BDC7 background

This text has black color on #E0BDC7 background.


White color preview on #E0BDC7 background

This text has white color on #E0BDC7 background.