COLOR #CCCCA8

HEX: #CCCCA8
RGB: (204,204,168)

Color info

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

RGB color model

#CCCCA8 color RGB value is (204,204,168).

  • red value is 204;
  • green value is 204;
  • blue value is 168.
RGB:
(204,204,168)
(80%,80%,66%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 168 of 255 = 66%

204
204
168

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 168 = 576 (100%)
R 204 of 576 ~ 35.42%
G 204 of 576 ~ 35.42%
B 168 of 576 ~ 29.17%

%35.42
%35.42
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • 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
%17.65
%20

Codes

Color #CCCCA8 in popluar color models

CCCCA8
RGB204204168
HSL60°26.09%72.94%
HSB/HSV60°17.65%80.00%
CMYK0.00%0.00%17.65%
20.00%

Color #CCCCA8 in popluar number systems.

HEXCCCCA8
Decimal204204168
Binary110011001100110010101000
Octal314314250

Shades and tints

Shades of #CCCCA8

#CCCCA8
(204,204,168)
#BABA99
(186,186,153)
#A8A88A
(168,168,138)
#96967B
(150,150,123)
#84846C
(132,132,108)
#72725D
(114,114,93)
#60604E
(96,96,78)
#4E4E3F
(78,78,63)
#3C3C30
(60,60,48)
#2A2A21
(42,42,33)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #CCCCA8

#CCCCA8
(204,204,168)
#D0D0AF
(208,208,175)
#D4D4B6
(212,212,182)
#D8D8BD
(216,216,189)
#DCDCC4
(220,220,196)
#E0E0CB
(224,224,203)
#E4E4D2
(228,228,210)
#E8E8D9
(232,232,217)
#ECECE0
(236,236,224)
#F0F0E7
(240,240,231)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCA8; }

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

This text font color is #CCCCA8.


Background Color

.myBgColor { background-color: #CCCCA8; }

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

This div background color is #CCCCA8.


Border color

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

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

This div border color is #CCCCA8.


Opacity

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

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

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

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

This text has shadow with #CCCCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCA8 on black background.


Color preview on white background

This text has color #CCCCA8 on white background.



Black color preview on #CCCCA8 background

This text has black color on #CCCCA8 background.


White color preview on #CCCCA8 background

This text has white color on #CCCCA8 background.