COLOR #CCB0D1

HEX: #CCB0D1
RGB: (204,176,209)

Color info

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

RGB color model

#CCB0D1 color RGB value is (204,176,209).

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

RGB channels and saturation

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

204
176
209

R + G + B ~ 77%. #CCB0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 176 + 209 = 589 (100%)
R 204 of 589 ~ 34.63%
G 176 of 589 ~ 29.88%
B 209 of 589 ~ 35.48%

%34.63
%29.88
%35.48

CMYK color model

#CCB0D1 color CMYK value is (2,16,0,18).

  • cyan value is 2.39%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(2,16,0,18)
C2M16Y0K18 
(2%,16%,0%,18%)
(0.02/0.16/0.00/0.18)	

CMYK percentages

%2.39
%15.79
%0
%18.04

Codes

Color #CCB0D1 in popluar color models

CCB0D1
RGB204176209
HSL291°26.40%75.49%
HSB/HSV291°15.79%81.96%
CMYK2.39%15.79%0.00%
18.04%

Color #CCB0D1 in popluar number systems.

HEXCCB0D1
Decimal204176209
Binary110011001011000011010001
Octal314260321

Shades and tints

Shades of #CCB0D1

#CCB0D1
(204,176,209)
#BAA0BE
(186,160,190)
#A890AB
(168,144,171)
#968098
(150,128,152)
#847085
(132,112,133)
#726072
(114,96,114)
#60505F
(96,80,95)
#4E404C
(78,64,76)
#3C3039
(60,48,57)
#2A2026
(42,32,38)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #CCB0D1

#CCB0D1
(204,176,209)
#D0B7D5
(208,183,213)
#D4BED9
(212,190,217)
#D8C5DD
(216,197,221)
#DCCCE1
(220,204,225)
#E0D3E5
(224,211,229)
#E4DAE9
(228,218,233)
#E8E1ED
(232,225,237)
#ECE8F1
(236,232,241)
#F0EFF5
(240,239,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB0D1; }

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

This text font color is #CCB0D1.


Background Color

.myBgColor { background-color: #CCB0D1; }

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

This div background color is #CCB0D1.


Border color

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

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

This div border color is #CCB0D1.


Opacity

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

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

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

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

This text has shadow with #CCB0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB0D1 on black background.


Color preview on white background

This text has color #CCB0D1 on white background.



Black color preview on #CCB0D1 background

This text has black color on #CCB0D1 background.


White color preview on #CCB0D1 background

This text has white color on #CCB0D1 background.