COLOR #CCA6AF

HEX: #CCA6AF
RGB: (204,166,175)

Color info

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

RGB color model

#CCA6AF color RGB value is (204,166,175).

  • red value is 204;
  • green value is 166;
  • blue value is 175.
RGB:
(204,166,175)
(80%,65%,69%)

RGB channels and saturation

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

204
166
175

R + G + B ~ 71%. #CCA6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 166 + 175 = 545 (100%)
R 204 of 545 ~ 37.43%
G 166 of 545 ~ 30.46%
B 175 of 545 ~ 32.11%

%37.43
%30.46
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 14.22%
  • key color value is 20.00%
CMYK:
(0,19,14,20)
C0M19Y14K20 
(0%,19%,14%,20%)
(0.00/0.19/0.14/0.20)	

CMYK percentages

%0
%18.63
%14.22
%20

Codes

Color #CCA6AF in popluar color models

CCA6AF
RGB204166175
HSL346°27.14%72.55%
HSB/HSV346°18.63%80.00%
CMYK0.00%18.63%14.22%
20.00%

Color #CCA6AF in popluar number systems.

HEXCCA6AF
Decimal204166175
Binary110011001010011010101111
Octal314246257

Shades and tints

Shades of #CCA6AF

#CCA6AF
(204,166,175)
#BA97A0
(186,151,160)
#A88891
(168,136,145)
#967982
(150,121,130)
#846A73
(132,106,115)
#725B64
(114,91,100)
#604C55
(96,76,85)
#4E3D46
(78,61,70)
#3C2E37
(60,46,55)
#2A1F28
(42,31,40)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #CCA6AF

#CCA6AF
(204,166,175)
#D0AEB6
(208,174,182)
#D4B6BD
(212,182,189)
#D8BEC4
(216,190,196)
#DCC6CB
(220,198,203)
#E0CED2
(224,206,210)
#E4D6D9
(228,214,217)
#E8DEE0
(232,222,224)
#ECE6E7
(236,230,231)
#F0EEEE
(240,238,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA6AF; }

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

This text font color is #CCA6AF.


Background Color

.myBgColor { background-color: #CCA6AF; }

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

This div background color is #CCA6AF.


Border color

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

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

This div border color is #CCA6AF.


Opacity

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

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

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

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

This text has shadow with #CCA6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA6AF on black background.


Color preview on white background

This text has color #CCA6AF on white background.



Black color preview on #CCA6AF background

This text has black color on #CCA6AF background.


White color preview on #CCA6AF background

This text has white color on #CCA6AF background.