COLOR #E1BFCC

HEX: #E1BFCC
RGB: (225,191,204)

Color info

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

RGB color model

#E1BFCC color RGB value is (225,191,204).

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

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 204 of 255 = 80%

225
191
204

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

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 204 = 620 (100%)
R 225 of 620 ~ 36.29%
G 191 of 620 ~ 30.81%
B 204 of 620 ~ 32.9%

%36.29
%30.81
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(0,15,9,12)
C0M15Y9K12 
(0%,15%,9%,12%)
(0.00/0.15/0.09/0.12)	

CMYK percentages

%0
%15.11
%9.33
%11.76

Codes

Color #E1BFCC in popluar color models

E1BFCC
RGB225191204
HSL337°36.17%81.57%
HSB/HSV337°15.11%88.24%
CMYK0.00%15.11%9.33%
11.76%

Color #E1BFCC in popluar number systems.

HEXE1BFCC
Decimal225191204
Binary111000011011111111001100
Octal341277314

Shades and tints

Shades of #E1BFCC

#E1BFCC
(225,191,204)
#CDAEBA
(205,174,186)
#B99DA8
(185,157,168)
#A58C96
(165,140,150)
#917B84
(145,123,132)
#7D6A72
(125,106,114)
#695960
(105,89,96)
#55484E
(85,72,78)
#41373C
(65,55,60)
#2D262A
(45,38,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #E1BFCC

#E1BFCC
(225,191,204)
#E3C4D0
(227,196,208)
#E5C9D4
(229,201,212)
#E7CED8
(231,206,216)
#E9D3DC
(233,211,220)
#EBD8E0
(235,216,224)
#EDDDE4
(237,221,228)
#EFE2E8
(239,226,232)
#F1E7EC
(241,231,236)
#F3ECF0
(243,236,240)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BFCC; }

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

This text font color is #E1BFCC.


Background Color

.myBgColor { background-color: #E1BFCC; }

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

This div background color is #E1BFCC.


Border color

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

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

This div border color is #E1BFCC.


Opacity

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

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

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

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

This text has shadow with #E1BFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BFCC on black background.


Color preview on white background

This text has color #E1BFCC on white background.



Black color preview on #E1BFCC background

This text has black color on #E1BFCC background.


White color preview on #E1BFCC background

This text has white color on #E1BFCC background.