COLOR #B59DCD

HEX: #B59DCD
RGB: (181,157,205)

Color info

#B59DCD contains red, green and blue colors in about the same proportion. Web safe color of #B59DCD is #CC99CC (or #C9C).

RGB color model

#B59DCD color RGB value is (181,157,205).

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

RGB channels and saturation

R 181 of 255 = 71%
G 157 of 255 = 62%
B 205 of 255 = 80%

181
157
205

R + G + B ~ 71%. #B59DCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 157 + 205 = 543 (100%)
R 181 of 543 ~ 33.33%
G 157 of 543 ~ 28.91%
B 205 of 543 ~ 37.75%

%33.33
%28.91
%37.75

CMYK color model

#B59DCD color CMYK value is (12,23,0,20).

  • cyan value is 11.71%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,23,0,20)
C12M23Y0K20 
(12%,23%,0%,20%)
(0.12/0.23/0.00/0.20)	

CMYK percentages

%11.71
%23.41
%0
%19.61

Codes

Color #B59DCD in popluar color models

B59DCD
RGB181157205
HSL270°32.43%70.98%
HSB/HSV270°23.41%80.39%
CMYK11.71%23.41%0.00%
19.61%

Color #B59DCD in popluar number systems.

HEXB59DCD
Decimal181157205
Binary101101011001110111001101
Octal265235315

Shades and tints

Shades of #B59DCD

#B59DCD
(181,157,205)
#A58FBB
(165,143,187)
#9581A9
(149,129,169)
#857397
(133,115,151)
#756585
(117,101,133)
#655773
(101,87,115)
#554961
(85,73,97)
#453B4F
(69,59,79)
#352D3D
(53,45,61)
#251F2B
(37,31,43)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #B59DCD

#B59DCD
(181,157,205)
#BBA5D1
(187,165,209)
#C1ADD5
(193,173,213)
#C7B5D9
(199,181,217)
#CDBDDD
(205,189,221)
#D3C5E1
(211,197,225)
#D9CDE5
(217,205,229)
#DFD5E9
(223,213,233)
#E5DDED
(229,221,237)
#EBE5F1
(235,229,241)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59DCD; }

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

This text font color is #B59DCD.


Background Color

.myBgColor { background-color: #B59DCD; }

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

This div background color is #B59DCD.


Border color

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

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

This div border color is #B59DCD.


Opacity

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

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

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

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

This text has shadow with #B59DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59DCD on black background.


Color preview on white background

This text has color #B59DCD on white background.



Black color preview on #B59DCD background

This text has black color on #B59DCD background.


White color preview on #B59DCD background

This text has white color on #B59DCD background.