COLOR #C9CCBF

HEX: #C9CCBF RGB: (201,204,191)

Color info

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

RGB color model

#C9CCBF color RGB value is (201,204,191).

RGB: (201,204,191) (79%, 80%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 191 of 255 = 75%

201
204
191

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

Portions of RGB colors in percentages

R + G + B = 201 + 204 + 191 = 596 (100%)
R 201 of 596 ~ 33.72%
G 204 of 596 ~ 34.23%
B 191 of 596 ~ 32.05'%

%33.72
%34.23
%32.05

CMYK color model

#C9CCBF color CMYK value is (1,0,6,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 20.00%

CMYK: (1,0,6,20)
C1M0Y6K20 (1%, 0%, 6%, 20%)
(0.01 / 0.00 / 0.06 / 0.20)

CMYK percentages

%1.47
%0
%6.37
%20

Codes

Color #C9CCBF in popluar color models

C9 CC BF
RGB 201 204 191
HSL 74° 11.30% 77.45%
HSB/HSV 74° 6.37% 80.00%
CMYK 1.47% 0.00% 6.37%
20.00%

Color #C9CCBF in popluar number systems.

HEX C9 CC BF
Decimal 201 204 191
Binary 11001001 11001100 10111111
Octal 311 314 277

Shades and tints

Shades of #C9CCBF

#C9CCBF
(201,204,191)
#B7BAAE
(183,186,174)
#A5A89D
(165,168,157)
#93968C
(147,150,140)
#81847B
(129,132,123)
#6F726A
(111,114,106)
#5D6059
(93,96,89)
#4B4E48
(75,78,72)
#393C37
(57,60,55)
#272A26
(39,42,38)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9CCBF

#C9CCBF
(201,204,191)
#CDD0C4
(205,208,196)
#D1D4C9
(209,212,201)
#D5D8CE
(213,216,206)
#D9DCD3
(217,220,211)
#DDE0D8
(221,224,216)
#E1E4DD
(225,228,221)
#E5E8E2
(229,232,226)
#E9ECE7
(233,236,231)
#EDF0EC
(237,240,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCBF; }

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

This text font color is #C9CCBF.

Background Color

.myBgColor { background-color: #C9CCBF; }

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

This div background color is #C9CCBF.

Border color

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

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

This div border color is #C9CCBF.

Opacity

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

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

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

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

This text has shadow with #C9CCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CCBF.

Preview

Color preview on black background

This text has color #C9CCBF on black background.


Color preview on white background

This text has color #C9CCBF on white background.


Black color preview on #C9CCBF background

This text has black color on #C9CCBF background.


White color preview on #C9CCBF background

This text has white color on #C9CCBF background.


Related colors

Complementary color

Complementary color for #hex is #363340.


I love getcolorcode.com

Triadic colors

1 #BFC9CC and #CCBFC9 with #C9CCBF are triadic colors.

2 #BFCCC9 and #CCC9BF with #C9CCBF are triadic colors.