COLOR #E0BDCA

HEX: #E0BDCA
RGB: (224,189,202)

Color info

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

RGB color model

#E0BDCA color RGB value is (224,189,202).

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

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 202 of 255 = 79%

224
189
202

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

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 202 = 615 (100%)
R 224 of 615 ~ 36.42%
G 189 of 615 ~ 30.73%
B 202 of 615 ~ 32.85%

%36.42
%30.73
%32.85

CMYK color model

#E0BDCA color CMYK value is (0,16,10,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 9.82%
  • key color value is 12.16%
CMYK:
(0,16,10,12)
C0M16Y10K12 
(0%,16%,10%,12%)
(0.00/0.16/0.10/0.12)	

CMYK percentages

%0
%15.63
%9.82
%12.16

Codes

Color #E0BDCA in popluar color models

E0BDCA
RGB224189202
HSL338°36.08%80.98%
HSB/HSV338°15.63%87.84%
CMYK0.00%15.63%9.82%
12.16%

Color #E0BDCA in popluar number systems.

HEXE0BDCA
Decimal224189202
Binary111000001011110111001010
Octal340275312

Shades and tints

Shades of #E0BDCA

#E0BDCA
(224,189,202)
#CCACB8
(204,172,184)
#B89BA6
(184,155,166)
#A48A94
(164,138,148)
#907982
(144,121,130)
#7C6870
(124,104,112)
#68575E
(104,87,94)
#54464C
(84,70,76)
#40353A
(64,53,58)
#2C2428
(44,36,40)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #E0BDCA

#E0BDCA
(224,189,202)
#E2C3CE
(226,195,206)
#E4C9D2
(228,201,210)
#E6CFD6
(230,207,214)
#E8D5DA
(232,213,218)
#EADBDE
(234,219,222)
#ECE1E2
(236,225,226)
#EEE7E6
(238,231,230)
#F0EDEA
(240,237,234)
#F2F3EE
(242,243,238)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BDCA; }

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

This text font color is #E0BDCA.


Background Color

.myBgColor { background-color: #E0BDCA; }

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

This div background color is #E0BDCA.


Border color

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

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

This div border color is #E0BDCA.


Opacity

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

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

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

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

This text has shadow with #E0BDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BDCA on black background.


Color preview on white background

This text has color #E0BDCA on white background.



Black color preview on #E0BDCA background

This text has black color on #E0BDCA background.


White color preview on #E0BDCA background

This text has white color on #E0BDCA background.