COLOR #C9BFC7

HEX: #C9BFC7 RGB: (201,191,199)

Color info

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

RGB color model

#C9BFC7 color RGB value is (201,191,199).

RGB: (201,191,199) (79%, 75%, 78%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 199 of 255 = 78%

201
191
199

R + G + B ~ 77%. #C9BFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 199 = 591 (100%)
R 201 of 591 ~ 34.01%
G 191 of 591 ~ 32.32%
B 199 of 591 ~ 33.67'%

%34.01
%32.32
%33.67

CMYK color model

#C9BFC7 color CMYK value is (0,5,1,21).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 1.00%
  • key color value is 21.18%

CMYK: (0,5,1,21)
C0M5Y1K21 (0%, 5%, 1%, 21%)
(0.00 / 0.05 / 0.01 / 0.21)

CMYK percentages

%0
%4.98
%1
%21.18

Codes

Color #C9BFC7 in popluar color models

C9 BF C7
RGB 201 191 199
HSL 312° 8.47% 76.86%
HSB/HSV 312° 4.98% 78.82%
CMYK 0.00% 4.98% 1.00%
21.18%

Color #C9BFC7 in popluar number systems.

HEX C9 BF C7
Decimal 201 191 199
Binary 11001001 10111111 11000111
Octal 311 277 307

Shades and tints

Shades of #C9BFC7

#C9BFC7
(201,191,199)
#B7AEB5
(183,174,181)
#A59DA3
(165,157,163)
#938C91
(147,140,145)
#817B7F
(129,123,127)
#6F6A6D
(111,106,109)
#5D595B
(93,89,91)
#4B4849
(75,72,73)
#393737
(57,55,55)
#272625
(39,38,37)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9BFC7

#C9BFC7
(201,191,199)
#CDC4CC
(205,196,204)
#D1C9D1
(209,201,209)
#D5CED6
(213,206,214)
#D9D3DB
(217,211,219)
#DDD8E0
(221,216,224)
#E1DDE5
(225,221,229)
#E5E2EA
(229,226,234)
#E9E7EF
(233,231,239)
#EDECF4
(237,236,244)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BFC7 color. Also use rgb(201,191,199) instead hex code.

Text Font Color

.myTextColor { color: #C9BFC7; }

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

This text font color is #C9BFC7.

Background Color

.myBgColor { background-color: #C9BFC7; }

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

This div background color is #C9BFC7.

Border color

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

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

This div border color is #C9BFC7.

Opacity

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

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

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

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

This text has shadow with #C9BFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFC7.

Preview

Color preview on black background

This text has color #C9BFC7 on black background.


Color preview on white background

This text has color #C9BFC7 on white background.


Black color preview on #C9BFC7 background

This text has black color on #C9BFC7 background.


White color preview on #C9BFC7 background

This text has white color on #C9BFC7 background.


Related colors

Complementary color

Complementary color for #hex is #364038.


I love getcolorcode.com

Triadic colors

1 #C7C9BF and #BFC7C9 with #C9BFC7 are triadic colors.

2 #C7BFC9 and #BFC9C7 with #C9BFC7 are triadic colors.