COLOR #C6CD97

HEX: #C6CD97
RGB: (198,205,151)

Color info

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

RGB color model

#C6CD97 color RGB value is (198,205,151).

  • red value is 198;
  • green value is 205;
  • blue value is 151.
RGB:
(198,205,151)
(78%,80%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 151 of 255 = 59%

198
205
151

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

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 151 = 554 (100%)
R 198 of 554 ~ 35.74%
G 205 of 554 ~ 37%
B 151 of 554 ~ 27.26%

%35.74
%37
%27.26

CMYK color model

#C6CD97 color CMYK value is (3,0,26,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 19.61%
CMYK:
(3,0,26,20)
C3M0Y26K20 
(3%,0%,26%,20%)
(0.03/0.00/0.26/0.20)	

CMYK percentages

%3.41
%0
%26.34
%19.61

Codes

Color #C6CD97 in popluar color models

C6CD97
RGB198205151
HSL68°35.06%69.80%
HSB/HSV68°26.34%80.39%
CMYK3.41%0.00%26.34%
19.61%

Color #C6CD97 in popluar number systems.

HEXC6CD97
Decimal198205151
Binary110001101100110110010111
Octal306315227

Shades and tints

Shades of #C6CD97

#C6CD97
(198,205,151)
#B4BB8A
(180,187,138)
#A2A97D
(162,169,125)
#909770
(144,151,112)
#7E8563
(126,133,99)
#6C7356
(108,115,86)
#5A6149
(90,97,73)
#484F3C
(72,79,60)
#363D2F
(54,61,47)
#242B22
(36,43,34)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6CD97

#C6CD97
(198,205,151)
#CBD1A0
(203,209,160)
#D0D5A9
(208,213,169)
#D5D9B2
(213,217,178)
#DADDBB
(218,221,187)
#DFE1C4
(223,225,196)
#E4E5CD
(228,229,205)
#E9E9D6
(233,233,214)
#EEEDDF
(238,237,223)
#F3F1E8
(243,241,232)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CD97 color. Also use rgb(198,205,151) instead hex code.

Text Font Color

.myTextColor { color: #C6CD97; }

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

This text font color is #C6CD97.


Background Color

.myBgColor { background-color: #C6CD97; }

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

This div background color is #C6CD97.


Border color

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

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

This div border color is #C6CD97.


Opacity

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

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

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

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

This text has shadow with #C6CD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CD97 on black background.


Color preview on white background

This text has color #C6CD97 on white background.



Black color preview on #C6CD97 background

This text has black color on #C6CD97 background.


White color preview on #C6CD97 background

This text has white color on #C6CD97 background.