COLOR #E8BEC1

HEX: #E8BEC1 RGB: (232,190,193)

Color info

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

RGB color model

#E8BEC1 color RGB value is (232,190,193).

RGB: (232,190,193) (91%, 75%, 76%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 193 of 255 = 76%

232
190
193

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

Portions of RGB colors in percentages

R + G + B = 232 + 190 + 193 = 615 (100%)
R 232 of 615 ~ 37.72%
G 190 of 615 ~ 30.89%
B 193 of 615 ~ 31.38'%

%37.72
%30.89
%31.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 16.81%
  • key color value is 9.02%

CMYK: (0,18,17,9)
C0M18Y17K9 (0%, 18%, 17%, 9%)
(0.00 / 0.18 / 0.17 / 0.09)

CMYK percentages

%0
%18.1
%16.81
%9.02

Codes

Color #E8BEC1 in popluar color models

E8 BE C1
RGB 232 190 193
HSL 356° 47.73% 82.75%
HSB/HSV 356° 18.10% 90.98%
CMYK 0.00% 18.10% 16.81%
9.02%

Color #E8BEC1 in popluar number systems.

HEX E8 BE C1
Decimal 232 190 193
Binary 11101000 10111110 11000001
Octal 350 276 301

Shades and tints

Shades of #E8BEC1

#E8BEC1
(232,190,193)
#D3ADB0
(211,173,176)
#BE9C9F
(190,156,159)
#A98B8E
(169,139,142)
#947A7D
(148,122,125)
#7F696C
(127,105,108)
#6A585B
(106,88,91)
#55474A
(85,71,74)
#403639
(64,54,57)
#2B2528
(43,37,40)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #E8BEC1

#E8BEC1
(232,190,193)
#EAC3C6
(234,195,198)
#ECC8CB
(236,200,203)
#EECDD0
(238,205,208)
#F0D2D5
(240,210,213)
#F2D7DA
(242,215,218)
#F4DCDF
(244,220,223)
#F6E1E4
(246,225,228)
#F8E6E9
(248,230,233)
#FAEBEE
(250,235,238)
#FCF0F3
(252,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BEC1 color. Also use rgb(232,190,193) instead hex code.

Text Font Color

.myTextColor { color: #E8BEC1; }

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

This text font color is #E8BEC1.

Background Color

.myBgColor { background-color: #E8BEC1; }

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

This div background color is #E8BEC1.

Border color

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

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

This div border color is #E8BEC1.

Opacity

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

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

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

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

This text has shadow with #E8BEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BEC1.

Preview

Color preview on black background

This text has color #E8BEC1 on black background.


Color preview on white background

This text has color #E8BEC1 on white background.


Black color preview on #E8BEC1 background

This text has black color on #E8BEC1 background.


White color preview on #E8BEC1 background

This text has white color on #E8BEC1 background.


Related colors

Complementary color

Complementary color for #hex is #17413E.


I love getcolorcode.com

Triadic colors

1 #C1E8BE and #BEC1E8 with #E8BEC1 are triadic colors.

2 #C1BEE8 and #BEE8C1 with #E8BEC1 are triadic colors.