COLOR #C6D875

HEX: #C6D875
RGB: (198,216,117)

Color info

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

RGB color model

#C6D875 color RGB value is (198,216,117).

  • red value is 198;
  • green value is 216;
  • blue value is 117.
RGB:
(198,216,117)
(78%,85%,46%)

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 117 of 255 = 46%

198
216
117

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

Portions of RGB colors in percentages

R + G + B =
198 + 216 + 117 = 531 (100%)
R 198 of 531 ~ 37.29%
G 216 of 531 ~ 40.68%
B 117 of 531 ~ 22.03%

%37.29
%40.68
%22.03

CMYK color model

#C6D875 color CMYK value is (8,0,46,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 15.29%
CMYK:
(8,0,46,15)
C8M0Y46K15 
(8%,0%,46%,15%)
(0.08/0.00/0.46/0.15)	

CMYK percentages

%8.33
%0
%45.83
%15.29

Codes

Color #C6D875 in popluar color models

C6D875
RGB198216117
HSL71°55.93%65.29%
HSB/HSV71°45.83%84.71%
CMYK8.33%0.00%45.83%
15.29%

Color #C6D875 in popluar number systems.

HEXC6D875
Decimal198216117
Binary11000110110110001110101
Octal306330165

Shades and tints

Shades of #C6D875

#C6D875
(198,216,117)
#B4C56B
(180,197,107)
#A2B261
(162,178,97)
#909F57
(144,159,87)
#7E8C4D
(126,140,77)
#6C7943
(108,121,67)
#5A6639
(90,102,57)
#48532F
(72,83,47)
#364025
(54,64,37)
#242D1B
(36,45,27)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #C6D875

#C6D875
(198,216,117)
#CBDB81
(203,219,129)
#D0DE8D
(208,222,141)
#D5E199
(213,225,153)
#DAE4A5
(218,228,165)
#DFE7B1
(223,231,177)
#E4EABD
(228,234,189)
#E9EDC9
(233,237,201)
#EEF0D5
(238,240,213)
#F3F3E1
(243,243,225)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D875 color. Also use rgb(198,216,117) instead hex code.

Text Font Color

.myTextColor { color: #C6D875; }

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

This text font color is #C6D875.


Background Color

.myBgColor { background-color: #C6D875; }

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

This div background color is #C6D875.


Border color

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

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

This div border color is #C6D875.


Opacity

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

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

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

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

This text has shadow with #C6D875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D875 on black background.


Color preview on white background

This text has color #C6D875 on white background.



Black color preview on #C6D875 background

This text has black color on #C6D875 background.


White color preview on #C6D875 background

This text has white color on #C6D875 background.