COLOR #CCA6BE

HEX: #CCA6BE
RGB: (204,166,190)

Color info

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

RGB color model

#CCA6BE color RGB value is (204,166,190).

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

RGB channels and saturation

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

204
166
190

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

Portions of RGB colors in percentages

R + G + B =
204 + 166 + 190 = 560 (100%)
R 204 of 560 ~ 36.43%
G 166 of 560 ~ 29.64%
B 190 of 560 ~ 33.93%

%36.43
%29.64
%33.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 6.86%
  • 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
%6.86
%20

Codes

Color #CCA6BE in popluar color models

CCA6BE
RGB204166190
HSL322°27.14%72.55%
HSB/HSV322°18.63%80.00%
CMYK0.00%18.63%6.86%
20.00%

Color #CCA6BE in popluar number systems.

HEXCCA6BE
Decimal204166190
Binary110011001010011010111110
Octal314246276

Shades and tints

Shades of #CCA6BE

#CCA6BE
(204,166,190)
#BA97AD
(186,151,173)
#A8889C
(168,136,156)
#96798B
(150,121,139)
#846A7A
(132,106,122)
#725B69
(114,91,105)
#604C58
(96,76,88)
#4E3D47
(78,61,71)
#3C2E36
(60,46,54)
#2A1F25
(42,31,37)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #CCA6BE

#CCA6BE
(204,166,190)
#D0AEC3
(208,174,195)
#D4B6C8
(212,182,200)
#D8BECD
(216,190,205)
#DCC6D2
(220,198,210)
#E0CED7
(224,206,215)
#E4D6DC
(228,214,220)
#E8DEE1
(232,222,225)
#ECE6E6
(236,230,230)
#F0EEEB
(240,238,235)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA6BE; }

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

This text font color is #CCA6BE.


Background Color

.myBgColor { background-color: #CCA6BE; }

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

This div background color is #CCA6BE.


Border color

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

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

This div border color is #CCA6BE.


Opacity

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

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

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

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

This text has shadow with #CCA6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA6BE on black background.


Color preview on white background

This text has color #CCA6BE on white background.



Black color preview on #CCA6BE background

This text has black color on #CCA6BE background.


White color preview on #CCA6BE background

This text has white color on #CCA6BE background.