COLOR #C6D482

HEX: #C6D482 RGB: (198,212,130)

Color info

#C6D482 contains mainly red and green colors. Web safe color of #C6D482 is #CCCC99 (or #CC9).

RGB color model

#C6D482 color RGB value is (198,212,130).

RGB: (198,212,130) (78%, 83%, 51%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 130 of 255 = 51%

198
212
130

R + G + B ~ 71%. #C6D482 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 212 + 130 = 540 (100%)
R 198 of 540 ~ 36.67%
G 212 of 540 ~ 39.26%
B 130 of 540 ~ 24.07'%

%36.67
%39.26
%24.07

CMYK color model

#C6D482 color CMYK value is (7,0,39,17).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 38.68%
  • key color value is 16.86%
CMYK: (7,0,39,17) C7M0Y39K17 (7%,0%,39%,17%) (0.07/0.00/0.39/0.17) 

CMYK percentages

%6.6
%0
%38.68
%16.86

Codes

Color #C6D482 in popluar color models

C6 D4 82
RGB 198 212 130
HSL 70° 48.81% 67.06%
HSB/HSV 70° 38.68% 83.14%
CMYK 6.60% 0.00% 38.68%
16.86%

Color #C6D482 in popluar number systems.

HEX C6 D4 82
Decimal 198 212 130
Binary 11000110 11010100 10000010
Octal 306 324 202

Shades and tints

Shades of #C6D482

#C6D482
(198,212,130)
#B4C177
(180,193,119)
#A2AE6C
(162,174,108)
#909B61
(144,155,97)
#7E8856
(126,136,86)
#6C754B
(108,117,75)
#5A6240
(90,98,64)
#484F35
(72,79,53)
#363C2A
(54,60,42)
#24291F
(36,41,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6D482

#C6D482
(198,212,130)
#CBD78D
(203,215,141)
#D0DA98
(208,218,152)
#D5DDA3
(213,221,163)
#DAE0AE
(218,224,174)
#DFE3B9
(223,227,185)
#E4E6C4
(228,230,196)
#E9E9CF
(233,233,207)
#EEECDA
(238,236,218)
#F3EFE5
(243,239,229)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D482 color. Also use rgb(198,212,130) instead hex code.

Text Font Color

.myTextColor { color: #C6D482; }

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

This text font color is #C6D482.

Background Color

.myBgColor { background-color: #C6D482; }

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

This div background color is #C6D482.

Border color

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

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

This div border color is #C6D482.

Opacity

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

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

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

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

This text has shadow with #C6D482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D482.

Preview

Color preview on black background

This text has color #C6D482 on black background.


Color preview on white background

This text has color #C6D482 on white background.


Black color preview on #C6D482 background

This text has black color on #C6D482 background.


White color preview on #C6D482 background

This text has white color on #C6D482 background.


Related colors

Complementary color

Complementary color for #hex is #392B7D.


I love getcolorcode.com

Triadic colors

1 #82C6D4 and #D482C6 with #C6D482 are triadic colors.

2 #82D4C6 and #D4C682 with #C6D482 are triadic colors.