COLOR #C4CC86

HEX: #C4CC86 RGB: (196,204,134)

Color info

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

RGB color model

#C4CC86 color RGB value is (196,204,134).

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

RGB channels and saturation

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

196
204
134

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

Portions of RGB colors in percentages

R + G + B = 196 + 204 + 134 = 534 (100%)
R 196 of 534 ~ 36.7%
G 204 of 534 ~ 38.2%
B 134 of 534 ~ 25.09'%

%36.7
%38.2
%25.09

CMYK color model

#C4CC86 color CMYK value is (4,0,34,20).

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

CMYK: (4,0,34,20)
C4M0Y34K20 (4%, 0%, 34%, 20%)
(0.04 / 0.00 / 0.34 / 0.20)

CMYK percentages

%3.92
%0
%34.31
%20

Codes

Color #C4CC86 in popluar color models

C4 CC 86
RGB 196 204 134
HSL 67° 40.70% 66.27%
HSB/HSV 67° 34.31% 80.00%
CMYK 3.92% 0.00% 34.31%
20.00%

Color #C4CC86 in popluar number systems.

HEX C4 CC 86
Decimal 196 204 134
Binary 11000100 11001100 10000110
Octal 304 314 206

Shades and tints

Shades of #C4CC86

#C4CC86
(196,204,134)
#B3BA7A
(179,186,122)
#A2A86E
(162,168,110)
#919662
(145,150,98)
#808456
(128,132,86)
#6F724A
(111,114,74)
#5E603E
(94,96,62)
#4D4E32
(77,78,50)
#3C3C26
(60,60,38)
#2B2A1A
(43,42,26)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #C4CC86

#C4CC86
(196,204,134)
#C9D091
(201,208,145)
#CED49C
(206,212,156)
#D3D8A7
(211,216,167)
#D8DCB2
(216,220,178)
#DDE0BD
(221,224,189)
#E2E4C8
(226,228,200)
#E7E8D3
(231,232,211)
#ECECDE
(236,236,222)
#F1F0E9
(241,240,233)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CC86; }

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

This text font color is #C4CC86.

Background Color

.myBgColor { background-color: #C4CC86; }

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

This div background color is #C4CC86.

Border color

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

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

This div border color is #C4CC86.

Opacity

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

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

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

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

This text has shadow with #C4CC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CC86.

Preview

Color preview on black background

This text has color #C4CC86 on black background.


Color preview on white background

This text has color #C4CC86 on white background.


Black color preview on #C4CC86 background

This text has black color on #C4CC86 background.


White color preview on #C4CC86 background

This text has white color on #C4CC86 background.


Related colors

Complementary color

Complementary color for #hex is #3B3379.


I love getcolorcode.com

Triadic colors

1 #86C4CC and #CC86C4 with #C4CC86 are triadic colors.

2 #86CCC4 and #CCC486 with #C4CC86 are triadic colors.