COLOR #C599B7

HEX: #C599B7
RGB: (197,153,183)

Color info

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

RGB color model

#C599B7 color RGB value is (197,153,183).

  • red value is 197;
  • green value is 153;
  • blue value is 183.
RGB:
(197,153,183)
(77%,60%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 153 of 255 = 60%
B 183 of 255 = 72%

197
153
183

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

Portions of RGB colors in percentages

R + G + B =
197 + 153 + 183 = 533 (100%)
R 197 of 533 ~ 36.96%
G 153 of 533 ~ 28.71%
B 183 of 533 ~ 34.33%

%36.96
%28.71
%34.33

CMYK color model

#C599B7 color CMYK value is (0,22,7,23).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,22,7,23)
C0M22Y7K23 
(0%,22%,7%,23%)
(0.00/0.22/0.07/0.23)	

CMYK percentages

%0
%22.34
%7.11
%22.75

Codes

Color #C599B7 in popluar color models

C599B7
RGB197153183
HSL319°27.50%68.63%
HSB/HSV319°22.34%77.25%
CMYK0.00%22.34%7.11%
22.75%

Color #C599B7 in popluar number systems.

HEXC599B7
Decimal197153183
Binary110001011001100110110111
Octal305231267

Shades and tints

Shades of #C599B7

#C599B7
(197,153,183)
#B48CA7
(180,140,167)
#A37F97
(163,127,151)
#927287
(146,114,135)
#816577
(129,101,119)
#705867
(112,88,103)
#5F4B57
(95,75,87)
#4E3E47
(78,62,71)
#3D3137
(61,49,55)
#2C2427
(44,36,39)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C599B7

#C599B7
(197,153,183)
#CAA2BD
(202,162,189)
#CFABC3
(207,171,195)
#D4B4C9
(212,180,201)
#D9BDCF
(217,189,207)
#DEC6D5
(222,198,213)
#E3CFDB
(227,207,219)
#E8D8E1
(232,216,225)
#EDE1E7
(237,225,231)
#F2EAED
(242,234,237)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C599B7 color. Also use rgb(197,153,183) instead hex code.

Text Font Color

.myTextColor { color: #C599B7; }

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

This text font color is #C599B7.


Background Color

.myBgColor { background-color: #C599B7; }

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

This div background color is #C599B7.


Border color

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

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

This div border color is #C599B7.


Opacity

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

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

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

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

This text has shadow with #C599B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C599B7 on black background.


Color preview on white background

This text has color #C599B7 on white background.



Black color preview on #C599B7 background

This text has black color on #C599B7 background.


White color preview on #C599B7 background

This text has white color on #C599B7 background.