COLOR #C6D95D

HEX: #C6D95D
RGB: (198,217,93)

Color info

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

RGB color model

#C6D95D color RGB value is (198,217,93).

  • red value is 198;
  • green value is 217;
  • blue value is 93.
RGB:
(198,217,93)
(78%,85%,36%)

RGB channels and saturation

R 198 of 255 = 78%
G 217 of 255 = 85%
B 93 of 255 = 36%

198
217
93

R + G + B ~ 66%. #C6D95D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 217 + 93 = 508 (100%)
R 198 of 508 ~ 38.98%
G 217 of 508 ~ 42.72%
B 93 of 508 ~ 18.31%

%38.98
%42.72
%18.31

CMYK color model

#C6D95D color CMYK value is (9,0,57,15).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 14.90%
CMYK:
(9,0,57,15)
C9M0Y57K15 
(9%,0%,57%,15%)
(0.09/0.00/0.57/0.15)	

CMYK percentages

%8.76
%0
%57.14
%14.9

Codes

Color #C6D95D in popluar color models

C6D95D
RGB19821793
HSL69°62.00%60.78%
HSB/HSV69°57.14%85.10%
CMYK8.76%0.00%57.14%
14.90%

Color #C6D95D in popluar number systems.

HEXC6D95D
Decimal19821793
Binary11000110110110011011101
Octal306331135

Shades and tints

Shades of #C6D95D

#C6D95D
(198,217,93)
#B4C655
(180,198,85)
#A2B34D
(162,179,77)
#90A045
(144,160,69)
#7E8D3D
(126,141,61)
#6C7A35
(108,122,53)
#5A672D
(90,103,45)
#485425
(72,84,37)
#36411D
(54,65,29)
#242E15
(36,46,21)
#121B0D
(18,27,13)
#000000
(0,0,0)

Tints of #C6D95D

#C6D95D
(198,217,93)
#CBDC6B
(203,220,107)
#D0DF79
(208,223,121)
#D5E287
(213,226,135)
#DAE595
(218,229,149)
#DFE8A3
(223,232,163)
#E4EBB1
(228,235,177)
#E9EEBF
(233,238,191)
#EEF1CD
(238,241,205)
#F3F4DB
(243,244,219)
#F8F7E9
(248,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D95D color. Also use rgb(198,217,93) instead hex code.

Text Font Color

.myTextColor { color: #C6D95D; }

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

This text font color is #C6D95D.


Background Color

.myBgColor { background-color: #C6D95D; }

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

This div background color is #C6D95D.


Border color

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

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

This div border color is #C6D95D.


Opacity

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

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

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

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

This text has shadow with #C6D95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D95D on black background.


Color preview on white background

This text has color #C6D95D on white background.



Black color preview on #C6D95D background

This text has black color on #C6D95D background.


White color preview on #C6D95D background

This text has white color on #C6D95D background.