COLOR #C6CB9F

HEX: #C6CB9F
RGB: (198,203,159)

Color info

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

RGB color model

#C6CB9F color RGB value is (198,203,159).

  • red value is 198;
  • green value is 203;
  • blue value is 159.
RGB:
(198,203,159)
(78%,80%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 159 of 255 = 62%

198
203
159

R + G + B ~ 73%. #C6CB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 203 + 159 = 560 (100%)
R 198 of 560 ~ 35.36%
G 203 of 560 ~ 36.25%
B 159 of 560 ~ 28.39%

%35.36
%36.25
%28.39

CMYK color model

#C6CB9F color CMYK value is (2,0,22,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 20.39%
CMYK:
(2,0,22,20)
C2M0Y22K20 
(2%,0%,22%,20%)
(0.02/0.00/0.22/0.20)	

CMYK percentages

%2.46
%0
%21.67
%20.39

Codes

Color #C6CB9F in popluar color models

C6CB9F
RGB198203159
HSL67°29.73%70.98%
HSB/HSV67°21.67%79.61%
CMYK2.46%0.00%21.67%
20.39%

Color #C6CB9F in popluar number systems.

HEXC6CB9F
Decimal198203159
Binary110001101100101110011111
Octal306313237

Shades and tints

Shades of #C6CB9F

#C6CB9F
(198,203,159)
#B4B991
(180,185,145)
#A2A783
(162,167,131)
#909575
(144,149,117)
#7E8367
(126,131,103)
#6C7159
(108,113,89)
#5A5F4B
(90,95,75)
#484D3D
(72,77,61)
#363B2F
(54,59,47)
#242921
(36,41,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6CB9F

#C6CB9F
(198,203,159)
#CBCFA7
(203,207,167)
#D0D3AF
(208,211,175)
#D5D7B7
(213,215,183)
#DADBBF
(218,219,191)
#DFDFC7
(223,223,199)
#E4E3CF
(228,227,207)
#E9E7D7
(233,231,215)
#EEEBDF
(238,235,223)
#F3EFE7
(243,239,231)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CB9F color. Also use rgb(198,203,159) instead hex code.

Text Font Color

.myTextColor { color: #C6CB9F; }

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

This text font color is #C6CB9F.


Background Color

.myBgColor { background-color: #C6CB9F; }

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

This div background color is #C6CB9F.


Border color

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

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

This div border color is #C6CB9F.


Opacity

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

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

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

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

This text has shadow with #C6CB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CB9F on black background.


Color preview on white background

This text has color #C6CB9F on white background.



Black color preview on #C6CB9F background

This text has black color on #C6CB9F background.


White color preview on #C6CB9F background

This text has white color on #C6CB9F background.