COLOR #E3BDCA

HEX: #E3BDCA
RGB: (227,189,202)

Color info

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

RGB color model

#E3BDCA color RGB value is (227,189,202).

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

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 202 of 255 = 79%

227
189
202

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 202 = 618 (100%)
R 227 of 618 ~ 36.73%
G 189 of 618 ~ 30.58%
B 202 of 618 ~ 32.69%

%36.73
%30.58
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK:
(0,17,11,11)
C0M17Y11K11 
(0%,17%,11%,11%)
(0.00/0.17/0.11/0.11)	

CMYK percentages

%0
%16.74
%11.01
%10.98

Codes

Color #E3BDCA in popluar color models

E3BDCA
RGB227189202
HSL339°40.43%81.57%
HSB/HSV339°16.74%89.02%
CMYK0.00%16.74%11.01%
10.98%

Color #E3BDCA in popluar number systems.

HEXE3BDCA
Decimal227189202
Binary111000111011110111001010
Octal343275312

Shades and tints

Shades of #E3BDCA

#E3BDCA
(227,189,202)
#CFACB8
(207,172,184)
#BB9BA6
(187,155,166)
#A78A94
(167,138,148)
#937982
(147,121,130)
#7F6870
(127,104,112)
#6B575E
(107,87,94)
#57464C
(87,70,76)
#43353A
(67,53,58)
#2F2428
(47,36,40)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #E3BDCA

#E3BDCA
(227,189,202)
#E5C3CE
(229,195,206)
#E7C9D2
(231,201,210)
#E9CFD6
(233,207,214)
#EBD5DA
(235,213,218)
#EDDBDE
(237,219,222)
#EFE1E2
(239,225,226)
#F1E7E6
(241,231,230)
#F3EDEA
(243,237,234)
#F5F3EE
(245,243,238)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDCA; }

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

This text font color is #E3BDCA.


Background Color

.myBgColor { background-color: #E3BDCA; }

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

This div background color is #E3BDCA.


Border color

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

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

This div border color is #E3BDCA.


Opacity

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

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

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

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

This text has shadow with #E3BDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDCA on black background.


Color preview on white background

This text has color #E3BDCA on white background.



Black color preview on #E3BDCA background

This text has black color on #E3BDCA background.


White color preview on #E3BDCA background

This text has white color on #E3BDCA background.