COLOR #CCA6AB

HEX: #CCA6AB
RGB: (204,166,171)

Color info

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

RGB color model

#CCA6AB color RGB value is (204,166,171).

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

RGB channels and saturation

R 204 of 255 = 80%
G 166 of 255 = 65%
B 171 of 255 = 67%

204
166
171

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

Portions of RGB colors in percentages

R + G + B =
204 + 166 + 171 = 541 (100%)
R 204 of 541 ~ 37.71%
G 166 of 541 ~ 30.68%
B 171 of 541 ~ 31.61%

%37.71
%30.68
%31.61

CMYK color model

#CCA6AB color CMYK value is (0,19,16,20).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 16.18%
  • key color value is 20.00%
CMYK:
(0,19,16,20)
C0M19Y16K20 
(0%,19%,16%,20%)
(0.00/0.19/0.16/0.20)	

CMYK percentages

%0
%18.63
%16.18
%20

Codes

Color #CCA6AB in popluar color models

CCA6AB
RGB204166171
HSL352°27.14%72.55%
HSB/HSV352°18.63%80.00%
CMYK0.00%18.63%16.18%
20.00%

Color #CCA6AB in popluar number systems.

HEXCCA6AB
Decimal204166171
Binary110011001010011010101011
Octal314246253

Shades and tints

Shades of #CCA6AB

#CCA6AB
(204,166,171)
#BA979C
(186,151,156)
#A8888D
(168,136,141)
#96797E
(150,121,126)
#846A6F
(132,106,111)
#725B60
(114,91,96)
#604C51
(96,76,81)
#4E3D42
(78,61,66)
#3C2E33
(60,46,51)
#2A1F24
(42,31,36)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #CCA6AB

#CCA6AB
(204,166,171)
#D0AEB2
(208,174,178)
#D4B6B9
(212,182,185)
#D8BEC0
(216,190,192)
#DCC6C7
(220,198,199)
#E0CECE
(224,206,206)
#E4D6D5
(228,214,213)
#E8DEDC
(232,222,220)
#ECE6E3
(236,230,227)
#F0EEEA
(240,238,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA6AB; }

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

This text font color is #CCA6AB.


Background Color

.myBgColor { background-color: #CCA6AB; }

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

This div background color is #CCA6AB.


Border color

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

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

This div border color is #CCA6AB.


Opacity

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

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

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

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

This text has shadow with #CCA6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA6AB on black background.


Color preview on white background

This text has color #CCA6AB on white background.



Black color preview on #CCA6AB background

This text has black color on #CCA6AB background.


White color preview on #CCA6AB background

This text has white color on #CCA6AB background.