COLOR #CCB0CD

HEX: #CCB0CD
RGB: (204,176,205)

Color info

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

RGB color model

#CCB0CD color RGB value is (204,176,205).

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

RGB channels and saturation

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

204
176
205

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

Portions of RGB colors in percentages

R + G + B =
204 + 176 + 205 = 585 (100%)
R 204 of 585 ~ 34.87%
G 176 of 585 ~ 30.09%
B 205 of 585 ~ 35.04%

%34.87
%30.09
%35.04

CMYK color model

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

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

CMYK percentages

%0.49
%14.15
%0
%19.61

Codes

Color #CCB0CD in popluar color models

CCB0CD
RGB204176205
HSL298°22.48%74.71%
HSB/HSV298°14.15%80.39%
CMYK0.49%14.15%0.00%
19.61%

Color #CCB0CD in popluar number systems.

HEXCCB0CD
Decimal204176205
Binary110011001011000011001101
Octal314260315

Shades and tints

Shades of #CCB0CD

#CCB0CD
(204,176,205)
#BAA0BB
(186,160,187)
#A890A9
(168,144,169)
#968097
(150,128,151)
#847085
(132,112,133)
#726073
(114,96,115)
#605061
(96,80,97)
#4E404F
(78,64,79)
#3C303D
(60,48,61)
#2A202B
(42,32,43)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #CCB0CD

#CCB0CD
(204,176,205)
#D0B7D1
(208,183,209)
#D4BED5
(212,190,213)
#D8C5D9
(216,197,217)
#DCCCDD
(220,204,221)
#E0D3E1
(224,211,225)
#E4DAE5
(228,218,229)
#E8E1E9
(232,225,233)
#ECE8ED
(236,232,237)
#F0EFF1
(240,239,241)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB0CD; }

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

This text font color is #CCB0CD.


Background Color

.myBgColor { background-color: #CCB0CD; }

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

This div background color is #CCB0CD.


Border color

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

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

This div border color is #CCB0CD.


Opacity

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

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

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

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

This text has shadow with #CCB0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB0CD on black background.


Color preview on white background

This text has color #CCB0CD on white background.



Black color preview on #CCB0CD background

This text has black color on #CCB0CD background.


White color preview on #CCB0CD background

This text has white color on #CCB0CD background.