COLOR #E0BEC8

HEX: #E0BEC8
RGB: (224,190,200)

Color info

#E0BEC8 contains red, green and blue colors in about the same proportion. Web safe color of #E0BEC8 is #CCCCCC (or #CCC).

RGB color model

#E0BEC8 color RGB value is (224,190,200).

  • red value is 224;
  • green value is 190;
  • blue value is 200.
RGB:
(224,190,200)
(88%,75%,78%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 200 of 255 = 78%

224
190
200

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

Portions of RGB colors in percentages

R + G + B =
224 + 190 + 200 = 614 (100%)
R 224 of 614 ~ 36.48%
G 190 of 614 ~ 30.94%
B 200 of 614 ~ 32.57%

%36.48
%30.94
%32.57

CMYK color model

#E0BEC8 color CMYK value is (0,15,11,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(0,15,11,12)
C0M15Y11K12 
(0%,15%,11%,12%)
(0.00/0.15/0.11/0.12)	

CMYK percentages

%0
%15.18
%10.71
%12.16

Codes

Color #E0BEC8 in popluar color models

E0BEC8
RGB224190200
HSL342°35.42%81.18%
HSB/HSV342°15.18%87.84%
CMYK0.00%15.18%10.71%
12.16%

Color #E0BEC8 in popluar number systems.

HEXE0BEC8
Decimal224190200
Binary111000001011111011001000
Octal340276310

Shades and tints

Shades of #E0BEC8

#E0BEC8
(224,190,200)
#CCADB6
(204,173,182)
#B89CA4
(184,156,164)
#A48B92
(164,139,146)
#907A80
(144,122,128)
#7C696E
(124,105,110)
#68585C
(104,88,92)
#54474A
(84,71,74)
#403638
(64,54,56)
#2C2526
(44,37,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E0BEC8

#E0BEC8
(224,190,200)
#E2C3CD
(226,195,205)
#E4C8D2
(228,200,210)
#E6CDD7
(230,205,215)
#E8D2DC
(232,210,220)
#EAD7E1
(234,215,225)
#ECDCE6
(236,220,230)
#EEE1EB
(238,225,235)
#F0E6F0
(240,230,240)
#F2EBF5
(242,235,245)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BEC8 color. Also use rgb(224,190,200) instead hex code.

Text Font Color

.myTextColor { color: #E0BEC8; }

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

This text font color is #E0BEC8.


Background Color

.myBgColor { background-color: #E0BEC8; }

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

This div background color is #E0BEC8.


Border color

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

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

This div border color is #E0BEC8.


Opacity

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

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

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

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

This text has shadow with #E0BEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BEC8 on black background.


Color preview on white background

This text has color #E0BEC8 on white background.



Black color preview on #E0BEC8 background

This text has black color on #E0BEC8 background.


White color preview on #E0BEC8 background

This text has white color on #E0BEC8 background.