COLOR #C997B0

HEX: #C997B0
RGB: (201,151,176)

Color info

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

RGB color model

#C997B0 color RGB value is (201,151,176).

  • red value is 201;
  • green value is 151;
  • blue value is 176.
RGB:
(201,151,176)
(79%,59%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 176 of 255 = 69%

201
151
176

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

Portions of RGB colors in percentages

R + G + B =
201 + 151 + 176 = 528 (100%)
R 201 of 528 ~ 38.07%
G 151 of 528 ~ 28.6%
B 176 of 528 ~ 33.33%

%38.07
%28.6
%33.33

CMYK color model

#C997B0 color CMYK value is (0,25,12,21).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(0,25,12,21)
C0M25Y12K21 
(0%,25%,12%,21%)
(0.00/0.25/0.12/0.21)	

CMYK percentages

%0
%24.88
%12.44
%21.18

Codes

Color #C997B0 in popluar color models

C997B0
RGB201151176
HSL330°31.65%69.02%
HSB/HSV330°24.88%78.82%
CMYK0.00%24.88%12.44%
21.18%

Color #C997B0 in popluar number systems.

HEXC997B0
Decimal201151176
Binary110010011001011110110000
Octal311227260

Shades and tints

Shades of #C997B0

#C997B0
(201,151,176)
#B78AA0
(183,138,160)
#A57D90
(165,125,144)
#937080
(147,112,128)
#816370
(129,99,112)
#6F5660
(111,86,96)
#5D4950
(93,73,80)
#4B3C40
(75,60,64)
#392F30
(57,47,48)
#272220
(39,34,32)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #C997B0

#C997B0
(201,151,176)
#CDA0B7
(205,160,183)
#D1A9BE
(209,169,190)
#D5B2C5
(213,178,197)
#D9BBCC
(217,187,204)
#DDC4D3
(221,196,211)
#E1CDDA
(225,205,218)
#E5D6E1
(229,214,225)
#E9DFE8
(233,223,232)
#EDE8EF
(237,232,239)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C997B0 color. Also use rgb(201,151,176) instead hex code.

Text Font Color

.myTextColor { color: #C997B0; }

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

This text font color is #C997B0.


Background Color

.myBgColor { background-color: #C997B0; }

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

This div background color is #C997B0.


Border color

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

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

This div border color is #C997B0.


Opacity

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

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

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

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

This text has shadow with #C997B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C997B0 on black background.


Color preview on white background

This text has color #C997B0 on white background.



Black color preview on #C997B0 background

This text has black color on #C997B0 background.


White color preview on #C997B0 background

This text has white color on #C997B0 background.