COLOR #C6CC94

HEX: #C6CC94 RGB: (198,204,148)

Color info

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

RGB color model

#C6CC94 color RGB value is (198,204,148).

RGB: (198,204,148) (78%, 80%, 58%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 148 of 255 = 58%

198
204
148

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

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 148 = 550 (100%)
R 198 of 550 ~ 36%
G 204 of 550 ~ 37.09%
B 148 of 550 ~ 26.91'%

%36
%37.09
%26.91

CMYK color model

#C6CC94 color CMYK value is (3,0,27,20).

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

CMYK: (3,0,27,20)
C3M0Y27K20 (3%, 0%, 27%, 20%)
(0.03 / 0.00 / 0.27 / 0.20)

CMYK percentages

%2.94
%0
%27.45
%20

Codes

Color #C6CC94 in popluar color models

C6 CC 94
RGB 198 204 148
HSL 66° 35.44% 69.02%
HSB/HSV 66° 27.45% 80.00%
CMYK 2.94% 0.00% 27.45%
20.00%

Color #C6CC94 in popluar number systems.

HEX C6 CC 94
Decimal 198 204 148
Binary 11000110 11001100 10010100
Octal 306 314 224

Shades and tints

Shades of #C6CC94

#C6CC94
(198,204,148)
#B4BA87
(180,186,135)
#A2A87A
(162,168,122)
#90966D
(144,150,109)
#7E8460
(126,132,96)
#6C7253
(108,114,83)
#5A6046
(90,96,70)
#484E39
(72,78,57)
#363C2C
(54,60,44)
#242A1F
(36,42,31)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6CC94

#C6CC94
(198,204,148)
#CBD09D
(203,208,157)
#D0D4A6
(208,212,166)
#D5D8AF
(213,216,175)
#DADCB8
(218,220,184)
#DFE0C1
(223,224,193)
#E4E4CA
(228,228,202)
#E9E8D3
(233,232,211)
#EEECDC
(238,236,220)
#F3F0E5
(243,240,229)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CC94; }

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

This text font color is #C6CC94.

Background Color

.myBgColor { background-color: #C6CC94; }

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

This div background color is #C6CC94.

Border color

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

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

This div border color is #C6CC94.

Opacity

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

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

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

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

This text has shadow with #C6CC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CC94.

Preview

Color preview on black background

This text has color #C6CC94 on black background.


Color preview on white background

This text has color #C6CC94 on white background.


Black color preview on #C6CC94 background

This text has black color on #C6CC94 background.


White color preview on #C6CC94 background

This text has white color on #C6CC94 background.


Related colors

Complementary color

Complementary color for #hex is #39336B.


I love getcolorcode.com

Triadic colors

1 #94C6CC and #CC94C6 with #C6CC94 are triadic colors.

2 #94CCC6 and #CCC694 with #C6CC94 are triadic colors.