COLOR #C6C871

HEX: #C6C871
RGB: (198,200,113)

Color info

#C6C871 contains mainly red and green colors. Web safe color of #C6C871 is #CCCC66 (or #CC6).

RGB color model

#C6C871 color RGB value is (198,200,113).

  • red value is 198;
  • green value is 200;
  • blue value is 113.
RGB:
(198,200,113)
(78%,78%,44%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 113 of 255 = 44%

198
200
113

R + G + B ~ 67%. #C6C871 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 200 + 113 = 511 (100%)
R 198 of 511 ~ 38.75%
G 200 of 511 ~ 39.14%
B 113 of 511 ~ 22.11%

%38.75
%39.14
%22.11

CMYK color model

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

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 21.57%
CMYK:
(1,0,44,22)
C1M0Y44K22 
(1%,0%,44%,22%)
(0.01/0.00/0.44/0.22)	

CMYK percentages

%1
%0
%43.5
%21.57

Codes

Color #C6C871 in popluar color models

C6C871
RGB198200113
HSL61°44.16%61.37%
HSB/HSV61°43.50%78.43%
CMYK1.00%0.00%43.50%
21.57%

Color #C6C871 in popluar number systems.

HEXC6C871
Decimal198200113
Binary11000110110010001110001
Octal306310161

Shades and tints

Shades of #C6C871

#C6C871
(198,200,113)
#B4B667
(180,182,103)
#A2A45D
(162,164,93)
#909253
(144,146,83)
#7E8049
(126,128,73)
#6C6E3F
(108,110,63)
#5A5C35
(90,92,53)
#484A2B
(72,74,43)
#363821
(54,56,33)
#242617
(36,38,23)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #C6C871

#C6C871
(198,200,113)
#CBCD7D
(203,205,125)
#D0D289
(208,210,137)
#D5D795
(213,215,149)
#DADCA1
(218,220,161)
#DFE1AD
(223,225,173)
#E4E6B9
(228,230,185)
#E9EBC5
(233,235,197)
#EEF0D1
(238,240,209)
#F3F5DD
(243,245,221)
#F8FAE9
(248,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C871 color. Also use rgb(198,200,113) instead hex code.

Text Font Color

.myTextColor { color: #C6C871; }

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

This text font color is #C6C871.


Background Color

.myBgColor { background-color: #C6C871; }

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

This div background color is #C6C871.


Border color

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

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

This div border color is #C6C871.


Opacity

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

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

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

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

This text has shadow with #C6C871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C871 on black background.


Color preview on white background

This text has color #C6C871 on white background.



Black color preview on #C6C871 background

This text has black color on #C6C871 background.


White color preview on #C6C871 background

This text has white color on #C6C871 background.