COLOR #E0BEBF

HEX: #E0BEBF
RGB: (224,190,191)

Color info

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

RGB color model

#E0BEBF color RGB value is (224,190,191).

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

RGB channels and saturation

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

224
190
191

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

Portions of RGB colors in percentages

R + G + B =
224 + 190 + 191 = 605 (100%)
R 224 of 605 ~ 37.02%
G 190 of 605 ~ 31.4%
B 191 of 605 ~ 31.57%

%37.02
%31.4
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK:
(0,15,15,12)
C0M15Y15K12 
(0%,15%,15%,12%)
(0.00/0.15/0.15/0.12)	

CMYK percentages

%0
%15.18
%14.73
%12.16

Codes

Color #E0BEBF in popluar color models

E0BEBF
RGB224190191
HSL358°35.42%81.18%
HSB/HSV358°15.18%87.84%
CMYK0.00%15.18%14.73%
12.16%

Color #E0BEBF in popluar number systems.

HEXE0BEBF
Decimal224190191
Binary111000001011111010111111
Octal340276277

Shades and tints

Shades of #E0BEBF

#E0BEBF
(224,190,191)
#CCADAE
(204,173,174)
#B89C9D
(184,156,157)
#A48B8C
(164,139,140)
#907A7B
(144,122,123)
#7C696A
(124,105,106)
#685859
(104,88,89)
#544748
(84,71,72)
#403637
(64,54,55)
#2C2526
(44,37,38)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E0BEBF

#E0BEBF
(224,190,191)
#E2C3C4
(226,195,196)
#E4C8C9
(228,200,201)
#E6CDCE
(230,205,206)
#E8D2D3
(232,210,211)
#EAD7D8
(234,215,216)
#ECDCDD
(236,220,221)
#EEE1E2
(238,225,226)
#F0E6E7
(240,230,231)
#F2EBEC
(242,235,236)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BEBF; }

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

This text font color is #E0BEBF.


Background Color

.myBgColor { background-color: #E0BEBF; }

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

This div background color is #E0BEBF.


Border color

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

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

This div border color is #E0BEBF.


Opacity

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

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

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

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

This text has shadow with #E0BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BEBF on black background.


Color preview on white background

This text has color #E0BEBF on white background.



Black color preview on #E0BEBF background

This text has black color on #E0BEBF background.


White color preview on #E0BEBF background

This text has white color on #E0BEBF background.