COLOR #CCA8B3

HEX: #CCA8B3
RGB: (204,168,179)

Color info

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

RGB color model

#CCA8B3 color RGB value is (204,168,179).

  • red value is 204;
  • green value is 168;
  • blue value is 179.
RGB:
(204,168,179)
(80%,66%,70%)

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 179 of 255 = 70%

204
168
179

R + G + B ~ 72%. #CCA8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 168 + 179 = 551 (100%)
R 204 of 551 ~ 37.02%
G 168 of 551 ~ 30.49%
B 179 of 551 ~ 32.49%

%37.02
%30.49
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(0,18,12,20)
C0M18Y12K20 
(0%,18%,12%,20%)
(0.00/0.18/0.12/0.20)	

CMYK percentages

%0
%17.65
%12.25
%20

Codes

Color #CCA8B3 in popluar color models

CCA8B3
RGB204168179
HSL342°26.09%72.94%
HSB/HSV342°17.65%80.00%
CMYK0.00%17.65%12.25%
20.00%

Color #CCA8B3 in popluar number systems.

HEXCCA8B3
Decimal204168179
Binary110011001010100010110011
Octal314250263

Shades and tints

Shades of #CCA8B3

#CCA8B3
(204,168,179)
#BA99A3
(186,153,163)
#A88A93
(168,138,147)
#967B83
(150,123,131)
#846C73
(132,108,115)
#725D63
(114,93,99)
#604E53
(96,78,83)
#4E3F43
(78,63,67)
#3C3033
(60,48,51)
#2A2123
(42,33,35)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #CCA8B3

#CCA8B3
(204,168,179)
#D0AFB9
(208,175,185)
#D4B6BF
(212,182,191)
#D8BDC5
(216,189,197)
#DCC4CB
(220,196,203)
#E0CBD1
(224,203,209)
#E4D2D7
(228,210,215)
#E8D9DD
(232,217,221)
#ECE0E3
(236,224,227)
#F0E7E9
(240,231,233)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA8B3; }

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

This text font color is #CCA8B3.


Background Color

.myBgColor { background-color: #CCA8B3; }

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

This div background color is #CCA8B3.


Border color

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

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

This div border color is #CCA8B3.


Opacity

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

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

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

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

This text has shadow with #CCA8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA8B3 on black background.


Color preview on white background

This text has color #CCA8B3 on white background.



Black color preview on #CCA8B3 background

This text has black color on #CCA8B3 background.


White color preview on #CCA8B3 background

This text has white color on #CCA8B3 background.