COLOR #C59BB2

HEX: #C59BB2
RGB: (197,155,178)

Color info

#C59BB2 contains red, green and blue colors in about the same proportion. Web safe color of #C59BB2 is #CC9999 (or #C99).

RGB color model

#C59BB2 color RGB value is (197,155,178).

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

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 178 of 255 = 70%

197
155
178

R + G + B ~ 69%. #C59BB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 155 + 178 = 530 (100%)
R 197 of 530 ~ 37.17%
G 155 of 530 ~ 29.25%
B 178 of 530 ~ 33.58%

%37.17
%29.25
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 9.64%
  • key color value is 22.75%
CMYK:
(0,21,10,23)
C0M21Y10K23 
(0%,21%,10%,23%)
(0.00/0.21/0.10/0.23)	

CMYK percentages

%0
%21.32
%9.64
%22.75

Codes

Color #C59BB2 in popluar color models

C59BB2
RGB197155178
HSL327°26.58%69.02%
HSB/HSV327°21.32%77.25%
CMYK0.00%21.32%9.64%
22.75%

Color #C59BB2 in popluar number systems.

HEXC59BB2
Decimal197155178
Binary110001011001101110110010
Octal305233262

Shades and tints

Shades of #C59BB2

#C59BB2
(197,155,178)
#B48DA2
(180,141,162)
#A37F92
(163,127,146)
#927182
(146,113,130)
#816372
(129,99,114)
#705562
(112,85,98)
#5F4752
(95,71,82)
#4E3942
(78,57,66)
#3D2B32
(61,43,50)
#2C1D22
(44,29,34)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #C59BB2

#C59BB2
(197,155,178)
#CAA4B9
(202,164,185)
#CFADC0
(207,173,192)
#D4B6C7
(212,182,199)
#D9BFCE
(217,191,206)
#DEC8D5
(222,200,213)
#E3D1DC
(227,209,220)
#E8DAE3
(232,218,227)
#EDE3EA
(237,227,234)
#F2ECF1
(242,236,241)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59BB2; }

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

This text font color is #C59BB2.


Background Color

.myBgColor { background-color: #C59BB2; }

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

This div background color is #C59BB2.


Border color

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

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

This div border color is #C59BB2.


Opacity

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

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

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

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

This text has shadow with #C59BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59BB2 on black background.


Color preview on white background

This text has color #C59BB2 on white background.



Black color preview on #C59BB2 background

This text has black color on #C59BB2 background.


White color preview on #C59BB2 background

This text has white color on #C59BB2 background.