COLOR #CCA4A7

HEX: #CCA4A7
RGB: (204,164,167)

Color info

#CCA4A7 contains red, green and blue colors in about the same proportion. Web safe color of #CCA4A7 is #CC9999 (or #C99).

RGB color model

#CCA4A7 color RGB value is (204,164,167).

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

RGB channels and saturation

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

204
164
167

R + G + B ~ 70%. #CCA4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 164 + 167 = 535 (100%)
R 204 of 535 ~ 38.13%
G 164 of 535 ~ 30.65%
B 167 of 535 ~ 31.21%

%38.13
%30.65
%31.21

CMYK color model

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

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

CMYK percentages

%0
%19.61
%18.14
%20

Codes

Color #CCA4A7 in popluar color models

CCA4A7
RGB204164167
HSL356°28.17%72.16%
HSB/HSV356°19.61%80.00%
CMYK0.00%19.61%18.14%
20.00%

Color #CCA4A7 in popluar number systems.

HEXCCA4A7
Decimal204164167
Binary110011001010010010100111
Octal314244247

Shades and tints

Shades of #CCA4A7

#CCA4A7
(204,164,167)
#BA9698
(186,150,152)
#A88889
(168,136,137)
#967A7A
(150,122,122)
#846C6B
(132,108,107)
#725E5C
(114,94,92)
#60504D
(96,80,77)
#4E423E
(78,66,62)
#3C342F
(60,52,47)
#2A2620
(42,38,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCA4A7

#CCA4A7
(204,164,167)
#D0ACAF
(208,172,175)
#D4B4B7
(212,180,183)
#D8BCBF
(216,188,191)
#DCC4C7
(220,196,199)
#E0CCCF
(224,204,207)
#E4D4D7
(228,212,215)
#E8DCDF
(232,220,223)
#ECE4E7
(236,228,231)
#F0ECEF
(240,236,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA4A7; }

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

This text font color is #CCA4A7.


Background Color

.myBgColor { background-color: #CCA4A7; }

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

This div background color is #CCA4A7.


Border color

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

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

This div border color is #CCA4A7.


Opacity

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

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

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

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

This text has shadow with #CCA4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA4A7 on black background.


Color preview on white background

This text has color #CCA4A7 on white background.



Black color preview on #CCA4A7 background

This text has black color on #CCA4A7 background.


White color preview on #CCA4A7 background

This text has white color on #CCA4A7 background.