COLOR #CCBACC

HEX: #CCBACC
RGB: (204,186,204)

Color info

#CCBACC contains red, green and blue colors in about the same proportion. Web safe color of #CCBACC is #CCCCCC (or #CCC).

RGB color model

#CCBACC color RGB value is (204,186,204).

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

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 204 of 255 = 80%

204
186
204

R + G + B ~ 78%. #CCBACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 204 = 594 (100%)
R 204 of 594 ~ 34.34%
G 186 of 594 ~ 31.31%
B 204 of 594 ~ 34.34%

%34.34
%31.31
%34.34

CMYK color model

#CCBACC color CMYK value is (0,9,0,20).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(0,9,0,20)
C0M9Y0K20 
(0%,9%,0%,20%)
(0.00/0.09/0.00/0.20)	

CMYK percentages

%0
%8.82
%0
%20

Codes

Color #CCBACC in popluar color models

CCBACC
RGB204186204
HSL300°15.00%76.47%
HSB/HSV300°8.82%80.00%
CMYK0.00%8.82%0.00%
20.00%

Color #CCBACC in popluar number systems.

HEXCCBACC
Decimal204186204
Binary110011001011101011001100
Octal314272314

Shades and tints

Shades of #CCBACC

#CCBACC
(204,186,204)
#BAAABA
(186,170,186)
#A89AA8
(168,154,168)
#968A96
(150,138,150)
#847A84
(132,122,132)
#726A72
(114,106,114)
#605A60
(96,90,96)
#4E4A4E
(78,74,78)
#3C3A3C
(60,58,60)
#2A2A2A
(42,42,42)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCBACC

#CCBACC
(204,186,204)
#D0C0D0
(208,192,208)
#D4C6D4
(212,198,212)
#D8CCD8
(216,204,216)
#DCD2DC
(220,210,220)
#E0D8E0
(224,216,224)
#E4DEE4
(228,222,228)
#E8E4E8
(232,228,232)
#ECEAEC
(236,234,236)
#F0F0F0
(240,240,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBACC; }

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

This text font color is #CCBACC.


Background Color

.myBgColor { background-color: #CCBACC; }

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

This div background color is #CCBACC.


Border color

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

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

This div border color is #CCBACC.


Opacity

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

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

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

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

This text has shadow with #CCBACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBACC on black background.


Color preview on white background

This text has color #CCBACC on white background.



Black color preview on #CCBACC background

This text has black color on #CCBACC background.


White color preview on #CCBACC background

This text has white color on #CCBACC background.