COLOR #C997BA

HEX: #C997BA RGB: (201,151,186)

Color info

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

RGB color model

#C997BA color RGB value is (201,151,186).

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

RGB channels and saturation

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

201
151
186

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

Portions of RGB colors in percentages

R + G + B = 201 + 151 + 186 = 538 (100%)
R 201 of 538 ~ 37.36%
G 151 of 538 ~ 28.07%
B 186 of 538 ~ 34.57'%

%37.36
%28.07
%34.57

CMYK color model

#C997BA color CMYK value is (0,25,7,21).

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

CMYK: (0,25,7,21)
C0M25Y7K21 (0%, 25%, 7%, 21%)
(0.00 / 0.25 / 0.07 / 0.21)

CMYK percentages

%0
%24.88
%7.46
%21.18

Codes

Color #C997BA in popluar color models

C9 97 BA
RGB 201 151 186
HSL 318° 31.65% 69.02%
HSB/HSV 318° 24.88% 78.82%
CMYK 0.00% 24.88% 7.46%
21.18%

Color #C997BA in popluar number systems.

HEX C9 97 BA
Decimal 201 151 186
Binary 11001001 10010111 10111010
Octal 311 227 272

Shades and tints

Shades of #C997BA

#C997BA
(201,151,186)
#B78AAA
(183,138,170)
#A57D9A
(165,125,154)
#93708A
(147,112,138)
#81637A
(129,99,122)
#6F566A
(111,86,106)
#5D495A
(93,73,90)
#4B3C4A
(75,60,74)
#392F3A
(57,47,58)
#27222A
(39,34,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #C997BA

#C997BA
(201,151,186)
#CDA0C0
(205,160,192)
#D1A9C6
(209,169,198)
#D5B2CC
(213,178,204)
#D9BBD2
(217,187,210)
#DDC4D8
(221,196,216)
#E1CDDE
(225,205,222)
#E5D6E4
(229,214,228)
#E9DFEA
(233,223,234)
#EDE8F0
(237,232,240)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C997BA; }

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

This text font color is #C997BA.

Background Color

.myBgColor { background-color: #C997BA; }

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

This div background color is #C997BA.

Border color

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

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

This div border color is #C997BA.

Opacity

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

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

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

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

This text has shadow with #C997BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C997BA.

Preview

Color preview on black background

This text has color #C997BA on black background.


Color preview on white background

This text has color #C997BA on white background.


Black color preview on #C997BA background

This text has black color on #C997BA background.


White color preview on #C997BA background

This text has white color on #C997BA background.


Related colors

Complementary color

Complementary color for #hex is #366845.


I love getcolorcode.com

Triadic colors

1 #BAC997 and #97BAC9 with #C997BA are triadic colors.

2 #BA97C9 and #97C9BA with #C997BA are triadic colors.