COLOR #CCACCB

HEX: #CCACCB
RGB: (204,172,203)

Color info

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

RGB color model

#CCACCB color RGB value is (204,172,203).

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

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 203 of 255 = 80%

204
172
203

R + G + B ~ 76%. #CCACCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 172 + 203 = 579 (100%)
R 204 of 579 ~ 35.23%
G 172 of 579 ~ 29.71%
B 203 of 579 ~ 35.06%

%35.23
%29.71
%35.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 0.49%
  • key color value is 20.00%
CMYK:
(0,16,0,20)
C0M16Y0K20 
(0%,16%,0%,20%)
(0.00/0.16/0.00/0.20)	

CMYK percentages

%0
%15.69
%0.49
%20

Codes

Color #CCACCB in popluar color models

CCACCB
RGB204172203
HSL302°23.88%73.73%
HSB/HSV302°15.69%80.00%
CMYK0.00%15.69%0.49%
20.00%

Color #CCACCB in popluar number systems.

HEXCCACCB
Decimal204172203
Binary110011001010110011001011
Octal314254313

Shades and tints

Shades of #CCACCB

#CCACCB
(204,172,203)
#BA9DB9
(186,157,185)
#A88EA7
(168,142,167)
#967F95
(150,127,149)
#847083
(132,112,131)
#726171
(114,97,113)
#60525F
(96,82,95)
#4E434D
(78,67,77)
#3C343B
(60,52,59)
#2A2529
(42,37,41)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #CCACCB

#CCACCB
(204,172,203)
#D0B3CF
(208,179,207)
#D4BAD3
(212,186,211)
#D8C1D7
(216,193,215)
#DCC8DB
(220,200,219)
#E0CFDF
(224,207,223)
#E4D6E3
(228,214,227)
#E8DDE7
(232,221,231)
#ECE4EB
(236,228,235)
#F0EBEF
(240,235,239)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCACCB; }

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

This text font color is #CCACCB.


Background Color

.myBgColor { background-color: #CCACCB; }

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

This div background color is #CCACCB.


Border color

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

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

This div border color is #CCACCB.


Opacity

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

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

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

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

This text has shadow with #CCACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCACCB on black background.


Color preview on white background

This text has color #CCACCB on white background.



Black color preview on #CCACCB background

This text has black color on #CCACCB background.


White color preview on #CCACCB background

This text has white color on #CCACCB background.