COLOR #CCA7B0

HEX: #CCA7B0
RGB: (204,167,176)

Color info

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

RGB color model

#CCA7B0 color RGB value is (204,167,176).

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

RGB channels and saturation

R 204 of 255 = 80%
G 167 of 255 = 65%
B 176 of 255 = 69%

204
167
176

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

Portions of RGB colors in percentages

R + G + B =
204 + 167 + 176 = 547 (100%)
R 204 of 547 ~ 37.29%
G 167 of 547 ~ 30.53%
B 176 of 547 ~ 32.18%

%37.29
%30.53
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 13.73%
  • key color value is 20.00%
CMYK:
(0,18,14,20)
C0M18Y14K20 
(0%,18%,14%,20%)
(0.00/0.18/0.14/0.20)	

CMYK percentages

%0
%18.14
%13.73
%20

Codes

Color #CCA7B0 in popluar color models

CCA7B0
RGB204167176
HSL345°26.62%72.75%
HSB/HSV345°18.14%80.00%
CMYK0.00%18.14%13.73%
20.00%

Color #CCA7B0 in popluar number systems.

HEXCCA7B0
Decimal204167176
Binary110011001010011110110000
Octal314247260

Shades and tints

Shades of #CCA7B0

#CCA7B0
(204,167,176)
#BA98A0
(186,152,160)
#A88990
(168,137,144)
#967A80
(150,122,128)
#846B70
(132,107,112)
#725C60
(114,92,96)
#604D50
(96,77,80)
#4E3E40
(78,62,64)
#3C2F30
(60,47,48)
#2A2020
(42,32,32)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #CCA7B0

#CCA7B0
(204,167,176)
#D0AFB7
(208,175,183)
#D4B7BE
(212,183,190)
#D8BFC5
(216,191,197)
#DCC7CC
(220,199,204)
#E0CFD3
(224,207,211)
#E4D7DA
(228,215,218)
#E8DFE1
(232,223,225)
#ECE7E8
(236,231,232)
#F0EFEF
(240,239,239)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA7B0; }

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

This text font color is #CCA7B0.


Background Color

.myBgColor { background-color: #CCA7B0; }

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

This div background color is #CCA7B0.


Border color

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

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

This div border color is #CCA7B0.


Opacity

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

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

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

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

This text has shadow with #CCA7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA7B0 on black background.


Color preview on white background

This text has color #CCA7B0 on white background.



Black color preview on #CCA7B0 background

This text has black color on #CCA7B0 background.


White color preview on #CCA7B0 background

This text has white color on #CCA7B0 background.