COLOR #C9BFC6

HEX: #C9BFC6
RGB: (201,191,198)

Color info

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

RGB color model

#C9BFC6 color RGB value is (201,191,198).

  • red value is 201;
  • green value is 191;
  • blue value is 198.
RGB:
(201,191,198)
(79%,75%,78%)

RGB channels and saturation

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

201
191
198

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

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 198 = 590 (100%)
R 201 of 590 ~ 34.07%
G 191 of 590 ~ 32.37%
B 198 of 590 ~ 33.56%

%34.07
%32.37
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 1.49%
  • 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.49
%21.18

Codes

Color #C9BFC6 in popluar color models

C9BFC6
RGB201191198
HSL318°8.47%76.86%
HSB/HSV318°4.98%78.82%
CMYK0.00%4.98%1.49%
21.18%

Color #C9BFC6 in popluar number systems.

HEXC9BFC6
Decimal201191198
Binary110010011011111111000110
Octal311277306

Shades and tints

Shades of #C9BFC6

#C9BFC6
(201,191,198)
#B7AEB4
(183,174,180)
#A59DA2
(165,157,162)
#938C90
(147,140,144)
#817B7E
(129,123,126)
#6F6A6C
(111,106,108)
#5D595A
(93,89,90)
#4B4848
(75,72,72)
#393736
(57,55,54)
#272624
(39,38,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #C9BFC6

#C9BFC6
(201,191,198)
#CDC4CB
(205,196,203)
#D1C9D0
(209,201,208)
#D5CED5
(213,206,213)
#D9D3DA
(217,211,218)
#DDD8DF
(221,216,223)
#E1DDE4
(225,221,228)
#E5E2E9
(229,226,233)
#E9E7EE
(233,231,238)
#EDECF3
(237,236,243)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFC6; }

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

This text font color is #C9BFC6.


Background Color

.myBgColor { background-color: #C9BFC6; }

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

This div background color is #C9BFC6.


Border color

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

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

This div border color is #C9BFC6.


Opacity

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

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

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

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

This text has shadow with #C9BFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFC6 on black background.


Color preview on white background

This text has color #C9BFC6 on white background.



Black color preview on #C9BFC6 background

This text has black color on #C9BFC6 background.


White color preview on #C9BFC6 background

This text has white color on #C9BFC6 background.