COLOR #CCCCA3

HEX: #CCCCA3
RGB: (204,204,163)

Color info

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

RGB color model

#CCCCA3 color RGB value is (204,204,163).

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

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 163 of 255 = 64%

204
204
163

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 163 = 571 (100%)
R 204 of 571 ~ 35.73%
G 204 of 571 ~ 35.73%
B 163 of 571 ~ 28.55%

%35.73
%35.73
%28.55

CMYK color model

#CCCCA3 color CMYK value is (0,0,20,20).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%
CMYK:
(0,0,20,20)
C0M0Y20K20 
(0%,0%,20%,20%)
(0.00/0.00/0.20/0.20)	

CMYK percentages

%0
%0
%20.1
%20

Codes

Color #CCCCA3 in popluar color models

CCCCA3
RGB204204163
HSL60°28.67%71.96%
HSB/HSV60°20.10%80.00%
CMYK0.00%0.00%20.10%
20.00%

Color #CCCCA3 in popluar number systems.

HEXCCCCA3
Decimal204204163
Binary110011001100110010100011
Octal314314243

Shades and tints

Shades of #CCCCA3

#CCCCA3
(204,204,163)
#BABA95
(186,186,149)
#A8A887
(168,168,135)
#969679
(150,150,121)
#84846B
(132,132,107)
#72725D
(114,114,93)
#60604F
(96,96,79)
#4E4E41
(78,78,65)
#3C3C33
(60,60,51)
#2A2A25
(42,42,37)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCCCA3

#CCCCA3
(204,204,163)
#D0D0AB
(208,208,171)
#D4D4B3
(212,212,179)
#D8D8BB
(216,216,187)
#DCDCC3
(220,220,195)
#E0E0CB
(224,224,203)
#E4E4D3
(228,228,211)
#E8E8DB
(232,232,219)
#ECECE3
(236,236,227)
#F0F0EB
(240,240,235)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCA3; }

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

This text font color is #CCCCA3.


Background Color

.myBgColor { background-color: #CCCCA3; }

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

This div background color is #CCCCA3.


Border color

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

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

This div border color is #CCCCA3.


Opacity

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

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

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

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

This text has shadow with #CCCCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCA3 on black background.


Color preview on white background

This text has color #CCCCA3 on white background.



Black color preview on #CCCCA3 background

This text has black color on #CCCCA3 background.


White color preview on #CCCCA3 background

This text has white color on #CCCCA3 background.