COLOR #C9CFBE

HEX: #C9CFBE
RGB: (201,207,190)

Color info

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

RGB color model

#C9CFBE color RGB value is (201,207,190).

  • red value is 201;
  • green value is 207;
  • blue value is 190.
RGB:
(201,207,190)
(79%,81%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 190 of 255 = 75%

201
207
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 190 = 598 (100%)
R 201 of 598 ~ 33.61%
G 207 of 598 ~ 34.62%
B 190 of 598 ~ 31.77%

%33.61
%34.62
%31.77

CMYK color model

#C9CFBE color CMYK value is (3,0,8,19).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 18.82%
CMYK:
(3,0,8,19)
C3M0Y8K19 
(3%,0%,8%,19%)
(0.03/0.00/0.08/0.19)	

CMYK percentages

%2.9
%0
%8.21
%18.82

Codes

Color #C9CFBE in popluar color models

C9CFBE
RGB201207190
HSL81°15.04%77.84%
HSB/HSV81°8.21%81.18%
CMYK2.90%0.00%8.21%
18.82%

Color #C9CFBE in popluar number systems.

HEXC9CFBE
Decimal201207190
Binary110010011100111110111110
Octal311317276

Shades and tints

Shades of #C9CFBE

#C9CFBE
(201,207,190)
#B7BDAD
(183,189,173)
#A5AB9C
(165,171,156)
#93998B
(147,153,139)
#81877A
(129,135,122)
#6F7569
(111,117,105)
#5D6358
(93,99,88)
#4B5147
(75,81,71)
#393F36
(57,63,54)
#272D25
(39,45,37)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #C9CFBE

#C9CFBE
(201,207,190)
#CDD3C3
(205,211,195)
#D1D7C8
(209,215,200)
#D5DBCD
(213,219,205)
#D9DFD2
(217,223,210)
#DDE3D7
(221,227,215)
#E1E7DC
(225,231,220)
#E5EBE1
(229,235,225)
#E9EFE6
(233,239,230)
#EDF3EB
(237,243,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CFBE color. Also use rgb(201,207,190) instead hex code.

Text Font Color

.myTextColor { color: #C9CFBE; }

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

This text font color is #C9CFBE.


Background Color

.myBgColor { background-color: #C9CFBE; }

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

This div background color is #C9CFBE.


Border color

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

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

This div border color is #C9CFBE.


Opacity

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

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

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

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

This text has shadow with #C9CFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CFBE on black background.


Color preview on white background

This text has color #C9CFBE on white background.



Black color preview on #C9CFBE background

This text has black color on #C9CFBE background.


White color preview on #C9CFBE background

This text has white color on #C9CFBE background.