COLOR #CCA6BD

HEX: #CCA6BD
RGB: (204,166,189)

Color info

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

RGB color model

#CCA6BD color RGB value is (204,166,189).

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

RGB channels and saturation

R 204 of 255 = 80%
G 166 of 255 = 65%
B 189 of 255 = 74%

204
166
189

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

Portions of RGB colors in percentages

R + G + B =
204 + 166 + 189 = 559 (100%)
R 204 of 559 ~ 36.49%
G 166 of 559 ~ 29.7%
B 189 of 559 ~ 33.81%

%36.49
%29.7
%33.81

CMYK color model

#CCA6BD color CMYK value is (0,19,7,20).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(0,19,7,20)
C0M19Y7K20 
(0%,19%,7%,20%)
(0.00/0.19/0.07/0.20)	

CMYK percentages

%0
%18.63
%7.35
%20

Codes

Color #CCA6BD in popluar color models

CCA6BD
RGB204166189
HSL324°27.14%72.55%
HSB/HSV324°18.63%80.00%
CMYK0.00%18.63%7.35%
20.00%

Color #CCA6BD in popluar number systems.

HEXCCA6BD
Decimal204166189
Binary110011001010011010111101
Octal314246275

Shades and tints

Shades of #CCA6BD

#CCA6BD
(204,166,189)
#BA97AC
(186,151,172)
#A8889B
(168,136,155)
#96798A
(150,121,138)
#846A79
(132,106,121)
#725B68
(114,91,104)
#604C57
(96,76,87)
#4E3D46
(78,61,70)
#3C2E35
(60,46,53)
#2A1F24
(42,31,36)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #CCA6BD

#CCA6BD
(204,166,189)
#D0AEC3
(208,174,195)
#D4B6C9
(212,182,201)
#D8BECF
(216,190,207)
#DCC6D5
(220,198,213)
#E0CEDB
(224,206,219)
#E4D6E1
(228,214,225)
#E8DEE7
(232,222,231)
#ECE6ED
(236,230,237)
#F0EEF3
(240,238,243)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA6BD; }

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

This text font color is #CCA6BD.


Background Color

.myBgColor { background-color: #CCA6BD; }

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

This div background color is #CCA6BD.


Border color

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

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

This div border color is #CCA6BD.


Opacity

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

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

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

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

This text has shadow with #CCA6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA6BD on black background.


Color preview on white background

This text has color #CCA6BD on white background.



Black color preview on #CCA6BD background

This text has black color on #CCA6BD background.


White color preview on #CCA6BD background

This text has white color on #CCA6BD background.