COLOR #C6CC96

HEX: #C6CC96 RGB: (198,204,150)

Color info

#C6CC96 contains red, green and blue colors in about the same proportion. Web safe color of #C6CC96 is #CCCC99 (or #CC9).

RGB color model

#C6CC96 color RGB value is (198,204,150).

RGB: (198,204,150) (78%, 80%, 59%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 150 of 255 = 59%

198
204
150

R + G + B ~ 72%. #C6CC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 150 = 552 (100%)
R 198 of 552 ~ 35.87%
G 204 of 552 ~ 36.96%
B 150 of 552 ~ 27.17'%

%35.87
%36.96
%27.17

CMYK color model

#C6CC96 color CMYK value is (3,0,26,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (3,0,26,20)
C3M0Y26K20 (3%, 0%, 26%, 20%)
(0.03 / 0.00 / 0.26 / 0.20)

CMYK percentages

%2.94
%0
%26.47
%20

Codes

Color #C6CC96 in popluar color models

C6 CC 96
RGB 198 204 150
HSL 67° 34.62% 69.41%
HSB/HSV 67° 26.47% 80.00%
CMYK 2.94% 0.00% 26.47%
20.00%

Color #C6CC96 in popluar number systems.

HEX C6 CC 96
Decimal 198 204 150
Binary 11000110 11001100 10010110
Octal 306 314 226

Shades and tints

Shades of #C6CC96

#C6CC96
(198,204,150)
#B4BA89
(180,186,137)
#A2A87C
(162,168,124)
#90966F
(144,150,111)
#7E8462
(126,132,98)
#6C7255
(108,114,85)
#5A6048
(90,96,72)
#484E3B
(72,78,59)
#363C2E
(54,60,46)
#242A21
(36,42,33)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6CC96

#C6CC96
(198,204,150)
#CBD09F
(203,208,159)
#D0D4A8
(208,212,168)
#D5D8B1
(213,216,177)
#DADCBA
(218,220,186)
#DFE0C3
(223,224,195)
#E4E4CC
(228,228,204)
#E9E8D5
(233,232,213)
#EEECDE
(238,236,222)
#F3F0E7
(243,240,231)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CC96 color. Also use rgb(198,204,150) instead hex code.

Text Font Color

.myTextColor { color: #C6CC96; }

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

This text font color is #C6CC96.

Background Color

.myBgColor { background-color: #C6CC96; }

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

This div background color is #C6CC96.

Border color

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

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

This div border color is #C6CC96.

Opacity

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

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

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

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

This text has shadow with #C6CC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CC96.

Preview

Color preview on black background

This text has color #C6CC96 on black background.


Color preview on white background

This text has color #C6CC96 on white background.


Black color preview on #C6CC96 background

This text has black color on #C6CC96 background.


White color preview on #C6CC96 background

This text has white color on #C6CC96 background.


Related colors

Complementary color

Complementary color for #hex is #393369.


I love getcolorcode.com

Triadic colors

1 #96C6CC and #CC96C6 with #C6CC96 are triadic colors.

2 #96CCC6 and #CCC696 with #C6CC96 are triadic colors.