COLOR #C9C698

HEX: #C9C698
RGB: (201,198,152)

Color info

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

RGB color model

#C9C698 color RGB value is (201,198,152).

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

RGB channels and saturation

R 201 of 255 = 79%
G 198 of 255 = 78%
B 152 of 255 = 60%

201
198
152

R + G + B ~ 72%. #C9C698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 198 + 152 = 551 (100%)
R 201 of 551 ~ 36.48%
G 198 of 551 ~ 35.93%
B 152 of 551 ~ 27.59%

%36.48
%35.93
%27.59

CMYK color model

#C9C698 color CMYK value is (0,1,24,21).

  • cyan value is 0.00%
  • magenta value is 1.49%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(0,1,24,21)
C0M1Y24K21 
(0%,1%,24%,21%)
(0.00/0.01/0.24/0.21)	

CMYK percentages

%0
%1.49
%24.38
%21.18

Codes

Color #C9C698 in popluar color models

C9C698
RGB201198152
HSL56°31.21%69.22%
HSB/HSV56°24.38%78.82%
CMYK0.00%1.49%24.38%
21.18%

Color #C9C698 in popluar number systems.

HEXC9C698
Decimal201198152
Binary110010011100011010011000
Octal311306230

Shades and tints

Shades of #C9C698

#C9C698
(201,198,152)
#B7B48B
(183,180,139)
#A5A27E
(165,162,126)
#939071
(147,144,113)
#817E64
(129,126,100)
#6F6C57
(111,108,87)
#5D5A4A
(93,90,74)
#4B483D
(75,72,61)
#393630
(57,54,48)
#272423
(39,36,35)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #C9C698

#C9C698
(201,198,152)
#CDCBA1
(205,203,161)
#D1D0AA
(209,208,170)
#D5D5B3
(213,213,179)
#D9DABC
(217,218,188)
#DDDFC5
(221,223,197)
#E1E4CE
(225,228,206)
#E5E9D7
(229,233,215)
#E9EEE0
(233,238,224)
#EDF3E9
(237,243,233)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C698; }

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

This text font color is #C9C698.


Background Color

.myBgColor { background-color: #C9C698; }

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

This div background color is #C9C698.


Border color

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

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

This div border color is #C9C698.


Opacity

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

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

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

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

This text has shadow with #C9C698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C698 on black background.


Color preview on white background

This text has color #C9C698 on white background.



Black color preview on #C9C698 background

This text has black color on #C9C698 background.


White color preview on #C9C698 background

This text has white color on #C9C698 background.