COLOR #C6D169

HEX: #C6D169
RGB: (198,209,105)

Color info

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

RGB color model

#C6D169 color RGB value is (198,209,105).

  • red value is 198;
  • green value is 209;
  • blue value is 105.
RGB:
(198,209,105)
(78%,82%,41%)

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 105 of 255 = 41%

198
209
105

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

Portions of RGB colors in percentages

R + G + B =
198 + 209 + 105 = 512 (100%)
R 198 of 512 ~ 38.67%
G 209 of 512 ~ 40.82%
B 105 of 512 ~ 20.51%

%38.67
%40.82
%20.51

CMYK color model

#C6D169 color CMYK value is (5,0,50,18).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 49.76%
  • key color value is 18.04%
CMYK:
(5,0,50,18)
C5M0Y50K18 
(5%,0%,50%,18%)
(0.05/0.00/0.50/0.18)	

CMYK percentages

%5.26
%0
%49.76
%18.04

Codes

Color #C6D169 in popluar color models

C6D169
RGB198209105
HSL66°53.06%61.57%
HSB/HSV66°49.76%81.96%
CMYK5.26%0.00%49.76%
18.04%

Color #C6D169 in popluar number systems.

HEXC6D169
Decimal198209105
Binary11000110110100011101001
Octal306321151

Shades and tints

Shades of #C6D169

#C6D169
(198,209,105)
#B4BE60
(180,190,96)
#A2AB57
(162,171,87)
#90984E
(144,152,78)
#7E8545
(126,133,69)
#6C723C
(108,114,60)
#5A5F33
(90,95,51)
#484C2A
(72,76,42)
#363921
(54,57,33)
#242618
(36,38,24)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #C6D169

#C6D169
(198,209,105)
#CBD576
(203,213,118)
#D0D983
(208,217,131)
#D5DD90
(213,221,144)
#DAE19D
(218,225,157)
#DFE5AA
(223,229,170)
#E4E9B7
(228,233,183)
#E9EDC4
(233,237,196)
#EEF1D1
(238,241,209)
#F3F5DE
(243,245,222)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D169 color. Also use rgb(198,209,105) instead hex code.

Text Font Color

.myTextColor { color: #C6D169; }

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

This text font color is #C6D169.


Background Color

.myBgColor { background-color: #C6D169; }

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

This div background color is #C6D169.


Border color

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

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

This div border color is #C6D169.


Opacity

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

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

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

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

This text has shadow with #C6D169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D169 on black background.


Color preview on white background

This text has color #C6D169 on white background.



Black color preview on #C6D169 background

This text has black color on #C6D169 background.


White color preview on #C6D169 background

This text has white color on #C6D169 background.