COLOR #CCB0CC

HEX: #CCB0CC
RGB: (204,176,204)

Color info

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

RGB color model

#CCB0CC color RGB value is (204,176,204).

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

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 204 of 255 = 80%

204
176
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 176 + 204 = 584 (100%)
R 204 of 584 ~ 34.93%
G 176 of 584 ~ 30.14%
B 204 of 584 ~ 34.93%

%34.93
%30.14
%34.93

CMYK color model

#CCB0CC color CMYK value is (0,14,0,20).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (0,14,0,20) C0M14Y0K20 (0%,14%,0%,20%) (0.00/0.14/0.00/0.20)

CMYK percentages

%0
%13.73
%0
%20

Codes

Color #CCB0CC in popluar color models

CCB0CC
RGB204176204
HSL300°21.54%74.51%
HSB/HSV300°13.73%80.00%
CMYK0.00%13.73%0.00%
20.00%

Color #CCB0CC in popluar number systems.

HEXCCB0CC
Decimal204176204
Binary110011001011000011001100
Octal314260314

Shades and tints

Shades of #CCB0CC

#CCB0CC
(204,176,204)
#BAA0BA
(186,160,186)
#A890A8
(168,144,168)
#968096
(150,128,150)
#847084
(132,112,132)
#726072
(114,96,114)
#605060
(96,80,96)
#4E404E
(78,64,78)
#3C303C
(60,48,60)
#2A202A
(42,32,42)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #CCB0CC

#CCB0CC
(204,176,204)
#D0B7D0
(208,183,208)
#D4BED4
(212,190,212)
#D8C5D8
(216,197,216)
#DCCCDC
(220,204,220)
#E0D3E0
(224,211,224)
#E4DAE4
(228,218,228)
#E8E1E8
(232,225,232)
#ECE8EC
(236,232,236)
#F0EFF0
(240,239,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB0CC; }

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

This text font color is #CCB0CC.


Background Color

.myBgColor { background-color: #CCB0CC; }

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

This div background color is #CCB0CC.


Border color

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

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

This div border color is #CCB0CC.


Opacity

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

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

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

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

This text has shadow with #CCB0CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CCB0CC on black background.


Color preview on white background

This text has color #CCB0CC on white background.



Black color preview on #CCB0CC background

This text has black color on #CCB0CC background.


White color preview on #CCB0CC background

This text has white color on #CCB0CC background.