COLOR #CCB6DC

HEX: #CCB6DC RGB: (204,182,220)

Color info

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

RGB color model

#CCB6DC color RGB value is (204,182,220).

RGB: (204,182,220) (80%, 71%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 220 of 255 = 86%

204
182
220

R + G + B ~ 79%. #CCB6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 182 + 220 = 606 (100%)
R 204 of 606 ~ 33.66%
G 182 of 606 ~ 30.03%
B 220 of 606 ~ 36.3'%

%33.66
%30.03
%36.3

CMYK color model

#CCB6DC color CMYK value is (7,17,0,14).

  • cyan value is 7.27%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (7,17,0,14) C7M17Y0K14 (7%,17%,0%,14%) (0.07/0.17/0.00/0.14) 

CMYK percentages

%7.27
%17.27
%0
%13.73

Codes

Color #CCB6DC in popluar color models

CC B6 DC
RGB 204 182 220
HSL 275° 35.19% 78.82%
HSB/HSV 275° 17.27% 86.27%
CMYK 7.27% 17.27% 0.00%
13.73%

Color #CCB6DC in popluar number systems.

HEX CC B6 DC
Decimal 204 182 220
Binary 11001100 10110110 11011100
Octal 314 266 334

Shades and tints

Shades of #CCB6DC

#CCB6DC
(204,182,220)
#BAA6C8
(186,166,200)
#A896B4
(168,150,180)
#9686A0
(150,134,160)
#84768C
(132,118,140)
#726678
(114,102,120)
#605664
(96,86,100)
#4E4650
(78,70,80)
#3C363C
(60,54,60)
#2A2628
(42,38,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #CCB6DC

#CCB6DC
(204,182,220)
#D0BCDF
(208,188,223)
#D4C2E2
(212,194,226)
#D8C8E5
(216,200,229)
#DCCEE8
(220,206,232)
#E0D4EB
(224,212,235)
#E4DAEE
(228,218,238)
#E8E0F1
(232,224,241)
#ECE6F4
(236,230,244)
#F0ECF7
(240,236,247)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB6DC; }

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

This text font color is #CCB6DC.

Background Color

.myBgColor { background-color: #CCB6DC; }

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

This div background color is #CCB6DC.

Border color

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

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

This div border color is #CCB6DC.

Opacity

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

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

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

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

This text has shadow with #CCB6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB6DC.

Preview

Color preview on black background

This text has color #CCB6DC on black background.


Color preview on white background

This text has color #CCB6DC on white background.


Black color preview on #CCB6DC background

This text has black color on #CCB6DC background.


White color preview on #CCB6DC background

This text has white color on #CCB6DC background.


Related colors

Complementary color

Complementary color for #hex is #334923.


I love getcolorcode.com

Triadic colors

1 #DCCCB6 and #B6DCCC with #CCB6DC are triadic colors.

2 #DCB6CC and #B6CCDC with #CCB6DC are triadic colors.