COLOR #C6C79B

HEX: #C6C79B
RGB: (198,199,155)

Color info

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

RGB color model

#C6C79B color RGB value is (198,199,155).

  • red value is 198;
  • green value is 199;
  • blue value is 155.
RGB:
(198,199,155)
(78%,78%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 155 of 255 = 61%

198
199
155

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

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 155 = 552 (100%)
R 198 of 552 ~ 35.87%
G 199 of 552 ~ 36.05%
B 155 of 552 ~ 28.08%

%35.87
%36.05
%28.08

CMYK color model

#C6C79B color CMYK value is (1,0,22,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(1,0,22,22)
C1M0Y22K22 
(1%,0%,22%,22%)
(0.01/0.00/0.22/0.22)	

CMYK percentages

%0.5
%0
%22.11
%21.96

Codes

Color #C6C79B in popluar color models

C6C79B
RGB198199155
HSL61°28.21%69.41%
HSB/HSV61°22.11%78.04%
CMYK0.50%0.00%22.11%
21.96%

Color #C6C79B in popluar number systems.

HEXC6C79B
Decimal198199155
Binary110001101100011110011011
Octal306307233

Shades and tints

Shades of #C6C79B

#C6C79B
(198,199,155)
#B4B58D
(180,181,141)
#A2A37F
(162,163,127)
#909171
(144,145,113)
#7E7F63
(126,127,99)
#6C6D55
(108,109,85)
#5A5B47
(90,91,71)
#484939
(72,73,57)
#36372B
(54,55,43)
#24251D
(36,37,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #C6C79B

#C6C79B
(198,199,155)
#CBCCA4
(203,204,164)
#D0D1AD
(208,209,173)
#D5D6B6
(213,214,182)
#DADBBF
(218,219,191)
#DFE0C8
(223,224,200)
#E4E5D1
(228,229,209)
#E9EADA
(233,234,218)
#EEEFE3
(238,239,227)
#F3F4EC
(243,244,236)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C79B color. Also use rgb(198,199,155) instead hex code.

Text Font Color

.myTextColor { color: #C6C79B; }

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

This text font color is #C6C79B.


Background Color

.myBgColor { background-color: #C6C79B; }

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

This div background color is #C6C79B.


Border color

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

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

This div border color is #C6C79B.


Opacity

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

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

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

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

This text has shadow with #C6C79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C79B on black background.


Color preview on white background

This text has color #C6C79B on white background.



Black color preview on #C6C79B background

This text has black color on #C6C79B background.


White color preview on #C6C79B background

This text has white color on #C6C79B background.