COLOR #C9CFB3

HEX: #C9CFB3
RGB: (201,207,179)

Color info

#C9CFB3 contains red, green and blue colors in about the same proportion. Web safe color of #C9CFB3 is #CCCC99 (or #CC9).

RGB color model

#C9CFB3 color RGB value is (201,207,179).

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

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 179 of 255 = 70%

201
207
179

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

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 179 = 587 (100%)
R 201 of 587 ~ 34.24%
G 207 of 587 ~ 35.26%
B 179 of 587 ~ 30.49%

%34.24
%35.26
%30.49

CMYK color model

#C9CFB3 color CMYK value is (3,0,14,19).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 18.82%
CMYK: (3,0,14,19) C3M0Y14K19 (3%,0%,14%,19%) (0.03/0.00/0.14/0.19)

CMYK percentages

%2.9
%0
%13.53
%18.82

Codes

Color #C9CFB3 in popluar color models

C9CFB3
RGB201207179
HSL73°22.58%75.69%
HSB/HSV73°13.53%81.18%
CMYK2.90%0.00%13.53%
18.82%

Color #C9CFB3 in popluar number systems.

HEXC9CFB3
Decimal201207179
Binary110010011100111110110011
Octal311317263

Shades and tints

Shades of #C9CFB3

#C9CFB3
(201,207,179)
#B7BDA3
(183,189,163)
#A5AB93
(165,171,147)
#939983
(147,153,131)
#818773
(129,135,115)
#6F7563
(111,117,99)
#5D6353
(93,99,83)
#4B5143
(75,81,67)
#393F33
(57,63,51)
#272D23
(39,45,35)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #C9CFB3

#C9CFB3
(201,207,179)
#CDD3B9
(205,211,185)
#D1D7BF
(209,215,191)
#D5DBC5
(213,219,197)
#D9DFCB
(217,223,203)
#DDE3D1
(221,227,209)
#E1E7D7
(225,231,215)
#E5EBDD
(229,235,221)
#E9EFE3
(233,239,227)
#EDF3E9
(237,243,233)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFB3; }

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

This text font color is #C9CFB3.


Background Color

.myBgColor { background-color: #C9CFB3; }

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

This div background color is #C9CFB3.


Border color

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

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

This div border color is #C9CFB3.


Opacity

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

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

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

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

This text has shadow with #C9CFB3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9CFB3 on black background.


Color preview on white background

This text has color #C9CFB3 on white background.



Black color preview on #C9CFB3 background

This text has black color on #C9CFB3 background.


White color preview on #C9CFB3 background

This text has white color on #C9CFB3 background.