COLOR #E6B5D0

HEX: #E6B5D0 RGB: (230,181,208)

Color info

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

RGB color model

#E6B5D0 color RGB value is (230,181,208).

RGB: (230,181,208) (90%, 71%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 181 of 255 = 71%
B 208 of 255 = 82%

230
181
208

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

Portions of RGB colors in percentages

R + G + B = 230 + 181 + 208 = 619 (100%)
R 230 of 619 ~ 37.16%
G 181 of 619 ~ 29.24%
B 208 of 619 ~ 33.6'%

%37.16
%29.24
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 9.57%
  • key color value is 9.80%

CMYK: (0,21,10,10)
C0M21Y10K10 (0%, 21%, 10%, 10%)
(0.00 / 0.21 / 0.10 / 0.10)

CMYK percentages

%0
%21.3
%9.57
%9.8

Codes

Color #E6B5D0 in popluar color models

E6 B5 D0
RGB 230 181 208
HSL 327° 49.49% 80.59%
HSB/HSV 327° 21.30% 90.20%
CMYK 0.00% 21.30% 9.57%
9.80%

Color #E6B5D0 in popluar number systems.

HEX E6 B5 D0
Decimal 230 181 208
Binary 11100110 10110101 11010000
Octal 346 265 320

Shades and tints

Shades of #E6B5D0

#E6B5D0
(230,181,208)
#D2A5BE
(210,165,190)
#BE95AC
(190,149,172)
#AA859A
(170,133,154)
#967588
(150,117,136)
#826576
(130,101,118)
#6E5564
(110,85,100)
#5A4552
(90,69,82)
#463540
(70,53,64)
#32252E
(50,37,46)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #E6B5D0

#E6B5D0
(230,181,208)
#E8BBD4
(232,187,212)
#EAC1D8
(234,193,216)
#ECC7DC
(236,199,220)
#EECDE0
(238,205,224)
#F0D3E4
(240,211,228)
#F2D9E8
(242,217,232)
#F4DFEC
(244,223,236)
#F6E5F0
(246,229,240)
#F8EBF4
(248,235,244)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B5D0; }

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

This text font color is #E6B5D0.

Background Color

.myBgColor { background-color: #E6B5D0; }

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

This div background color is #E6B5D0.

Border color

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

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

This div border color is #E6B5D0.

Opacity

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

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

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

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

This text has shadow with #E6B5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B5D0.

Preview

Color preview on black background

This text has color #E6B5D0 on black background.


Color preview on white background

This text has color #E6B5D0 on white background.


Black color preview on #E6B5D0 background

This text has black color on #E6B5D0 background.


White color preview on #E6B5D0 background

This text has white color on #E6B5D0 background.


Related colors

Complementary color

Complementary color for #hex is #194A2F.


I love getcolorcode.com

Triadic colors

1 #D0E6B5 and #B5D0E6 with #E6B5D0 are triadic colors.

2 #D0B5E6 and #B5E6D0 with #E6B5D0 are triadic colors.