COLOR #E9BFD3

HEX: #E9BFD3 RGB: (233,191,211)

Color info

#E9BFD3 contains red, green and blue colors in about the same proportion. Web safe color of #E9BFD3 is #FFCCCC (or #FCC).

RGB color model

#E9BFD3 color RGB value is (233,191,211).

RGB: (233,191,211) (91%, 75%, 83%)

RGB channels and saturation

R 233 of 255 = 91%
G 191 of 255 = 75%
B 211 of 255 = 83%

233
191
211

R + G + B ~ 83%. #E9BFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 191 + 211 = 635 (100%)
R 233 of 635 ~ 36.69%
G 191 of 635 ~ 30.08%
B 211 of 635 ~ 33.23'%

%36.69
%30.08
%33.23

CMYK color model

#E9BFD3 color CMYK value is (0,18,9,9).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 9.44%
  • key color value is 8.63%

CMYK: (0,18,9,9)
C0M18Y9K9 (0%, 18%, 9%, 9%)
(0.00 / 0.18 / 0.09 / 0.09)

CMYK percentages

%0
%18.03
%9.44
%8.63

Codes

Color #E9BFD3 in popluar color models

E9 BF D3
RGB 233 191 211
HSL 331° 48.84% 83.14%
HSB/HSV 331° 18.03% 91.37%
CMYK 0.00% 18.03% 9.44%
8.63%

Color #E9BFD3 in popluar number systems.

HEX E9 BF D3
Decimal 233 191 211
Binary 11101001 10111111 11010011
Octal 351 277 323

Shades and tints

Shades of #E9BFD3

#E9BFD3
(233,191,211)
#D4AEC0
(212,174,192)
#BF9DAD
(191,157,173)
#AA8C9A
(170,140,154)
#957B87
(149,123,135)
#806A74
(128,106,116)
#6B5961
(107,89,97)
#56484E
(86,72,78)
#41373B
(65,55,59)
#2C2628
(44,38,40)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #E9BFD3

#E9BFD3
(233,191,211)
#EBC4D7
(235,196,215)
#EDC9DB
(237,201,219)
#EFCEDF
(239,206,223)
#F1D3E3
(241,211,227)
#F3D8E7
(243,216,231)
#F5DDEB
(245,221,235)
#F7E2EF
(247,226,239)
#F9E7F3
(249,231,243)
#FBECF7
(251,236,247)
#FDF1FB
(253,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BFD3 color. Also use rgb(233,191,211) instead hex code.

Text Font Color

.myTextColor { color: #E9BFD3; }

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

This text font color is #E9BFD3.

Background Color

.myBgColor { background-color: #E9BFD3; }

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

This div background color is #E9BFD3.

Border color

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

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

This div border color is #E9BFD3.

Opacity

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

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

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

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

This text has shadow with #E9BFD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BFD3.

Preview

Color preview on black background

This text has color #E9BFD3 on black background.


Color preview on white background

This text has color #E9BFD3 on white background.


Black color preview on #E9BFD3 background

This text has black color on #E9BFD3 background.


White color preview on #E9BFD3 background

This text has white color on #E9BFD3 background.


Related colors

Complementary color

Complementary color for #hex is #16402C.


I love getcolorcode.com

Triadic colors

1 #D3E9BF and #BFD3E9 with #E9BFD3 are triadic colors.

2 #D3BFE9 and #BFE9D3 with #E9BFD3 are triadic colors.