COLOR #CCCCAF

HEX: #CCCCAF RGB: (204,204,175)

Color info

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

RGB color model

#CCCCAF color RGB value is (204,204,175).

RGB: (204,204,175) (80%, 80%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 175 of 255 = 69%

204
204
175

R + G + B ~ 76%. #CCCCAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 175 = 583 (100%)
R 204 of 583 ~ 34.99%
G 204 of 583 ~ 34.99%
B 175 of 583 ~ 30.02'%

%34.99
%34.99
%30.02

CMYK color model

#CCCCAF color CMYK value is (0,0,14,20).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (0,0,14,20)
C0M0Y14K20 (0%, 0%, 14%, 20%)
(0.00 / 0.00 / 0.14 / 0.20)

CMYK percentages

%0
%0
%14.22
%20

Codes

Color #CCCCAF in popluar color models

CC CC AF
RGB 204 204 175
HSL 60° 22.14% 74.31%
HSB/HSV 60° 14.22% 80.00%
CMYK 0.00% 0.00% 14.22%
20.00%

Color #CCCCAF in popluar number systems.

HEX CC CC AF
Decimal 204 204 175
Binary 11001100 11001100 10101111
Octal 314 314 257

Shades and tints

Shades of #CCCCAF

#CCCCAF
(204,204,175)
#BABAA0
(186,186,160)
#A8A891
(168,168,145)
#969682
(150,150,130)
#848473
(132,132,115)
#727264
(114,114,100)
#606055
(96,96,85)
#4E4E46
(78,78,70)
#3C3C37
(60,60,55)
#2A2A28
(42,42,40)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCCCAF

#CCCCAF
(204,204,175)
#D0D0B6
(208,208,182)
#D4D4BD
(212,212,189)
#D8D8C4
(216,216,196)
#DCDCCB
(220,220,203)
#E0E0D2
(224,224,210)
#E4E4D9
(228,228,217)
#E8E8E0
(232,232,224)
#ECECE7
(236,236,231)
#F0F0EE
(240,240,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCAF; }

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

This text font color is #CCCCAF.

Background Color

.myBgColor { background-color: #CCCCAF; }

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

This div background color is #CCCCAF.

Border color

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

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

This div border color is #CCCCAF.

Opacity

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

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

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

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

This text has shadow with #CCCCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCCAF.

Preview

Color preview on black background

This text has color #CCCCAF on black background.


Color preview on white background

This text has color #CCCCAF on white background.


Black color preview on #CCCCAF background

This text has black color on #CCCCAF background.


White color preview on #CCCCAF background

This text has white color on #CCCCAF background.


Related colors

Complementary color

Complementary color for #hex is #333350.


I love getcolorcode.com