COLOR #E6B5CD

HEX: #E6B5CD
RGB: (230,181,205)

Color info

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

RGB color model

#E6B5CD color RGB value is (230,181,205).

  • red value is 230;
  • green value is 181;
  • blue value is 205.
RGB:
(230,181,205)
(90%,71%,80%)

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 205 of 255 = 80%

230
181
205

R + G + B ~ 80%. #E6B5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 181 + 205 = 616 (100%)
R 230 of 616 ~ 37.34%
G 181 of 616 ~ 29.38%
B 205 of 616 ~ 33.28%

%37.34
%29.38
%33.28

CMYK color model

#E6B5CD color CMYK value is (0,21,11,10).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(0,21,11,10)
C0M21Y11K10 
(0%,21%,11%,10%)
(0.00/0.21/0.11/0.10)	

CMYK percentages

%0
%21.3
%10.87
%9.8

Codes

Color #E6B5CD in popluar color models

E6B5CD
RGB230181205
HSL331°49.49%80.59%
HSB/HSV331°21.30%90.20%
CMYK0.00%21.30%10.87%
9.80%

Color #E6B5CD in popluar number systems.

HEXE6B5CD
Decimal230181205
Binary111001101011010111001101
Octal346265315

Shades and tints

Shades of #E6B5CD

#E6B5CD
(230,181,205)
#D2A5BB
(210,165,187)
#BE95A9
(190,149,169)
#AA8597
(170,133,151)
#967585
(150,117,133)
#826573
(130,101,115)
#6E5561
(110,85,97)
#5A454F
(90,69,79)
#46353D
(70,53,61)
#32252B
(50,37,43)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #E6B5CD

#E6B5CD
(230,181,205)
#E8BBD1
(232,187,209)
#EAC1D5
(234,193,213)
#ECC7D9
(236,199,217)
#EECDDD
(238,205,221)
#F0D3E1
(240,211,225)
#F2D9E5
(242,217,229)
#F4DFE9
(244,223,233)
#F6E5ED
(246,229,237)
#F8EBF1
(248,235,241)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B5CD color. Also use rgb(230,181,205) instead hex code.

Text Font Color

.myTextColor { color: #E6B5CD; }

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

This text font color is #E6B5CD.


Background Color

.myBgColor { background-color: #E6B5CD; }

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

This div background color is #E6B5CD.


Border color

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

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

This div border color is #E6B5CD.


Opacity

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

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

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

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

This text has shadow with #E6B5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B5CD on black background.


Color preview on white background

This text has color #E6B5CD on white background.



Black color preview on #E6B5CD background

This text has black color on #E6B5CD background.


White color preview on #E6B5CD background

This text has white color on #E6B5CD background.