COLOR #E5BFCA

HEX: #E5BFCA RGB: (229,191,202)

Color info

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

RGB color model

#E5BFCA color RGB value is (229,191,202).

RGB: (229,191,202) (90%, 75%, 79%)

RGB channels and saturation

R 229 of 255 = 90%
G 191 of 255 = 75%
B 202 of 255 = 79%

229
191
202

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

Portions of RGB colors in percentages

R + G + B = 229 + 191 + 202 = 622 (100%)
R 229 of 622 ~ 36.82%
G 191 of 622 ~ 30.71%
B 202 of 622 ~ 32.48'%

%36.82
%30.71
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 11.79%
  • key color value is 10.20%

CMYK: (0,17,12,10)
C0M17Y12K10 (0%, 17%, 12%, 10%)
(0.00 / 0.17 / 0.12 / 0.10)

CMYK percentages

%0
%16.59
%11.79
%10.2

Codes

Color #E5BFCA in popluar color models

E5 BF CA
RGB 229 191 202
HSL 343° 42.22% 82.35%
HSB/HSV 343° 16.59% 89.80%
CMYK 0.00% 16.59% 11.79%
10.20%

Color #E5BFCA in popluar number systems.

HEX E5 BF CA
Decimal 229 191 202
Binary 11100101 10111111 11001010
Octal 345 277 312

Shades and tints

Shades of #E5BFCA

#E5BFCA
(229,191,202)
#D1AEB8
(209,174,184)
#BD9DA6
(189,157,166)
#A98C94
(169,140,148)
#957B82
(149,123,130)
#816A70
(129,106,112)
#6D595E
(109,89,94)
#59484C
(89,72,76)
#45373A
(69,55,58)
#312628
(49,38,40)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #E5BFCA

#E5BFCA
(229,191,202)
#E7C4CE
(231,196,206)
#E9C9D2
(233,201,210)
#EBCED6
(235,206,214)
#EDD3DA
(237,211,218)
#EFD8DE
(239,216,222)
#F1DDE2
(241,221,226)
#F3E2E6
(243,226,230)
#F5E7EA
(245,231,234)
#F7ECEE
(247,236,238)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BFCA color. Also use rgb(229,191,202) instead hex code.

Text Font Color

.myTextColor { color: #E5BFCA; }

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

This text font color is #E5BFCA.

Background Color

.myBgColor { background-color: #E5BFCA; }

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

This div background color is #E5BFCA.

Border color

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

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

This div border color is #E5BFCA.

Opacity

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

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

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

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

This text has shadow with #E5BFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BFCA.

Preview

Color preview on black background

This text has color #E5BFCA on black background.


Color preview on white background

This text has color #E5BFCA on white background.


Black color preview on #E5BFCA background

This text has black color on #E5BFCA background.


White color preview on #E5BFCA background

This text has white color on #E5BFCA background.


Related colors

Complementary color

Complementary color for #hex is #1A4035.


I love getcolorcode.com

Triadic colors

1 #CAE5BF and #BFCAE5 with #E5BFCA are triadic colors.

2 #CABFE5 and #BFE5CA with #E5BFCA are triadic colors.