COLOR #C6CC83

HEX: #C6CC83
RGB: (198,204,131)

Color info

#C6CC83 contains mainly red and green colors. Web safe color of #C6CC83 is #CCCC99 (or #CC9).

RGB color model

#C6CC83 color RGB value is (198,204,131).

  • red value is 198;
  • green value is 204;
  • blue value is 131.
RGB:
(198,204,131)
(78%,80%,51%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 131 of 255 = 51%

198
204
131

R + G + B ~ 70%. #C6CC83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 131 = 533 (100%)
R 198 of 533 ~ 37.15%
G 204 of 533 ~ 38.27%
B 131 of 533 ~ 24.58%

%37.15
%38.27
%24.58

CMYK color model

#C6CC83 color CMYK value is (3,0,36,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 20.00%
CMYK:
(3,0,36,20)
C3M0Y36K20 
(3%,0%,36%,20%)
(0.03/0.00/0.36/0.20)	

CMYK percentages

%2.94
%0
%35.78
%20

Codes

Color #C6CC83 in popluar color models

C6CC83
RGB198204131
HSL65°41.71%65.69%
HSB/HSV65°35.78%80.00%
CMYK2.94%0.00%35.78%
20.00%

Color #C6CC83 in popluar number systems.

HEXC6CC83
Decimal198204131
Binary110001101100110010000011
Octal306314203

Shades and tints

Shades of #C6CC83

#C6CC83
(198,204,131)
#B4BA78
(180,186,120)
#A2A86D
(162,168,109)
#909662
(144,150,98)
#7E8457
(126,132,87)
#6C724C
(108,114,76)
#5A6041
(90,96,65)
#484E36
(72,78,54)
#363C2B
(54,60,43)
#242A20
(36,42,32)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #C6CC83

#C6CC83
(198,204,131)
#CBD08E
(203,208,142)
#D0D499
(208,212,153)
#D5D8A4
(213,216,164)
#DADCAF
(218,220,175)
#DFE0BA
(223,224,186)
#E4E4C5
(228,228,197)
#E9E8D0
(233,232,208)
#EEECDB
(238,236,219)
#F3F0E6
(243,240,230)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CC83 color. Also use rgb(198,204,131) instead hex code.

Text Font Color

.myTextColor { color: #C6CC83; }

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

This text font color is #C6CC83.


Background Color

.myBgColor { background-color: #C6CC83; }

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

This div background color is #C6CC83.


Border color

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

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

This div border color is #C6CC83.


Opacity

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

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

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

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

This text has shadow with #C6CC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CC83 on black background.


Color preview on white background

This text has color #C6CC83 on white background.



Black color preview on #C6CC83 background

This text has black color on #C6CC83 background.


White color preview on #C6CC83 background

This text has white color on #C6CC83 background.