COLOR #C9B7BD

HEX: #C9B7BD RGB: (201,183,189)

Color info

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

RGB color model

#C9B7BD color RGB value is (201,183,189).

RGB: (201,183,189) (79%, 72%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 189 of 255 = 74%

201
183
189

R + G + B ~ 75%. #C9B7BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 183 + 189 = 573 (100%)
R 201 of 573 ~ 35.08%
G 183 of 573 ~ 31.94%
B 189 of 573 ~ 32.98'%

%35.08
%31.94
%32.98

CMYK color model

#C9B7BD color CMYK value is (0,9,6,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 5.97%
  • key color value is 21.18%

CMYK: (0,9,6,21)
C0M9Y6K21 (0%, 9%, 6%, 21%)
(0.00 / 0.09 / 0.06 / 0.21)

CMYK percentages

%0
%8.96
%5.97
%21.18

Codes

Color #C9B7BD in popluar color models

C9 B7 BD
RGB 201 183 189
HSL 340° 14.29% 75.29%
HSB/HSV 340° 8.96% 78.82%
CMYK 0.00% 8.96% 5.97%
21.18%

Color #C9B7BD in popluar number systems.

HEX C9 B7 BD
Decimal 201 183 189
Binary 11001001 10110111 10111101
Octal 311 267 275

Shades and tints

Shades of #C9B7BD

#C9B7BD
(201,183,189)
#B7A7AC
(183,167,172)
#A5979B
(165,151,155)
#93878A
(147,135,138)
#817779
(129,119,121)
#6F6768
(111,103,104)
#5D5757
(93,87,87)
#4B4746
(75,71,70)
#393735
(57,55,53)
#272724
(39,39,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #C9B7BD

#C9B7BD
(201,183,189)
#CDBDC3
(205,189,195)
#D1C3C9
(209,195,201)
#D5C9CF
(213,201,207)
#D9CFD5
(217,207,213)
#DDD5DB
(221,213,219)
#E1DBE1
(225,219,225)
#E5E1E7
(229,225,231)
#E9E7ED
(233,231,237)
#EDEDF3
(237,237,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B7BD; }

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

This text font color is #C9B7BD.

Background Color

.myBgColor { background-color: #C9B7BD; }

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

This div background color is #C9B7BD.

Border color

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

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

This div border color is #C9B7BD.

Opacity

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

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

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

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

This text has shadow with #C9B7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B7BD.

Preview

Color preview on black background

This text has color #C9B7BD on black background.


Color preview on white background

This text has color #C9B7BD on white background.


Black color preview on #C9B7BD background

This text has black color on #C9B7BD background.


White color preview on #C9B7BD background

This text has white color on #C9B7BD background.


Related colors

Complementary color

Complementary color for #hex is #364842.


I love getcolorcode.com

Triadic colors

1 #BDC9B7 and #B7BDC9 with #C9B7BD are triadic colors.

2 #BDB7C9 and #B7C9BD with #C9B7BD are triadic colors.