COLOR #C9B7D7

HEX: #C9B7D7 RGB: (201,183,215)

Color info

#C9B7D7 contains red, green and blue colors in about the same proportion. Web safe color of #C9B7D7 is #CCCCCC (or #CCC).

RGB color model

#C9B7D7 color RGB value is (201,183,215).

RGB: (201,183,215) (79%, 72%, 84%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 215 of 255 = 84%

201
183
215

R + G + B ~ 78%. #C9B7D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 183 + 215 = 599 (100%)
R 201 of 599 ~ 33.56%
G 183 of 599 ~ 30.55%
B 215 of 599 ~ 35.89'%

%33.56
%30.55
%35.89

CMYK color model

#C9B7D7 color CMYK value is (7,15,0,16).

  • cyan value is 6.51%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (7,15,0,16)
C7M15Y0K16 (7%, 15%, 0%, 16%)
(0.07 / 0.15 / 0.00 / 0.16)

CMYK percentages

%6.51
%14.88
%0
%15.69

Codes

Color #C9B7D7 in popluar color models

C9 B7 D7
RGB 201 183 215
HSL 274° 28.57% 78.04%
HSB/HSV 274° 14.88% 84.31%
CMYK 6.51% 14.88% 0.00%
15.69%

Color #C9B7D7 in popluar number systems.

HEX C9 B7 D7
Decimal 201 183 215
Binary 11001001 10110111 11010111
Octal 311 267 327

Shades and tints

Shades of #C9B7D7

#C9B7D7
(201,183,215)
#B7A7C4
(183,167,196)
#A597B1
(165,151,177)
#93879E
(147,135,158)
#81778B
(129,119,139)
#6F6778
(111,103,120)
#5D5765
(93,87,101)
#4B4752
(75,71,82)
#39373F
(57,55,63)
#27272C
(39,39,44)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9B7D7

#C9B7D7
(201,183,215)
#CDBDDA
(205,189,218)
#D1C3DD
(209,195,221)
#D5C9E0
(213,201,224)
#D9CFE3
(217,207,227)
#DDD5E6
(221,213,230)
#E1DBE9
(225,219,233)
#E5E1EC
(229,225,236)
#E9E7EF
(233,231,239)
#EDEDF2
(237,237,242)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B7D7 color. Also use rgb(201,183,215) instead hex code.

Text Font Color

.myTextColor { color: #C9B7D7; }

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

This text font color is #C9B7D7.

Background Color

.myBgColor { background-color: #C9B7D7; }

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

This div background color is #C9B7D7.

Border color

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

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

This div border color is #C9B7D7.

Opacity

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

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

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

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

This text has shadow with #C9B7D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B7D7.

Preview

Color preview on black background

This text has color #C9B7D7 on black background.


Color preview on white background

This text has color #C9B7D7 on white background.


Black color preview on #C9B7D7 background

This text has black color on #C9B7D7 background.


White color preview on #C9B7D7 background

This text has white color on #C9B7D7 background.


Related colors

Complementary color

Complementary color for #hex is #364828.


I love getcolorcode.com

Triadic colors

1 #D7C9B7 and #B7D7C9 with #C9B7D7 are triadic colors.

2 #D7B7C9 and #B7C9D7 with #C9B7D7 are triadic colors.