COLOR #E7BCCD

HEX: #E7BCCD RGB: (231,188,205)

Color info

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

RGB color model

#E7BCCD color RGB value is (231,188,205).

RGB: (231,188,205) (91%, 74%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 188 of 255 = 74%
B 205 of 255 = 80%

231
188
205

R + G + B ~ 82%. #E7BCCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 188 + 205 = 624 (100%)
R 231 of 624 ~ 37.02%
G 188 of 624 ~ 30.13%
B 205 of 624 ~ 32.85'%

%37.02
%30.13
%32.85

CMYK color model

#E7BCCD color CMYK value is (0,19,11,9).

  • cyan value is 0.00%
  • magenta value is 18.61%
  • yellow value is 11.26%
  • key color value is 9.41%

CMYK: (0,19,11,9)
C0M19Y11K9 (0%, 19%, 11%, 9%)
(0.00 / 0.19 / 0.11 / 0.09)

CMYK percentages

%0
%18.61
%11.26
%9.41

Codes

Color #E7BCCD in popluar color models

E7 BC CD
RGB 231 188 205
HSL 336° 47.25% 82.16%
HSB/HSV 336° 18.61% 90.59%
CMYK 0.00% 18.61% 11.26%
9.41%

Color #E7BCCD in popluar number systems.

HEX E7 BC CD
Decimal 231 188 205
Binary 11100111 10111100 11001101
Octal 347 274 315

Shades and tints

Shades of #E7BCCD

#E7BCCD
(231,188,205)
#D2ABBB
(210,171,187)
#BD9AA9
(189,154,169)
#A88997
(168,137,151)
#937885
(147,120,133)
#7E6773
(126,103,115)
#695661
(105,86,97)
#54454F
(84,69,79)
#3F343D
(63,52,61)
#2A232B
(42,35,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #E7BCCD

#E7BCCD
(231,188,205)
#E9C2D1
(233,194,209)
#EBC8D5
(235,200,213)
#EDCED9
(237,206,217)
#EFD4DD
(239,212,221)
#F1DAE1
(241,218,225)
#F3E0E5
(243,224,229)
#F5E6E9
(245,230,233)
#F7ECED
(247,236,237)
#F9F2F1
(249,242,241)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BCCD color. Also use rgb(231,188,205) instead hex code.

Text Font Color

.myTextColor { color: #E7BCCD; }

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

This text font color is #E7BCCD.

Background Color

.myBgColor { background-color: #E7BCCD; }

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

This div background color is #E7BCCD.

Border color

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

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

This div border color is #E7BCCD.

Opacity

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

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

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

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

This text has shadow with #E7BCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BCCD.

Preview

Color preview on black background

This text has color #E7BCCD on black background.


Color preview on white background

This text has color #E7BCCD on white background.


Black color preview on #E7BCCD background

This text has black color on #E7BCCD background.


White color preview on #E7BCCD background

This text has white color on #E7BCCD background.


Related colors

Complementary color

Complementary color for #hex is #184332.


I love getcolorcode.com

Triadic colors

1 #CDE7BC and #BCCDE7 with #E7BCCD are triadic colors.

2 #CDBCE7 and #BCE7CD with #E7BCCD are triadic colors.