COLOR #E0BEC0

HEX: #E0BEC0
RGB: (224,190,192)

Color info

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

RGB color model

#E0BEC0 color RGB value is (224,190,192).

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

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 192 of 255 = 75%

224
190
192

R + G + B ~ 79%. #E0BEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 190 + 192 = 606 (100%)
R 224 of 606 ~ 36.96%
G 190 of 606 ~ 31.35%
B 192 of 606 ~ 31.68%

%36.96
%31.35
%31.68

CMYK color model

#E0BEC0 color CMYK value is (0,15,14,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 14.29%
  • key color value is 12.16%
CMYK:
(0,15,14,12)
C0M15Y14K12 
(0%,15%,14%,12%)
(0.00/0.15/0.14/0.12)	

CMYK percentages

%0
%15.18
%14.29
%12.16

Codes

Color #E0BEC0 in popluar color models

E0BEC0
RGB224190192
HSL356°35.42%81.18%
HSB/HSV356°15.18%87.84%
CMYK0.00%15.18%14.29%
12.16%

Color #E0BEC0 in popluar number systems.

HEXE0BEC0
Decimal224190192
Binary111000001011111011000000
Octal340276300

Shades and tints

Shades of #E0BEC0

#E0BEC0
(224,190,192)
#CCADAF
(204,173,175)
#B89C9E
(184,156,158)
#A48B8D
(164,139,141)
#907A7C
(144,122,124)
#7C696B
(124,105,107)
#68585A
(104,88,90)
#544749
(84,71,73)
#403638
(64,54,56)
#2C2527
(44,37,39)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #E0BEC0

#E0BEC0
(224,190,192)
#E2C3C5
(226,195,197)
#E4C8CA
(228,200,202)
#E6CDCF
(230,205,207)
#E8D2D4
(232,210,212)
#EAD7D9
(234,215,217)
#ECDCDE
(236,220,222)
#EEE1E3
(238,225,227)
#F0E6E8
(240,230,232)
#F2EBED
(242,235,237)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BEC0; }

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

This text font color is #E0BEC0.


Background Color

.myBgColor { background-color: #E0BEC0; }

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

This div background color is #E0BEC0.


Border color

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

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

This div border color is #E0BEC0.


Opacity

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

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

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

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

This text has shadow with #E0BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BEC0 on black background.


Color preview on white background

This text has color #E0BEC0 on white background.



Black color preview on #E0BEC0 background

This text has black color on #E0BEC0 background.


White color preview on #E0BEC0 background

This text has white color on #E0BEC0 background.