COLOR #C6DB6C

HEX: #C6DB6C RGB: (198,219,108)

Color info

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

RGB color model

#C6DB6C color RGB value is (198,219,108).

RGB: (198,219,108) (78%, 86%, 42%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 108 of 255 = 42%

198
219
108

R + G + B ~ 69%. #C6DB6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 219 + 108 = 525 (100%)
R 198 of 525 ~ 37.71%
G 219 of 525 ~ 41.71%
B 108 of 525 ~ 20.57'%

%37.71
%41.71
%20.57

CMYK color model

#C6DB6C color CMYK value is (10,0,51,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 14.12%

CMYK: (10,0,51,14)
C10M0Y51K14 (10%, 0%, 51%, 14%)
(0.10 / 0.00 / 0.51 / 0.14)

CMYK percentages

%9.59
%0
%50.68
%14.12

Codes

Color #C6DB6C in popluar color models

C6 DB 6C
RGB 198 219 108
HSL 71° 60.66% 64.12%
HSB/HSV 71° 50.68% 85.88%
CMYK 9.59% 0.00% 50.68%
14.12%

Color #C6DB6C in popluar number systems.

HEX C6 DB 6C
Decimal 198 219 108
Binary 11000110 11011011 1101100
Octal 306 333 154

Shades and tints

Shades of #C6DB6C

#C6DB6C
(198,219,108)
#B4C863
(180,200,99)
#A2B55A
(162,181,90)
#90A251
(144,162,81)
#7E8F48
(126,143,72)
#6C7C3F
(108,124,63)
#5A6936
(90,105,54)
#48562D
(72,86,45)
#364324
(54,67,36)
#24301B
(36,48,27)
#121D12
(18,29,18)
#000000
(0,0,0)

Tints of #C6DB6C

#C6DB6C
(198,219,108)
#CBDE79
(203,222,121)
#D0E186
(208,225,134)
#D5E493
(213,228,147)
#DAE7A0
(218,231,160)
#DFEAAD
(223,234,173)
#E4EDBA
(228,237,186)
#E9F0C7
(233,240,199)
#EEF3D4
(238,243,212)
#F3F6E1
(243,246,225)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DB6C color. Also use rgb(198,219,108) instead hex code.

Text Font Color

.myTextColor { color: #C6DB6C; }

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

This text font color is #C6DB6C.

Background Color

.myBgColor { background-color: #C6DB6C; }

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

This div background color is #C6DB6C.

Border color

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

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

This div border color is #C6DB6C.

Opacity

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

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

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

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

This text has shadow with #C6DB6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DB6C.

Preview

Color preview on black background

This text has color #C6DB6C on black background.


Color preview on white background

This text has color #C6DB6C on white background.


Black color preview on #C6DB6C background

This text has black color on #C6DB6C background.


White color preview on #C6DB6C background

This text has white color on #C6DB6C background.


Related colors

Complementary color

Complementary color for #hex is #392493.


I love getcolorcode.com

Triadic colors

1 #6CC6DB and #DB6CC6 with #C6DB6C are triadic colors.

2 #6CDBC6 and #DBC66C with #C6DB6C are triadic colors.