COLOR #C7CC9B

HEX: #C7CC9B RGB: (199,204,155)

Color info

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

RGB color model

#C7CC9B color RGB value is (199,204,155).

RGB: (199,204,155) (78%, 80%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 155 of 255 = 61%

199
204
155

R + G + B ~ 73%. #C7CC9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 155 = 558 (100%)
R 199 of 558 ~ 35.66%
G 204 of 558 ~ 36.56%
B 155 of 558 ~ 27.78'%

%35.66
%36.56
%27.78

CMYK color model

#C7CC9B color CMYK value is (2,0,24,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 20.00%

CMYK: (2,0,24,20)
C2M0Y24K20 (2%, 0%, 24%, 20%)
(0.02 / 0.00 / 0.24 / 0.20)

CMYK percentages

%2.45
%0
%24.02
%20

Codes

Color #C7CC9B in popluar color models

C7 CC 9B
RGB 199 204 155
HSL 66° 32.45% 70.39%
HSB/HSV 66° 24.02% 80.00%
CMYK 2.45% 0.00% 24.02%
20.00%

Color #C7CC9B in popluar number systems.

HEX C7 CC 9B
Decimal 199 204 155
Binary 11000111 11001100 10011011
Octal 307 314 233

Shades and tints

Shades of #C7CC9B

#C7CC9B
(199,204,155)
#B5BA8D
(181,186,141)
#A3A87F
(163,168,127)
#919671
(145,150,113)
#7F8463
(127,132,99)
#6D7255
(109,114,85)
#5B6047
(91,96,71)
#494E39
(73,78,57)
#373C2B
(55,60,43)
#252A1D
(37,42,29)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #C7CC9B

#C7CC9B
(199,204,155)
#CCD0A4
(204,208,164)
#D1D4AD
(209,212,173)
#D6D8B6
(214,216,182)
#DBDCBF
(219,220,191)
#E0E0C8
(224,224,200)
#E5E4D1
(229,228,209)
#EAE8DA
(234,232,218)
#EFECE3
(239,236,227)
#F4F0EC
(244,240,236)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CC9B color. Also use rgb(199,204,155) instead hex code.

Text Font Color

.myTextColor { color: #C7CC9B; }

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

This text font color is #C7CC9B.

Background Color

.myBgColor { background-color: #C7CC9B; }

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

This div background color is #C7CC9B.

Border color

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

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

This div border color is #C7CC9B.

Opacity

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

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

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

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

This text has shadow with #C7CC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CC9B.

Preview

Color preview on black background

This text has color #C7CC9B on black background.


Color preview on white background

This text has color #C7CC9B on white background.


Black color preview on #C7CC9B background

This text has black color on #C7CC9B background.


White color preview on #C7CC9B background

This text has white color on #C7CC9B background.


Related colors

Complementary color

Complementary color for #hex is #383364.


I love getcolorcode.com

Triadic colors

1 #9BC7CC and #CC9BC7 with #C7CC9B are triadic colors.

2 #9BCCC7 and #CCC79B with #C7CC9B are triadic colors.