COLOR #C6D285

HEX: #C6D285 RGB: (198,210,133)

Color info

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

RGB color model

#C6D285 color RGB value is (198,210,133).

RGB: (198,210,133) (78%, 82%, 52%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 133 of 255 = 52%

198
210
133

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

Portions of RGB colors in percentages

R + G + B = 198 + 210 + 133 = 541 (100%)
R 198 of 541 ~ 36.6%
G 210 of 541 ~ 38.82%
B 133 of 541 ~ 24.58'%

%36.6
%38.82
%24.58

CMYK color model

#C6D285 color CMYK value is (6,0,37,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 17.65%

CMYK: (6,0,37,18)
C6M0Y37K18 (6%, 0%, 37%, 18%)
(0.06 / 0.00 / 0.37 / 0.18)

CMYK percentages

%5.71
%0
%36.67
%17.65

Codes

Color #C6D285 in popluar color models

C6 D2 85
RGB 198 210 133
HSL 69° 46.11% 67.25%
HSB/HSV 69° 36.67% 82.35%
CMYK 5.71% 0.00% 36.67%
17.65%

Color #C6D285 in popluar number systems.

HEX C6 D2 85
Decimal 198 210 133
Binary 11000110 11010010 10000101
Octal 306 322 205

Shades and tints

Shades of #C6D285

#C6D285
(198,210,133)
#B4BF79
(180,191,121)
#A2AC6D
(162,172,109)
#909961
(144,153,97)
#7E8655
(126,134,85)
#6C7349
(108,115,73)
#5A603D
(90,96,61)
#484D31
(72,77,49)
#363A25
(54,58,37)
#242719
(36,39,25)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #C6D285

#C6D285
(198,210,133)
#CBD690
(203,214,144)
#D0DA9B
(208,218,155)
#D5DEA6
(213,222,166)
#DAE2B1
(218,226,177)
#DFE6BC
(223,230,188)
#E4EAC7
(228,234,199)
#E9EED2
(233,238,210)
#EEF2DD
(238,242,221)
#F3F6E8
(243,246,232)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D285 color. Also use rgb(198,210,133) instead hex code.

Text Font Color

.myTextColor { color: #C6D285; }

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

This text font color is #C6D285.

Background Color

.myBgColor { background-color: #C6D285; }

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

This div background color is #C6D285.

Border color

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

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

This div border color is #C6D285.

Opacity

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

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

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

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

This text has shadow with #C6D285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D285.

Preview

Color preview on black background

This text has color #C6D285 on black background.


Color preview on white background

This text has color #C6D285 on white background.


Black color preview on #C6D285 background

This text has black color on #C6D285 background.


White color preview on #C6D285 background

This text has white color on #C6D285 background.


Related colors

Complementary color

Complementary color for #hex is #392D7A.


I love getcolorcode.com

Triadic colors

1 #85C6D2 and #D285C6 with #C6D285 are triadic colors.

2 #85D2C6 and #D2C685 with #C6D285 are triadic colors.