COLOR #E3BDC7

HEX: #E3BDC7
RGB: (227,189,199)

Color info

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

RGB color model

#E3BDC7 color RGB value is (227,189,199).

  • red value is 227;
  • green value is 189;
  • blue value is 199.
RGB:
(227,189,199)
(89%,74%,78%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 199 of 255 = 78%

227
189
199

R + G + B ~ 80%. #E3BDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 199 = 615 (100%)
R 227 of 615 ~ 36.91%
G 189 of 615 ~ 30.73%
B 199 of 615 ~ 32.36%

%36.91
%30.73
%32.36

CMYK color model

#E3BDC7 color CMYK value is (0,17,12,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(0,17,12,11)
C0M17Y12K11 
(0%,17%,12%,11%)
(0.00/0.17/0.12/0.11)	

CMYK percentages

%0
%16.74
%12.33
%10.98

Codes

Color #E3BDC7 in popluar color models

E3BDC7
RGB227189199
HSL344°40.43%81.57%
HSB/HSV344°16.74%89.02%
CMYK0.00%16.74%12.33%
10.98%

Color #E3BDC7 in popluar number systems.

HEXE3BDC7
Decimal227189199
Binary111000111011110111000111
Octal343275307

Shades and tints

Shades of #E3BDC7

#E3BDC7
(227,189,199)
#CFACB5
(207,172,181)
#BB9BA3
(187,155,163)
#A78A91
(167,138,145)
#93797F
(147,121,127)
#7F686D
(127,104,109)
#6B575B
(107,87,91)
#574649
(87,70,73)
#433537
(67,53,55)
#2F2425
(47,36,37)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #E3BDC7

#E3BDC7
(227,189,199)
#E5C3CC
(229,195,204)
#E7C9D1
(231,201,209)
#E9CFD6
(233,207,214)
#EBD5DB
(235,213,219)
#EDDBE0
(237,219,224)
#EFE1E5
(239,225,229)
#F1E7EA
(241,231,234)
#F3EDEF
(243,237,239)
#F5F3F4
(245,243,244)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BDC7 color. Also use rgb(227,189,199) instead hex code.

Text Font Color

.myTextColor { color: #E3BDC7; }

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

This text font color is #E3BDC7.


Background Color

.myBgColor { background-color: #E3BDC7; }

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

This div background color is #E3BDC7.


Border color

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

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

This div border color is #E3BDC7.


Opacity

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

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

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

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

This text has shadow with #E3BDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDC7 on black background.


Color preview on white background

This text has color #E3BDC7 on white background.



Black color preview on #E3BDC7 background

This text has black color on #E3BDC7 background.


White color preview on #E3BDC7 background

This text has white color on #E3BDC7 background.