COLOR #E1BEBF

HEX: #E1BEBF
RGB: (225,190,191)

Color info

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

RGB color model

#E1BEBF color RGB value is (225,190,191).

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

RGB channels and saturation

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

225
190
191

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

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 191 = 606 (100%)
R 225 of 606 ~ 37.13%
G 190 of 606 ~ 31.35%
B 191 of 606 ~ 31.52%

%37.13
%31.35
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 15.11%
  • key color value is 11.76%
CMYK:
(0,16,15,12)
C0M16Y15K12 
(0%,16%,15%,12%)
(0.00/0.16/0.15/0.12)	

CMYK percentages

%0
%15.56
%15.11
%11.76

Codes

Color #E1BEBF in popluar color models

E1BEBF
RGB225190191
HSL358°36.84%81.37%
HSB/HSV358°15.56%88.24%
CMYK0.00%15.56%15.11%
11.76%

Color #E1BEBF in popluar number systems.

HEXE1BEBF
Decimal225190191
Binary111000011011111010111111
Octal341276277

Shades and tints

Shades of #E1BEBF

#E1BEBF
(225,190,191)
#CDADAE
(205,173,174)
#B99C9D
(185,156,157)
#A58B8C
(165,139,140)
#917A7B
(145,122,123)
#7D696A
(125,105,106)
#695859
(105,88,89)
#554748
(85,71,72)
#413637
(65,54,55)
#2D2526
(45,37,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #E1BEBF

#E1BEBF
(225,190,191)
#E3C3C4
(227,195,196)
#E5C8C9
(229,200,201)
#E7CDCE
(231,205,206)
#E9D2D3
(233,210,211)
#EBD7D8
(235,215,216)
#EDDCDD
(237,220,221)
#EFE1E2
(239,225,226)
#F1E6E7
(241,230,231)
#F3EBEC
(243,235,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BEBF; }

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

This text font color is #E1BEBF.


Background Color

.myBgColor { background-color: #E1BEBF; }

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

This div background color is #E1BEBF.


Border color

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

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

This div border color is #E1BEBF.


Opacity

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

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

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

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

This text has shadow with #E1BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BEBF on black background.


Color preview on white background

This text has color #E1BEBF on white background.



Black color preview on #E1BEBF background

This text has black color on #E1BEBF background.


White color preview on #E1BEBF background

This text has white color on #E1BEBF background.