COLOR #E6BCDD

HEX: #E6BCDD RGB: (230,188,221)

Color info

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

RGB color model

#E6BCDD color RGB value is (230,188,221).

RGB: (230,188,221) (90%, 74%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 188 of 255 = 74%
B 221 of 255 = 87%

230
188
221

R + G + B ~ 84%. #E6BCDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 188 + 221 = 639 (100%)
R 230 of 639 ~ 35.99%
G 188 of 639 ~ 29.42%
B 221 of 639 ~ 34.59'%

%35.99
%29.42
%34.59

CMYK color model

#E6BCDD color CMYK value is (0,18,4,10).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 3.91%
  • key color value is 9.80%

CMYK: (0,18,4,10)
C0M18Y4K10 (0%, 18%, 4%, 10%)
(0.00 / 0.18 / 0.04 / 0.10)

CMYK percentages

%0
%18.26
%3.91
%9.8

Codes

Color #E6BCDD in popluar color models

E6 BC DD
RGB 230 188 221
HSL 313° 45.65% 81.96%
HSB/HSV 313° 18.26% 90.20%
CMYK 0.00% 18.26% 3.91%
9.80%

Color #E6BCDD in popluar number systems.

HEX E6 BC DD
Decimal 230 188 221
Binary 11100110 10111100 11011101
Octal 346 274 335

Shades and tints

Shades of #E6BCDD

#E6BCDD
(230,188,221)
#D2ABC9
(210,171,201)
#BE9AB5
(190,154,181)
#AA89A1
(170,137,161)
#96788D
(150,120,141)
#826779
(130,103,121)
#6E5665
(110,86,101)
#5A4551
(90,69,81)
#46343D
(70,52,61)
#322329
(50,35,41)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #E6BCDD

#E6BCDD
(230,188,221)
#E8C2E0
(232,194,224)
#EAC8E3
(234,200,227)
#ECCEE6
(236,206,230)
#EED4E9
(238,212,233)
#F0DAEC
(240,218,236)
#F2E0EF
(242,224,239)
#F4E6F2
(244,230,242)
#F6ECF5
(246,236,245)
#F8F2F8
(248,242,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BCDD color. Also use rgb(230,188,221) instead hex code.

Text Font Color

.myTextColor { color: #E6BCDD; }

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

This text font color is #E6BCDD.

Background Color

.myBgColor { background-color: #E6BCDD; }

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

This div background color is #E6BCDD.

Border color

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

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

This div border color is #E6BCDD.

Opacity

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

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

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

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

This text has shadow with #E6BCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BCDD.

Preview

Color preview on black background

This text has color #E6BCDD on black background.


Color preview on white background

This text has color #E6BCDD on white background.


Black color preview on #E6BCDD background

This text has black color on #E6BCDD background.


White color preview on #E6BCDD background

This text has white color on #E6BCDD background.


Related colors

Complementary color

Complementary color for #hex is #194322.


I love getcolorcode.com

Triadic colors

1 #DDE6BC and #BCDDE6 with #E6BCDD are triadic colors.

2 #DDBCE6 and #BCE6DD with #E6BCDD are triadic colors.