COLOR #E9BEC6

HEX: #E9BEC6 RGB: (233,190,198)

Color info

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

RGB color model

#E9BEC6 color RGB value is (233,190,198).

RGB: (233,190,198) (91%, 75%, 78%)

RGB channels and saturation

R 233 of 255 = 91%
G 190 of 255 = 75%
B 198 of 255 = 78%

233
190
198

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

Portions of RGB colors in percentages

R + G + B = 233 + 190 + 198 = 621 (100%)
R 233 of 621 ~ 37.52%
G 190 of 621 ~ 30.6%
B 198 of 621 ~ 31.88'%

%37.52
%30.6
%31.88

CMYK color model

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

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

CMYK: (0,18,15,9)
C0M18Y15K9 (0%, 18%, 15%, 9%)
(0.00 / 0.18 / 0.15 / 0.09)

CMYK percentages

%0
%18.45
%15.02
%8.63

Codes

Color #E9BEC6 in popluar color models

E9 BE C6
RGB 233 190 198
HSL 349° 49.43% 82.94%
HSB/HSV 349° 18.45% 91.37%
CMYK 0.00% 18.45% 15.02%
8.63%

Color #E9BEC6 in popluar number systems.

HEX E9 BE C6
Decimal 233 190 198
Binary 11101001 10111110 11000110
Octal 351 276 306

Shades and tints

Shades of #E9BEC6

#E9BEC6
(233,190,198)
#D4ADB4
(212,173,180)
#BF9CA2
(191,156,162)
#AA8B90
(170,139,144)
#957A7E
(149,122,126)
#80696C
(128,105,108)
#6B585A
(107,88,90)
#564748
(86,71,72)
#413636
(65,54,54)
#2C2524
(44,37,36)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #E9BEC6

#E9BEC6
(233,190,198)
#EBC3CB
(235,195,203)
#EDC8D0
(237,200,208)
#EFCDD5
(239,205,213)
#F1D2DA
(241,210,218)
#F3D7DF
(243,215,223)
#F5DCE4
(245,220,228)
#F7E1E9
(247,225,233)
#F9E6EE
(249,230,238)
#FBEBF3
(251,235,243)
#FDF0F8
(253,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BEC6; }

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

This text font color is #E9BEC6.

Background Color

.myBgColor { background-color: #E9BEC6; }

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

This div background color is #E9BEC6.

Border color

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

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

This div border color is #E9BEC6.

Opacity

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

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

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

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

This text has shadow with #E9BEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BEC6.

Preview

Color preview on black background

This text has color #E9BEC6 on black background.


Color preview on white background

This text has color #E9BEC6 on white background.


Black color preview on #E9BEC6 background

This text has black color on #E9BEC6 background.


White color preview on #E9BEC6 background

This text has white color on #E9BEC6 background.


Related colors

Complementary color

Complementary color for #hex is #164139.


I love getcolorcode.com

Triadic colors

1 #C6E9BE and #BEC6E9 with #E9BEC6 are triadic colors.

2 #C6BEE9 and #BEE9C6 with #E9BEC6 are triadic colors.