COLOR #C6CB71

HEX: #C6CB71
RGB: (198,203,113)

Color info

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

RGB color model

#C6CB71 color RGB value is (198,203,113).

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

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 113 of 255 = 44%

198
203
113

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

Portions of RGB colors in percentages

R + G + B =
198 + 203 + 113 = 514 (100%)
R 198 of 514 ~ 38.52%
G 203 of 514 ~ 39.49%
B 113 of 514 ~ 21.98%

%38.52
%39.49
%21.98

CMYK color model

#C6CB71 color CMYK value is (2,0,44,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 20.39%
CMYK:
(2,0,44,20)
C2M0Y44K20 
(2%,0%,44%,20%)
(0.02/0.00/0.44/0.20)	

CMYK percentages

%2.46
%0
%44.33
%20.39

Codes

Color #C6CB71 in popluar color models

C6CB71
RGB198203113
HSL63°46.39%61.96%
HSB/HSV63°44.33%79.61%
CMYK2.46%0.00%44.33%
20.39%

Color #C6CB71 in popluar number systems.

HEXC6CB71
Decimal198203113
Binary11000110110010111110001
Octal306313161

Shades and tints

Shades of #C6CB71

#C6CB71
(198,203,113)
#B4B967
(180,185,103)
#A2A75D
(162,167,93)
#909553
(144,149,83)
#7E8349
(126,131,73)
#6C713F
(108,113,63)
#5A5F35
(90,95,53)
#484D2B
(72,77,43)
#363B21
(54,59,33)
#242917
(36,41,23)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #C6CB71

#C6CB71
(198,203,113)
#CBCF7D
(203,207,125)
#D0D389
(208,211,137)
#D5D795
(213,215,149)
#DADBA1
(218,219,161)
#DFDFAD
(223,223,173)
#E4E3B9
(228,227,185)
#E9E7C5
(233,231,197)
#EEEBD1
(238,235,209)
#F3EFDD
(243,239,221)
#F8F3E9
(248,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CB71; }

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

This text font color is #C6CB71.


Background Color

.myBgColor { background-color: #C6CB71; }

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

This div background color is #C6CB71.


Border color

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

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

This div border color is #C6CB71.


Opacity

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

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

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

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

This text has shadow with #C6CB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CB71 on black background.


Color preview on white background

This text has color #C6CB71 on white background.



Black color preview on #C6CB71 background

This text has black color on #C6CB71 background.


White color preview on #C6CB71 background

This text has white color on #C6CB71 background.