COLOR #C59BD9

HEX: #C59BD9 RGB: (197,155,217)

Color info

#C59BD9 contains mainly red and blue colors. Web safe color of #C59BD9 is #CC99CC (or #C9C).

RGB color model

#C59BD9 color RGB value is (197,155,217).

RGB: (197,155,217) (77%, 61%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 217 of 255 = 85%

197
155
217

R + G + B ~ 74%. #C59BD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 155 + 217 = 569 (100%)
R 197 of 569 ~ 34.62%
G 155 of 569 ~ 27.24%
B 217 of 569 ~ 38.14'%

%34.62
%27.24
%38.14

CMYK color model

#C59BD9 color CMYK value is (9,29,0,15).

  • cyan value is 9.22%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (9,29,0,15)
C9M29Y0K15 (9%, 29%, 0%, 15%)
(0.09 / 0.29 / 0.00 / 0.15)

CMYK percentages

%9.22
%28.57
%0
%14.9

Codes

Color #C59BD9 in popluar color models

C5 9B D9
RGB 197 155 217
HSL 281° 44.93% 72.94%
HSB/HSV 281° 28.57% 85.10%
CMYK 9.22% 28.57% 0.00%
14.90%

Color #C59BD9 in popluar number systems.

HEX C5 9B D9
Decimal 197 155 217
Binary 11000101 10011011 11011001
Octal 305 233 331

Shades and tints

Shades of #C59BD9

#C59BD9
(197,155,217)
#B48DC6
(180,141,198)
#A37FB3
(163,127,179)
#9271A0
(146,113,160)
#81638D
(129,99,141)
#70557A
(112,85,122)
#5F4767
(95,71,103)
#4E3954
(78,57,84)
#3D2B41
(61,43,65)
#2C1D2E
(44,29,46)
#1B0F1B
(27,15,27)
#000000
(0,0,0)

Tints of #C59BD9

#C59BD9
(197,155,217)
#CAA4DC
(202,164,220)
#CFADDF
(207,173,223)
#D4B6E2
(212,182,226)
#D9BFE5
(217,191,229)
#DEC8E8
(222,200,232)
#E3D1EB
(227,209,235)
#E8DAEE
(232,218,238)
#EDE3F1
(237,227,241)
#F2ECF4
(242,236,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59BD9 color. Also use rgb(197,155,217) instead hex code.

Text Font Color

.myTextColor { color: #C59BD9; }

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

This text font color is #C59BD9.

Background Color

.myBgColor { background-color: #C59BD9; }

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

This div background color is #C59BD9.

Border color

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

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

This div border color is #C59BD9.

Opacity

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

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

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

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

This text has shadow with #C59BD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59BD9.

Preview

Color preview on black background

This text has color #C59BD9 on black background.


Color preview on white background

This text has color #C59BD9 on white background.


Black color preview on #C59BD9 background

This text has black color on #C59BD9 background.


White color preview on #C59BD9 background

This text has white color on #C59BD9 background.


Related colors

Complementary color

Complementary color for #hex is #3A6426.


I love getcolorcode.com

Triadic colors

1 #D9C59B and #9BD9C5 with #C59BD9 are triadic colors.

2 #D99BC5 and #9BC5D9 with #C59BD9 are triadic colors.