COLOR #E1BDC2

HEX: #E1BDC2
RGB: (225,189,194)

Color info

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

RGB color model

#E1BDC2 color RGB value is (225,189,194).

  • red value is 225;
  • green value is 189;
  • blue value is 194.
RGB:
(225,189,194)
(88%,74%,76%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 194 of 255 = 76%

225
189
194

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

Portions of RGB colors in percentages

R + G + B =
225 + 189 + 194 = 608 (100%)
R 225 of 608 ~ 37.01%
G 189 of 608 ~ 31.09%
B 194 of 608 ~ 31.91%

%37.01
%31.09
%31.91

CMYK color model

#E1BDC2 color CMYK value is (0,16,14,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 13.78%
  • key color value is 11.76%
CMYK:
(0,16,14,12)
C0M16Y14K12 
(0%,16%,14%,12%)
(0.00/0.16/0.14/0.12)	

CMYK percentages

%0
%16
%13.78
%11.76

Codes

Color #E1BDC2 in popluar color models

E1BDC2
RGB225189194
HSL352°37.50%81.18%
HSB/HSV352°16.00%88.24%
CMYK0.00%16.00%13.78%
11.76%

Color #E1BDC2 in popluar number systems.

HEXE1BDC2
Decimal225189194
Binary111000011011110111000010
Octal341275302

Shades and tints

Shades of #E1BDC2

#E1BDC2
(225,189,194)
#CDACB1
(205,172,177)
#B99BA0
(185,155,160)
#A58A8F
(165,138,143)
#91797E
(145,121,126)
#7D686D
(125,104,109)
#69575C
(105,87,92)
#55464B
(85,70,75)
#41353A
(65,53,58)
#2D2429
(45,36,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E1BDC2

#E1BDC2
(225,189,194)
#E3C3C7
(227,195,199)
#E5C9CC
(229,201,204)
#E7CFD1
(231,207,209)
#E9D5D6
(233,213,214)
#EBDBDB
(235,219,219)
#EDE1E0
(237,225,224)
#EFE7E5
(239,231,229)
#F1EDEA
(241,237,234)
#F3F3EF
(243,243,239)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BDC2 color. Also use rgb(225,189,194) instead hex code.

Text Font Color

.myTextColor { color: #E1BDC2; }

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

This text font color is #E1BDC2.


Background Color

.myBgColor { background-color: #E1BDC2; }

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

This div background color is #E1BDC2.


Border color

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

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

This div border color is #E1BDC2.


Opacity

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

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

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

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

This text has shadow with #E1BDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BDC2 on black background.


Color preview on white background

This text has color #E1BDC2 on white background.



Black color preview on #E1BDC2 background

This text has black color on #E1BDC2 background.


White color preview on #E1BDC2 background

This text has white color on #E1BDC2 background.