COLOR #C6CD81

HEX: #C6CD81 RGB: (198,205,129)

Color info

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

RGB color model

#C6CD81 color RGB value is (198,205,129).

RGB: (198,205,129) (78%, 80%, 51%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 129 of 255 = 51%

198
205
129

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

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 129 = 532 (100%)
R 198 of 532 ~ 37.22%
G 205 of 532 ~ 38.53%
B 129 of 532 ~ 24.25'%

%37.22
%38.53
%24.25

CMYK color model

#C6CD81 color CMYK value is (3,0,37,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 19.61%

CMYK: (3,0,37,20)
C3M0Y37K20 (3%, 0%, 37%, 20%)
(0.03 / 0.00 / 0.37 / 0.20)

CMYK percentages

%3.41
%0
%37.07
%19.61

Codes

Color #C6CD81 in popluar color models

C6 CD 81
RGB 198 205 129
HSL 66° 43.18% 65.49%
HSB/HSV 66° 37.07% 80.39%
CMYK 3.41% 0.00% 37.07%
19.61%

Color #C6CD81 in popluar number systems.

HEX C6 CD 81
Decimal 198 205 129
Binary 11000110 11001101 10000001
Octal 306 315 201

Shades and tints

Shades of #C6CD81

#C6CD81
(198,205,129)
#B4BB76
(180,187,118)
#A2A96B
(162,169,107)
#909760
(144,151,96)
#7E8555
(126,133,85)
#6C734A
(108,115,74)
#5A613F
(90,97,63)
#484F34
(72,79,52)
#363D29
(54,61,41)
#242B1E
(36,43,30)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6CD81

#C6CD81
(198,205,129)
#CBD18C
(203,209,140)
#D0D597
(208,213,151)
#D5D9A2
(213,217,162)
#DADDAD
(218,221,173)
#DFE1B8
(223,225,184)
#E4E5C3
(228,229,195)
#E9E9CE
(233,233,206)
#EEEDD9
(238,237,217)
#F3F1E4
(243,241,228)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CD81 color. Also use rgb(198,205,129) instead hex code.

Text Font Color

.myTextColor { color: #C6CD81; }

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

This text font color is #C6CD81.

Background Color

.myBgColor { background-color: #C6CD81; }

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

This div background color is #C6CD81.

Border color

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

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

This div border color is #C6CD81.

Opacity

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

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

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

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

This text has shadow with #C6CD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CD81.

Preview

Color preview on black background

This text has color #C6CD81 on black background.


Color preview on white background

This text has color #C6CD81 on white background.


Black color preview on #C6CD81 background

This text has black color on #C6CD81 background.


White color preview on #C6CD81 background

This text has white color on #C6CD81 background.


Related colors

Complementary color

Complementary color for #hex is #39327E.


I love getcolorcode.com

Triadic colors

1 #81C6CD and #CD81C6 with #C6CD81 are triadic colors.

2 #81CDC6 and #CDC681 with #C6CD81 are triadic colors.