COLOR #CCCCA7

HEX: #CCCCA7 RGB: (204,204,167)

Color info

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

RGB color model

#CCCCA7 color RGB value is (204,204,167).

RGB: (204,204,167) (80%, 80%, 65%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 167 of 255 = 65%

204
204
167

R + G + B ~ 75%. #CCCCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 167 = 575 (100%)
R 204 of 575 ~ 35.48%
G 204 of 575 ~ 35.48%
B 167 of 575 ~ 29.04'%

%35.48
%35.48
%29.04

CMYK color model

#CCCCA7 color CMYK value is (0,0,18,20).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%
CMYK: (0,0,18,20) C0M0Y18K20 (0%,0%,18%,20%) (0.00/0.00/0.18/0.20) 

CMYK percentages

%0
%0
%18.14
%20

Codes

Color #CCCCA7 in popluar color models

CC CC A7
RGB 204 204 167
HSL 60° 26.62% 72.75%
HSB/HSV 60° 18.14% 80.00%
CMYK 0.00% 0.00% 18.14%
20.00%

Color #CCCCA7 in popluar number systems.

HEX CC CC A7
Decimal 204 204 167
Binary 11001100 11001100 10100111
Octal 314 314 247

Shades and tints

Shades of #CCCCA7

#CCCCA7
(204,204,167)
#BABA98
(186,186,152)
#A8A889
(168,168,137)
#96967A
(150,150,122)
#84846B
(132,132,107)
#72725C
(114,114,92)
#60604D
(96,96,77)
#4E4E3E
(78,78,62)
#3C3C2F
(60,60,47)
#2A2A20
(42,42,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCCCA7

#CCCCA7
(204,204,167)
#D0D0AF
(208,208,175)
#D4D4B7
(212,212,183)
#D8D8BF
(216,216,191)
#DCDCC7
(220,220,199)
#E0E0CF
(224,224,207)
#E4E4D7
(228,228,215)
#E8E8DF
(232,232,223)
#ECECE7
(236,236,231)
#F0F0EF
(240,240,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCA7; }

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

This text font color is #CCCCA7.

Background Color

.myBgColor { background-color: #CCCCA7; }

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

This div background color is #CCCCA7.

Border color

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

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

This div border color is #CCCCA7.

Opacity

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

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

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

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

This text has shadow with #CCCCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCCA7.

Preview

Color preview on black background

This text has color #CCCCA7 on black background.


Color preview on white background

This text has color #CCCCA7 on white background.


Black color preview on #CCCCA7 background

This text has black color on #CCCCA7 background.


White color preview on #CCCCA7 background

This text has white color on #CCCCA7 background.


Related colors

Complementary color

Complementary color for #hex is #333358.


I love getcolorcode.com