COLOR #C59DB4

HEX: #C59DB4 RGB: (197,157,180)

Color info

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

RGB color model

#C59DB4 color RGB value is (197,157,180).

RGB: (197,157,180) (77%, 62%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 180 of 255 = 71%

197
157
180

R + G + B ~ 70%. #C59DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 157 + 180 = 534 (100%)
R 197 of 534 ~ 36.89%
G 157 of 534 ~ 29.4%
B 180 of 534 ~ 33.71'%

%36.89
%29.4
%33.71

CMYK color model

#C59DB4 color CMYK value is (0,20,9,23).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 8.63%
  • key color value is 22.75%

CMYK: (0,20,9,23)
C0M20Y9K23 (0%, 20%, 9%, 23%)
(0.00 / 0.20 / 0.09 / 0.23)

CMYK percentages

%0
%20.3
%8.63
%22.75

Codes

Color #C59DB4 in popluar color models

C5 9D B4
RGB 197 157 180
HSL 326° 25.64% 69.41%
HSB/HSV 326° 20.30% 77.25%
CMYK 0.00% 20.30% 8.63%
22.75%

Color #C59DB4 in popluar number systems.

HEX C5 9D B4
Decimal 197 157 180
Binary 11000101 10011101 10110100
Octal 305 235 264

Shades and tints

Shades of #C59DB4

#C59DB4
(197,157,180)
#B48FA4
(180,143,164)
#A38194
(163,129,148)
#927384
(146,115,132)
#816574
(129,101,116)
#705764
(112,87,100)
#5F4954
(95,73,84)
#4E3B44
(78,59,68)
#3D2D34
(61,45,52)
#2C1F24
(44,31,36)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #C59DB4

#C59DB4
(197,157,180)
#CAA5BA
(202,165,186)
#CFADC0
(207,173,192)
#D4B5C6
(212,181,198)
#D9BDCC
(217,189,204)
#DEC5D2
(222,197,210)
#E3CDD8
(227,205,216)
#E8D5DE
(232,213,222)
#EDDDE4
(237,221,228)
#F2E5EA
(242,229,234)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DB4 color. Also use rgb(197,157,180) instead hex code.

Text Font Color

.myTextColor { color: #C59DB4; }

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

This text font color is #C59DB4.

Background Color

.myBgColor { background-color: #C59DB4; }

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

This div background color is #C59DB4.

Border color

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

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

This div border color is #C59DB4.

Opacity

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

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

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

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

This text has shadow with #C59DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59DB4.

Preview

Color preview on black background

This text has color #C59DB4 on black background.


Color preview on white background

This text has color #C59DB4 on white background.


Black color preview on #C59DB4 background

This text has black color on #C59DB4 background.


White color preview on #C59DB4 background

This text has white color on #C59DB4 background.


Related colors

Complementary color

Complementary color for #hex is #3A624B.


I love getcolorcode.com

Triadic colors

1 #B4C59D and #9DB4C5 with #C59DB4 are triadic colors.

2 #B49DC5 and #9DC5B4 with #C59DB4 are triadic colors.