COLOR #CCACBB

HEX: #CCACBB
RGB: (204,172,187)

Color info

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

RGB color model

#CCACBB color RGB value is (204,172,187).

  • red value is 204;
  • green value is 172;
  • blue value is 187.
RGB:
(204,172,187)
(80%,67%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 187 of 255 = 73%

204
172
187

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

Portions of RGB colors in percentages

R + G + B =
204 + 172 + 187 = 563 (100%)
R 204 of 563 ~ 36.23%
G 172 of 563 ~ 30.55%
B 187 of 563 ~ 33.21%

%36.23
%30.55
%33.21

CMYK color model

#CCACBB color CMYK value is (0,16,8,20).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK:
(0,16,8,20)
C0M16Y8K20 
(0%,16%,8%,20%)
(0.00/0.16/0.08/0.20)	

CMYK percentages

%0
%15.69
%8.33
%20

Codes

Color #CCACBB in popluar color models

CCACBB
RGB204172187
HSL332°23.88%73.73%
HSB/HSV332°15.69%80.00%
CMYK0.00%15.69%8.33%
20.00%

Color #CCACBB in popluar number systems.

HEXCCACBB
Decimal204172187
Binary110011001010110010111011
Octal314254273

Shades and tints

Shades of #CCACBB

#CCACBB
(204,172,187)
#BA9DAA
(186,157,170)
#A88E99
(168,142,153)
#967F88
(150,127,136)
#847077
(132,112,119)
#726166
(114,97,102)
#605255
(96,82,85)
#4E4344
(78,67,68)
#3C3433
(60,52,51)
#2A2522
(42,37,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #CCACBB

#CCACBB
(204,172,187)
#D0B3C1
(208,179,193)
#D4BAC7
(212,186,199)
#D8C1CD
(216,193,205)
#DCC8D3
(220,200,211)
#E0CFD9
(224,207,217)
#E4D6DF
(228,214,223)
#E8DDE5
(232,221,229)
#ECE4EB
(236,228,235)
#F0EBF1
(240,235,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCACBB color. Also use rgb(204,172,187) instead hex code.

Text Font Color

.myTextColor { color: #CCACBB; }

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

This text font color is #CCACBB.


Background Color

.myBgColor { background-color: #CCACBB; }

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

This div background color is #CCACBB.


Border color

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

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

This div border color is #CCACBB.


Opacity

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

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

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

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

This text has shadow with #CCACBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCACBB on black background.


Color preview on white background

This text has color #CCACBB on white background.



Black color preview on #CCACBB background

This text has black color on #CCACBB background.


White color preview on #CCACBB background

This text has white color on #CCACBB background.