COLOR #C997D0

HEX: #C997D0 RGB: (201,151,208)

Color info

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

RGB color model

#C997D0 color RGB value is (201,151,208).

RGB: (201,151,208) (79%, 59%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 208 of 255 = 82%

201
151
208

R + G + B ~ 73%. #C997D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 151 + 208 = 560 (100%)
R 201 of 560 ~ 35.89%
G 151 of 560 ~ 26.96%
B 208 of 560 ~ 37.14'%

%35.89
%26.96
%37.14

CMYK color model

#C997D0 color CMYK value is (3,27,0,18).

  • cyan value is 3.37%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (3,27,0,18)
C3M27Y0K18 (3%, 27%, 0%, 18%)
(0.03 / 0.27 / 0.00 / 0.18)

CMYK percentages

%3.37
%27.4
%0
%18.43

Codes

Color #C997D0 in popluar color models

C9 97 D0
RGB 201 151 208
HSL 293° 37.75% 70.39%
HSB/HSV 293° 27.40% 81.57%
CMYK 3.37% 27.40% 0.00%
18.43%

Color #C997D0 in popluar number systems.

HEX C9 97 D0
Decimal 201 151 208
Binary 11001001 10010111 11010000
Octal 311 227 320

Shades and tints

Shades of #C997D0

#C997D0
(201,151,208)
#B78ABE
(183,138,190)
#A57DAC
(165,125,172)
#93709A
(147,112,154)
#816388
(129,99,136)
#6F5676
(111,86,118)
#5D4964
(93,73,100)
#4B3C52
(75,60,82)
#392F40
(57,47,64)
#27222E
(39,34,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #C997D0

#C997D0
(201,151,208)
#CDA0D4
(205,160,212)
#D1A9D8
(209,169,216)
#D5B2DC
(213,178,220)
#D9BBE0
(217,187,224)
#DDC4E4
(221,196,228)
#E1CDE8
(225,205,232)
#E5D6EC
(229,214,236)
#E9DFF0
(233,223,240)
#EDE8F4
(237,232,244)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C997D0; }

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

This text font color is #C997D0.

Background Color

.myBgColor { background-color: #C997D0; }

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

This div background color is #C997D0.

Border color

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

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

This div border color is #C997D0.

Opacity

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

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

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

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

This text has shadow with #C997D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C997D0.

Preview

Color preview on black background

This text has color #C997D0 on black background.


Color preview on white background

This text has color #C997D0 on white background.


Black color preview on #C997D0 background

This text has black color on #C997D0 background.


White color preview on #C997D0 background

This text has white color on #C997D0 background.


Related colors

Complementary color

Complementary color for #hex is #36682F.


I love getcolorcode.com

Triadic colors

1 #D0C997 and #97D0C9 with #C997D0 are triadic colors.

2 #D097C9 and #97C9D0 with #C997D0 are triadic colors.