COLOR #E8BEC5

HEX: #E8BEC5
RGB: (232,190,197)

Color info

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

RGB color model

#E8BEC5 color RGB value is (232,190,197).

  • red value is 232;
  • green value is 190;
  • blue value is 197.
RGB:
(232,190,197)
(91%,75%,77%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 197 of 255 = 77%

232
190
197

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

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 197 = 619 (100%)
R 232 of 619 ~ 37.48%
G 190 of 619 ~ 30.69%
B 197 of 619 ~ 31.83%

%37.48
%30.69
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(0,18,15,9)
C0M18Y15K9 
(0%,18%,15%,9%)
(0.00/0.18/0.15/0.09)	

CMYK percentages

%0
%18.1
%15.09
%9.02

Codes

Color #E8BEC5 in popluar color models

E8BEC5
RGB232190197
HSL350°47.73%82.75%
HSB/HSV350°18.10%90.98%
CMYK0.00%18.10%15.09%
9.02%

Color #E8BEC5 in popluar number systems.

HEXE8BEC5
Decimal232190197
Binary111010001011111011000101
Octal350276305

Shades and tints

Shades of #E8BEC5

#E8BEC5
(232,190,197)
#D3ADB4
(211,173,180)
#BE9CA3
(190,156,163)
#A98B92
(169,139,146)
#947A81
(148,122,129)
#7F6970
(127,105,112)
#6A585F
(106,88,95)
#55474E
(85,71,78)
#40363D
(64,54,61)
#2B252C
(43,37,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #E8BEC5

#E8BEC5
(232,190,197)
#EAC3CA
(234,195,202)
#ECC8CF
(236,200,207)
#EECDD4
(238,205,212)
#F0D2D9
(240,210,217)
#F2D7DE
(242,215,222)
#F4DCE3
(244,220,227)
#F6E1E8
(246,225,232)
#F8E6ED
(248,230,237)
#FAEBF2
(250,235,242)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BEC5; }

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

This text font color is #E8BEC5.


Background Color

.myBgColor { background-color: #E8BEC5; }

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

This div background color is #E8BEC5.


Border color

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

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

This div border color is #E8BEC5.


Opacity

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

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

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

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

This text has shadow with #E8BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BEC5 on black background.


Color preview on white background

This text has color #E8BEC5 on white background.



Black color preview on #E8BEC5 background

This text has black color on #E8BEC5 background.


White color preview on #E8BEC5 background

This text has white color on #E8BEC5 background.