COLOR #C997B9

HEX: #C997B9 RGB: (201,151,185)

Color info

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

RGB color model

#C997B9 color RGB value is (201,151,185).

RGB: (201,151,185) (79%, 59%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 185 of 255 = 73%

201
151
185

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

Portions of RGB colors in percentages

R + G + B = 201 + 151 + 185 = 537 (100%)
R 201 of 537 ~ 37.43%
G 151 of 537 ~ 28.12%
B 185 of 537 ~ 34.45'%

%37.43
%28.12
%34.45

CMYK color model

#C997B9 color CMYK value is (0,25,8,21).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 7.96%
  • key color value is 21.18%

CMYK: (0,25,8,21)
C0M25Y8K21 (0%, 25%, 8%, 21%)
(0.00 / 0.25 / 0.08 / 0.21)

CMYK percentages

%0
%24.88
%7.96
%21.18

Codes

Color #C997B9 in popluar color models

C9 97 B9
RGB 201 151 185
HSL 319° 31.65% 69.02%
HSB/HSV 319° 24.88% 78.82%
CMYK 0.00% 24.88% 7.96%
21.18%

Color #C997B9 in popluar number systems.

HEX C9 97 B9
Decimal 201 151 185
Binary 11001001 10010111 10111001
Octal 311 227 271

Shades and tints

Shades of #C997B9

#C997B9
(201,151,185)
#B78AA9
(183,138,169)
#A57D99
(165,125,153)
#937089
(147,112,137)
#816379
(129,99,121)
#6F5669
(111,86,105)
#5D4959
(93,73,89)
#4B3C49
(75,60,73)
#392F39
(57,47,57)
#272229
(39,34,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #C997B9

#C997B9
(201,151,185)
#CDA0BF
(205,160,191)
#D1A9C5
(209,169,197)
#D5B2CB
(213,178,203)
#D9BBD1
(217,187,209)
#DDC4D7
(221,196,215)
#E1CDDD
(225,205,221)
#E5D6E3
(229,214,227)
#E9DFE9
(233,223,233)
#EDE8EF
(237,232,239)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C997B9; }

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

This text font color is #C997B9.

Background Color

.myBgColor { background-color: #C997B9; }

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

This div background color is #C997B9.

Border color

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

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

This div border color is #C997B9.

Opacity

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

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

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

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

This text has shadow with #C997B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C997B9.

Preview

Color preview on black background

This text has color #C997B9 on black background.


Color preview on white background

This text has color #C997B9 on white background.


Black color preview on #C997B9 background

This text has black color on #C997B9 background.


White color preview on #C997B9 background

This text has white color on #C997B9 background.


Related colors

Complementary color

Complementary color for #hex is #366846.


I love getcolorcode.com

Triadic colors

1 #B9C997 and #97B9C9 with #C997B9 are triadic colors.

2 #B997C9 and #97C9B9 with #C997B9 are triadic colors.