COLOR #E5BDCE

HEX: #E5BDCE RGB: (229,189,206)

Color info

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

RGB color model

#E5BDCE color RGB value is (229,189,206).

RGB: (229,189,206) (90%, 74%, 81%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 206 of 255 = 81%

229
189
206

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

Portions of RGB colors in percentages

R + G + B = 229 + 189 + 206 = 624 (100%)
R 229 of 624 ~ 36.7%
G 189 of 624 ~ 30.29%
B 206 of 624 ~ 33.01'%

%36.7
%30.29
%33.01

CMYK color model

#E5BDCE color CMYK value is (0,17,10,10).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK: (0,17,10,10) C0M17Y10K10 (0%,17%,10%,10%) (0.00/0.17/0.10/0.10) 

CMYK percentages

%0
%17.47
%10.04
%10.2

Codes

Color #E5BDCE in popluar color models

E5 BD CE
RGB 229 189 206
HSL 335° 43.48% 81.96%
HSB/HSV 335° 17.47% 89.80%
CMYK 0.00% 17.47% 10.04%
10.20%

Color #E5BDCE in popluar number systems.

HEX E5 BD CE
Decimal 229 189 206
Binary 11100101 10111101 11001110
Octal 345 275 316

Shades and tints

Shades of #E5BDCE

#E5BDCE
(229,189,206)
#D1ACBC
(209,172,188)
#BD9BAA
(189,155,170)
#A98A98
(169,138,152)
#957986
(149,121,134)
#816874
(129,104,116)
#6D5762
(109,87,98)
#594650
(89,70,80)
#45353E
(69,53,62)
#31242C
(49,36,44)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #E5BDCE

#E5BDCE
(229,189,206)
#E7C3D2
(231,195,210)
#E9C9D6
(233,201,214)
#EBCFDA
(235,207,218)
#EDD5DE
(237,213,222)
#EFDBE2
(239,219,226)
#F1E1E6
(241,225,230)
#F3E7EA
(243,231,234)
#F5EDEE
(245,237,238)
#F7F3F2
(247,243,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BDCE color. Also use rgb(229,189,206) instead hex code.

Text Font Color

.myTextColor { color: #E5BDCE; }

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

This text font color is #E5BDCE.

Background Color

.myBgColor { background-color: #E5BDCE; }

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

This div background color is #E5BDCE.

Border color

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

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

This div border color is #E5BDCE.

Opacity

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

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

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

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

This text has shadow with #E5BDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BDCE.

Preview

Color preview on black background

This text has color #E5BDCE on black background.


Color preview on white background

This text has color #E5BDCE on white background.


Black color preview on #E5BDCE background

This text has black color on #E5BDCE background.


White color preview on #E5BDCE background

This text has white color on #E5BDCE background.


Related colors

Complementary color

Complementary color for #hex is #1A4231.


I love getcolorcode.com

Triadic colors

1 #CEE5BD and #BDCEE5 with #E5BDCE are triadic colors.

2 #CEBDE5 and #BDE5CE with #E5BDCE are triadic colors.