COLOR #E3BDCE

HEX: #E3BDCE RGB: (227,189,206)

Color info

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

RGB color model

#E3BDCE color RGB value is (227,189,206).

RGB: (227,189,206) (89%, 74%, 81%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 206 of 255 = 81%

227
189
206

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

Portions of RGB colors in percentages

R + G + B = 227 + 189 + 206 = 622 (100%)
R 227 of 622 ~ 36.5%
G 189 of 622 ~ 30.39%
B 206 of 622 ~ 33.12'%

%36.5
%30.39
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 9.25%
  • key color value is 10.98%

CMYK: (0,17,9,11)
C0M17Y9K11 (0%, 17%, 9%, 11%)
(0.00 / 0.17 / 0.09 / 0.11)

CMYK percentages

%0
%16.74
%9.25
%10.98

Codes

Color #E3BDCE in popluar color models

E3 BD CE
RGB 227 189 206
HSL 333° 40.43% 81.57%
HSB/HSV 333° 16.74% 89.02%
CMYK 0.00% 16.74% 9.25%
10.98%

Color #E3BDCE in popluar number systems.

HEX E3 BD CE
Decimal 227 189 206
Binary 11100011 10111101 11001110
Octal 343 275 316

Shades and tints

Shades of #E3BDCE

#E3BDCE
(227,189,206)
#CFACBC
(207,172,188)
#BB9BAA
(187,155,170)
#A78A98
(167,138,152)
#937986
(147,121,134)
#7F6874
(127,104,116)
#6B5762
(107,87,98)
#574650
(87,70,80)
#43353E
(67,53,62)
#2F242C
(47,36,44)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #E3BDCE

#E3BDCE
(227,189,206)
#E5C3D2
(229,195,210)
#E7C9D6
(231,201,214)
#E9CFDA
(233,207,218)
#EBD5DE
(235,213,222)
#EDDBE2
(237,219,226)
#EFE1E6
(239,225,230)
#F1E7EA
(241,231,234)
#F3EDEE
(243,237,238)
#F5F3F2
(245,243,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BDCE; }

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

This text font color is #E3BDCE.

Background Color

.myBgColor { background-color: #E3BDCE; }

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

This div background color is #E3BDCE.

Border color

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

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

This div border color is #E3BDCE.

Opacity

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

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

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

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

This text has shadow with #E3BDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BDCE.

Preview

Color preview on black background

This text has color #E3BDCE on black background.


Color preview on white background

This text has color #E3BDCE on white background.


Black color preview on #E3BDCE background

This text has black color on #E3BDCE background.


White color preview on #E3BDCE background

This text has white color on #E3BDCE background.


Related colors

Complementary color

Complementary color for #hex is #1C4231.


I love getcolorcode.com

Triadic colors

1 #CEE3BD and #BDCEE3 with #E3BDCE are triadic colors.

2 #CEBDE3 and #BDE3CE with #E3BDCE are triadic colors.