COLOR #E9BEBF

HEX: #E9BEBF RGB: (233,190,191)

Color info

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

RGB color model

#E9BEBF color RGB value is (233,190,191).

RGB: (233,190,191) (91%, 75%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 190 of 255 = 75%
B 191 of 255 = 75%

233
190
191

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

Portions of RGB colors in percentages

R + G + B = 233 + 190 + 191 = 614 (100%)
R 233 of 614 ~ 37.95%
G 190 of 614 ~ 30.94%
B 191 of 614 ~ 31.11'%

%37.95
%30.94
%31.11

CMYK color model

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

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

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

CMYK percentages

%0
%18.45
%18.03
%8.63

Codes

Color #E9BEBF in popluar color models

E9 BE BF
RGB 233 190 191
HSL 359° 49.43% 82.94%
HSB/HSV 359° 18.45% 91.37%
CMYK 0.00% 18.45% 18.03%
8.63%

Color #E9BEBF in popluar number systems.

HEX E9 BE BF
Decimal 233 190 191
Binary 11101001 10111110 10111111
Octal 351 276 277

Shades and tints

Shades of #E9BEBF

#E9BEBF
(233,190,191)
#D4ADAE
(212,173,174)
#BF9C9D
(191,156,157)
#AA8B8C
(170,139,140)
#957A7B
(149,122,123)
#80696A
(128,105,106)
#6B5859
(107,88,89)
#564748
(86,71,72)
#413637
(65,54,55)
#2C2526
(44,37,38)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #E9BEBF

#E9BEBF
(233,190,191)
#EBC3C4
(235,195,196)
#EDC8C9
(237,200,201)
#EFCDCE
(239,205,206)
#F1D2D3
(241,210,211)
#F3D7D8
(243,215,216)
#F5DCDD
(245,220,221)
#F7E1E2
(247,225,226)
#F9E6E7
(249,230,231)
#FBEBEC
(251,235,236)
#FDF0F1
(253,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BEBF; }

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

This text font color is #E9BEBF.

Background Color

.myBgColor { background-color: #E9BEBF; }

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

This div background color is #E9BEBF.

Border color

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

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

This div border color is #E9BEBF.

Opacity

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

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

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

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

This text has shadow with #E9BEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BEBF.

Preview

Color preview on black background

This text has color #E9BEBF on black background.


Color preview on white background

This text has color #E9BEBF on white background.


Black color preview on #E9BEBF background

This text has black color on #E9BEBF background.


White color preview on #E9BEBF background

This text has white color on #E9BEBF background.


Related colors

Complementary color

Complementary color for #hex is #164140.


I love getcolorcode.com

Triadic colors

1 #BFE9BE and #BEBFE9 with #E9BEBF are triadic colors.

2 #BFBEE9 and #BEE9BF with #E9BEBF are triadic colors.