COLOR #C5CC86

HEX: #C5CC86 RGB: (197,204,134)

Color info

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

RGB color model

#C5CC86 color RGB value is (197,204,134).

RGB: (197,204,134) (77%, 80%, 53%)

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 134 of 255 = 53%

197
204
134

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

Portions of RGB colors in percentages

R + G + B = 197 + 204 + 134 = 535 (100%)
R 197 of 535 ~ 36.82%
G 204 of 535 ~ 38.13%
B 134 of 535 ~ 25.05'%

%36.82
%38.13
%25.05

CMYK color model

#C5CC86 color CMYK value is (3,0,34,20).

  • cyan value is 3.43%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 20.00%

CMYK: (3,0,34,20)
C3M0Y34K20 (3%, 0%, 34%, 20%)
(0.03 / 0.00 / 0.34 / 0.20)

CMYK percentages

%3.43
%0
%34.31
%20

Codes

Color #C5CC86 in popluar color models

C5 CC 86
RGB 197 204 134
HSL 66° 40.70% 66.27%
HSB/HSV 66° 34.31% 80.00%
CMYK 3.43% 0.00% 34.31%
20.00%

Color #C5CC86 in popluar number systems.

HEX C5 CC 86
Decimal 197 204 134
Binary 11000101 11001100 10000110
Octal 305 314 206

Shades and tints

Shades of #C5CC86

#C5CC86
(197,204,134)
#B4BA7A
(180,186,122)
#A3A86E
(163,168,110)
#929662
(146,150,98)
#818456
(129,132,86)
#70724A
(112,114,74)
#5F603E
(95,96,62)
#4E4E32
(78,78,50)
#3D3C26
(61,60,38)
#2C2A1A
(44,42,26)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #C5CC86

#C5CC86
(197,204,134)
#CAD091
(202,208,145)
#CFD49C
(207,212,156)
#D4D8A7
(212,216,167)
#D9DCB2
(217,220,178)
#DEE0BD
(222,224,189)
#E3E4C8
(227,228,200)
#E8E8D3
(232,232,211)
#EDECDE
(237,236,222)
#F2F0E9
(242,240,233)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CC86 color. Also use rgb(197,204,134) instead hex code.

Text Font Color

.myTextColor { color: #C5CC86; }

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

This text font color is #C5CC86.

Background Color

.myBgColor { background-color: #C5CC86; }

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

This div background color is #C5CC86.

Border color

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

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

This div border color is #C5CC86.

Opacity

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

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

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

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

This text has shadow with #C5CC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CC86.

Preview

Color preview on black background

This text has color #C5CC86 on black background.


Color preview on white background

This text has color #C5CC86 on white background.


Black color preview on #C5CC86 background

This text has black color on #C5CC86 background.


White color preview on #C5CC86 background

This text has white color on #C5CC86 background.


Related colors

Complementary color

Complementary color for #hex is #3A3379.


I love getcolorcode.com

Triadic colors

1 #86C5CC and #CC86C5 with #C5CC86 are triadic colors.

2 #86CCC5 and #CCC586 with #C5CC86 are triadic colors.