COLOR #E7B7CE

HEX: #E7B7CE RGB: (231,183,206)

Color info

#E7B7CE contains red, green and blue colors in about the same proportion. Web safe color of #E7B7CE is #FFCCCC (or #FCC).

RGB color model

#E7B7CE color RGB value is (231,183,206).

RGB: (231,183,206) (91%, 72%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 183 of 255 = 72%
B 206 of 255 = 81%

231
183
206

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

Portions of RGB colors in percentages

R + G + B = 231 + 183 + 206 = 620 (100%)
R 231 of 620 ~ 37.26%
G 183 of 620 ~ 29.52%
B 206 of 620 ~ 33.23'%

%37.26
%29.52
%33.23

CMYK color model

#E7B7CE color CMYK value is (0,21,11,9).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 10.82%
  • key color value is 9.41%

CMYK: (0,21,11,9)
C0M21Y11K9 (0%, 21%, 11%, 9%)
(0.00 / 0.21 / 0.11 / 0.09)

CMYK percentages

%0
%20.78
%10.82
%9.41

Codes

Color #E7B7CE in popluar color models

E7 B7 CE
RGB 231 183 206
HSL 331° 50.00% 81.18%
HSB/HSV 331° 20.78% 90.59%
CMYK 0.00% 20.78% 10.82%
9.41%

Color #E7B7CE in popluar number systems.

HEX E7 B7 CE
Decimal 231 183 206
Binary 11100111 10110111 11001110
Octal 347 267 316

Shades and tints

Shades of #E7B7CE

#E7B7CE
(231,183,206)
#D2A7BC
(210,167,188)
#BD97AA
(189,151,170)
#A88798
(168,135,152)
#937786
(147,119,134)
#7E6774
(126,103,116)
#695762
(105,87,98)
#544750
(84,71,80)
#3F373E
(63,55,62)
#2A272C
(42,39,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #E7B7CE

#E7B7CE
(231,183,206)
#E9BDD2
(233,189,210)
#EBC3D6
(235,195,214)
#EDC9DA
(237,201,218)
#EFCFDE
(239,207,222)
#F1D5E2
(241,213,226)
#F3DBE6
(243,219,230)
#F5E1EA
(245,225,234)
#F7E7EE
(247,231,238)
#F9EDF2
(249,237,242)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B7CE color. Also use rgb(231,183,206) instead hex code.

Text Font Color

.myTextColor { color: #E7B7CE; }

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

This text font color is #E7B7CE.

Background Color

.myBgColor { background-color: #E7B7CE; }

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

This div background color is #E7B7CE.

Border color

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

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

This div border color is #E7B7CE.

Opacity

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

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

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

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

This text has shadow with #E7B7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B7CE.

Preview

Color preview on black background

This text has color #E7B7CE on black background.


Color preview on white background

This text has color #E7B7CE on white background.


Black color preview on #E7B7CE background

This text has black color on #E7B7CE background.


White color preview on #E7B7CE background

This text has white color on #E7B7CE background.


Related colors

Complementary color

Complementary color for #hex is #184831.


I love getcolorcode.com

Triadic colors

1 #CEE7B7 and #B7CEE7 with #E7B7CE are triadic colors.

2 #CEB7E7 and #B7E7CE with #E7B7CE are triadic colors.