COLOR #CCA6BF

HEX: #CCA6BF
RGB: (204,166,191)

Color info

#CCA6BF contains red, green and blue colors in about the same proportion. Web safe color of #CCA6BF is #CC99CC (or #C9C).

RGB color model

#CCA6BF color RGB value is (204,166,191).

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

RGB channels and saturation

R 204 of 255 = 80%
G 166 of 255 = 65%
B 191 of 255 = 75%

204
166
191

R + G + B ~ 73%. #CCA6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 166 + 191 = 561 (100%)
R 204 of 561 ~ 36.36%
G 166 of 561 ~ 29.59%
B 191 of 561 ~ 34.05%

%36.36
%29.59
%34.05

CMYK color model

#CCA6BF color CMYK value is (0,19,6,20).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 6.37%
  • key color value is 20.00%
CMYK:
(0,19,6,20)
C0M19Y6K20 
(0%,19%,6%,20%)
(0.00/0.19/0.06/0.20)	

CMYK percentages

%0
%18.63
%6.37
%20

Codes

Color #CCA6BF in popluar color models

CCA6BF
RGB204166191
HSL321°27.14%72.55%
HSB/HSV321°18.63%80.00%
CMYK0.00%18.63%6.37%
20.00%

Color #CCA6BF in popluar number systems.

HEXCCA6BF
Decimal204166191
Binary110011001010011010111111
Octal314246277

Shades and tints

Shades of #CCA6BF

#CCA6BF
(204,166,191)
#BA97AE
(186,151,174)
#A8889D
(168,136,157)
#96798C
(150,121,140)
#846A7B
(132,106,123)
#725B6A
(114,91,106)
#604C59
(96,76,89)
#4E3D48
(78,61,72)
#3C2E37
(60,46,55)
#2A1F26
(42,31,38)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #CCA6BF

#CCA6BF
(204,166,191)
#D0AEC4
(208,174,196)
#D4B6C9
(212,182,201)
#D8BECE
(216,190,206)
#DCC6D3
(220,198,211)
#E0CED8
(224,206,216)
#E4D6DD
(228,214,221)
#E8DEE2
(232,222,226)
#ECE6E7
(236,230,231)
#F0EEEC
(240,238,236)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA6BF; }

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

This text font color is #CCA6BF.


Background Color

.myBgColor { background-color: #CCA6BF; }

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

This div background color is #CCA6BF.


Border color

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

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

This div border color is #CCA6BF.


Opacity

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

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

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

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

This text has shadow with #CCA6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA6BF on black background.


Color preview on white background

This text has color #CCA6BF on white background.



Black color preview on #CCA6BF background

This text has black color on #CCA6BF background.


White color preview on #CCA6BF background

This text has white color on #CCA6BF background.