COLOR #E9BDC6

HEX: #E9BDC6
RGB: (233,189,198)

Color info

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

RGB color model

#E9BDC6 color RGB value is (233,189,198).

  • red value is 233;
  • green value is 189;
  • blue value is 198.
RGB:
(233,189,198)
(91%,74%,78%)

RGB channels and saturation

R 233 of 255 = 91%
G 189 of 255 = 74%
B 198 of 255 = 78%

233
189
198

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

Portions of RGB colors in percentages

R + G + B =
233 + 189 + 198 = 620 (100%)
R 233 of 620 ~ 37.58%
G 189 of 620 ~ 30.48%
B 198 of 620 ~ 31.94%

%37.58
%30.48
%31.94

CMYK color model

#E9BDC6 color CMYK value is (0,19,15,9).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 15.02%
  • key color value is 8.63%
CMYK:
(0,19,15,9)
C0M19Y15K9 
(0%,19%,15%,9%)
(0.00/0.19/0.15/0.09)	

CMYK percentages

%0
%18.88
%15.02
%8.63

Codes

Color #E9BDC6 in popluar color models

E9BDC6
RGB233189198
HSL348°50.00%82.75%
HSB/HSV348°18.88%91.37%
CMYK0.00%18.88%15.02%
8.63%

Color #E9BDC6 in popluar number systems.

HEXE9BDC6
Decimal233189198
Binary111010011011110111000110
Octal351275306

Shades and tints

Shades of #E9BDC6

#E9BDC6
(233,189,198)
#D4ACB4
(212,172,180)
#BF9BA2
(191,155,162)
#AA8A90
(170,138,144)
#95797E
(149,121,126)
#80686C
(128,104,108)
#6B575A
(107,87,90)
#564648
(86,70,72)
#413536
(65,53,54)
#2C2424
(44,36,36)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #E9BDC6

#E9BDC6
(233,189,198)
#EBC3CB
(235,195,203)
#EDC9D0
(237,201,208)
#EFCFD5
(239,207,213)
#F1D5DA
(241,213,218)
#F3DBDF
(243,219,223)
#F5E1E4
(245,225,228)
#F7E7E9
(247,231,233)
#F9EDEE
(249,237,238)
#FBF3F3
(251,243,243)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BDC6 color. Also use rgb(233,189,198) instead hex code.

Text Font Color

.myTextColor { color: #E9BDC6; }

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

This text font color is #E9BDC6.


Background Color

.myBgColor { background-color: #E9BDC6; }

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

This div background color is #E9BDC6.


Border color

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

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

This div border color is #E9BDC6.


Opacity

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

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

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

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

This text has shadow with #E9BDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BDC6 on black background.


Color preview on white background

This text has color #E9BDC6 on white background.



Black color preview on #E9BDC6 background

This text has black color on #E9BDC6 background.


White color preview on #E9BDC6 background

This text has white color on #E9BDC6 background.