COLOR #C9BDB7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
189
183

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

Portions of RGB colors in percentages

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

%35.08
%32.98
%31.94

CMYK color model

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

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

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

CMYK percentages

%0
%5.97
%8.96
%21.18

Codes

Color #C9BDB7 in popluar color models

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

Color #C9BDB7 in popluar number systems.

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

Shades and tints

Shades of #C9BDB7

#C9BDB7
(201,189,183)
#B7ACA7
(183,172,167)
#A59B97
(165,155,151)
#938A87
(147,138,135)
#817977
(129,121,119)
#6F6867
(111,104,103)
#5D5757
(93,87,87)
#4B4647
(75,70,71)
#393537
(57,53,55)
#272427
(39,36,39)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #C9BDB7

#C9BDB7
(201,189,183)
#CDC3BD
(205,195,189)
#D1C9C3
(209,201,195)
#D5CFC9
(213,207,201)
#D9D5CF
(217,213,207)
#DDDBD5
(221,219,213)
#E1E1DB
(225,225,219)
#E5E7E1
(229,231,225)
#E9EDE7
(233,237,231)
#EDF3ED
(237,243,237)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BDB7; }

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

This text font color is #C9BDB7.

Background Color

.myBgColor { background-color: #C9BDB7; }

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

This div background color is #C9BDB7.

Border color

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

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

This div border color is #C9BDB7.

Opacity

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

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

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

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

This text has shadow with #C9BDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BDB7.

Preview

Color preview on black background

This text has color #C9BDB7 on black background.


Color preview on white background

This text has color #C9BDB7 on white background.


Black color preview on #C9BDB7 background

This text has black color on #C9BDB7 background.


White color preview on #C9BDB7 background

This text has white color on #C9BDB7 background.


Related colors

Complementary color

Complementary color for #hex is #364248.


I love getcolorcode.com

Triadic colors

1 #B7C9BD and #BDB7C9 with #C9BDB7 are triadic colors.

2 #B7BDC9 and #BDC9B7 with #C9BDB7 are triadic colors.