COLOR #C597B3

HEX: #C597B3
RGB: (197,151,179)

Color info

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

RGB color model

#C597B3 color RGB value is (197,151,179).

  • red value is 197;
  • green value is 151;
  • blue value is 179.
RGB:
(197,151,179)
(77%,59%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 179 of 255 = 70%

197
151
179

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

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 179 = 527 (100%)
R 197 of 527 ~ 37.38%
G 151 of 527 ~ 28.65%
B 179 of 527 ~ 33.97%

%37.38
%28.65
%33.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(0,23,9,23)
C0M23Y9K23 
(0%,23%,9%,23%)
(0.00/0.23/0.09/0.23)	

CMYK percentages

%0
%23.35
%9.14
%22.75

Codes

Color #C597B3 in popluar color models

C597B3
RGB197151179
HSL323°28.40%68.24%
HSB/HSV323°23.35%77.25%
CMYK0.00%23.35%9.14%
22.75%

Color #C597B3 in popluar number systems.

HEXC597B3
Decimal197151179
Binary110001011001011110110011
Octal305227263

Shades and tints

Shades of #C597B3

#C597B3
(197,151,179)
#B48AA3
(180,138,163)
#A37D93
(163,125,147)
#927083
(146,112,131)
#816373
(129,99,115)
#705663
(112,86,99)
#5F4953
(95,73,83)
#4E3C43
(78,60,67)
#3D2F33
(61,47,51)
#2C2223
(44,34,35)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C597B3

#C597B3
(197,151,179)
#CAA0B9
(202,160,185)
#CFA9BF
(207,169,191)
#D4B2C5
(212,178,197)
#D9BBCB
(217,187,203)
#DEC4D1
(222,196,209)
#E3CDD7
(227,205,215)
#E8D6DD
(232,214,221)
#EDDFE3
(237,223,227)
#F2E8E9
(242,232,233)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C597B3 color. Also use rgb(197,151,179) instead hex code.

Text Font Color

.myTextColor { color: #C597B3; }

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

This text font color is #C597B3.


Background Color

.myBgColor { background-color: #C597B3; }

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

This div background color is #C597B3.


Border color

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

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

This div border color is #C597B3.


Opacity

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

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

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

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

This text has shadow with #C597B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C597B3 on black background.


Color preview on white background

This text has color #C597B3 on white background.



Black color preview on #C597B3 background

This text has black color on #C597B3 background.


White color preview on #C597B3 background

This text has white color on #C597B3 background.