COLOR #C59BD4

HEX: #C59BD4
RGB: (197,155,212)

Color info

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

RGB color model

#C59BD4 color RGB value is (197,155,212).

  • red value is 197;
  • green value is 155;
  • blue value is 212.
RGB:
(197,155,212)
(77%,61%,83%)

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 212 of 255 = 83%

197
155
212

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

Portions of RGB colors in percentages

R + G + B =
197 + 155 + 212 = 564 (100%)
R 197 of 564 ~ 34.93%
G 155 of 564 ~ 27.48%
B 212 of 564 ~ 37.59%

%34.93
%27.48
%37.59

CMYK color model

#C59BD4 color CMYK value is (7,27,0,17).

  • cyan value is 7.08%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(7,27,0,17)
C7M27Y0K17 
(7%,27%,0%,17%)
(0.07/0.27/0.00/0.17)	

CMYK percentages

%7.08
%26.89
%0
%16.86

Codes

Color #C59BD4 in popluar color models

C59BD4
RGB197155212
HSL284°39.86%71.96%
HSB/HSV284°26.89%83.14%
CMYK7.08%26.89%0.00%
16.86%

Color #C59BD4 in popluar number systems.

HEXC59BD4
Decimal197155212
Binary110001011001101111010100
Octal305233324

Shades and tints

Shades of #C59BD4

#C59BD4
(197,155,212)
#B48DC1
(180,141,193)
#A37FAE
(163,127,174)
#92719B
(146,113,155)
#816388
(129,99,136)
#705575
(112,85,117)
#5F4762
(95,71,98)
#4E394F
(78,57,79)
#3D2B3C
(61,43,60)
#2C1D29
(44,29,41)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #C59BD4

#C59BD4
(197,155,212)
#CAA4D7
(202,164,215)
#CFADDA
(207,173,218)
#D4B6DD
(212,182,221)
#D9BFE0
(217,191,224)
#DEC8E3
(222,200,227)
#E3D1E6
(227,209,230)
#E8DAE9
(232,218,233)
#EDE3EC
(237,227,236)
#F2ECEF
(242,236,239)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59BD4; }

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

This text font color is #C59BD4.


Background Color

.myBgColor { background-color: #C59BD4; }

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

This div background color is #C59BD4.


Border color

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

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

This div border color is #C59BD4.


Opacity

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

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

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

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

This text has shadow with #C59BD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59BD4 on black background.


Color preview on white background

This text has color #C59BD4 on white background.



Black color preview on #C59BD4 background

This text has black color on #C59BD4 background.


White color preview on #C59BD4 background

This text has white color on #C59BD4 background.