COLOR #C6CF9D

HEX: #C6CF9D
RGB: (198,207,157)

Color info

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

RGB color model

#C6CF9D color RGB value is (198,207,157).

  • red value is 198;
  • green value is 207;
  • blue value is 157.
RGB:
(198,207,157)
(78%,81%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 157 of 255 = 62%

198
207
157

R + G + B ~ 74%. #C6CF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 157 = 562 (100%)
R 198 of 562 ~ 35.23%
G 207 of 562 ~ 36.83%
B 157 of 562 ~ 27.94%

%35.23
%36.83
%27.94

CMYK color model

#C6CF9D color CMYK value is (4,0,24,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 24.15%
  • key color value is 18.82%
CMYK:
(4,0,24,19)
C4M0Y24K19 
(4%,0%,24%,19%)
(0.04/0.00/0.24/0.19)	

CMYK percentages

%4.35
%0
%24.15
%18.82

Codes

Color #C6CF9D in popluar color models

C6CF9D
RGB198207157
HSL71°34.25%71.37%
HSB/HSV71°24.15%81.18%
CMYK4.35%0.00%24.15%
18.82%

Color #C6CF9D in popluar number systems.

HEXC6CF9D
Decimal198207157
Binary110001101100111110011101
Octal306317235

Shades and tints

Shades of #C6CF9D

#C6CF9D
(198,207,157)
#B4BD8F
(180,189,143)
#A2AB81
(162,171,129)
#909973
(144,153,115)
#7E8765
(126,135,101)
#6C7557
(108,117,87)
#5A6349
(90,99,73)
#48513B
(72,81,59)
#363F2D
(54,63,45)
#242D1F
(36,45,31)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #C6CF9D

#C6CF9D
(198,207,157)
#CBD3A5
(203,211,165)
#D0D7AD
(208,215,173)
#D5DBB5
(213,219,181)
#DADFBD
(218,223,189)
#DFE3C5
(223,227,197)
#E4E7CD
(228,231,205)
#E9EBD5
(233,235,213)
#EEEFDD
(238,239,221)
#F3F3E5
(243,243,229)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CF9D color. Also use rgb(198,207,157) instead hex code.

Text Font Color

.myTextColor { color: #C6CF9D; }

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

This text font color is #C6CF9D.


Background Color

.myBgColor { background-color: #C6CF9D; }

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

This div background color is #C6CF9D.


Border color

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

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

This div border color is #C6CF9D.


Opacity

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

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

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

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

This text has shadow with #C6CF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CF9D on black background.


Color preview on white background

This text has color #C6CF9D on white background.



Black color preview on #C6CF9D background

This text has black color on #C6CF9D background.


White color preview on #C6CF9D background

This text has white color on #C6CF9D background.