COLOR #CCC6D7

HEX: #CCC6D7 RGB: (204,198,215)

Color info

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

RGB color model

#CCC6D7 color RGB value is (204,198,215).

RGB: (204,198,215) (80%, 78%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 215 of 255 = 84%

204
198
215

R + G + B ~ 81%. #CCC6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 215 = 617 (100%)
R 204 of 617 ~ 33.06%
G 198 of 617 ~ 32.09%
B 215 of 617 ~ 34.85'%

%33.06
%32.09
%34.85

CMYK color model

#CCC6D7 color CMYK value is (5,8,0,16).

  • cyan value is 5.12%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (5,8,0,16)
C5M8Y0K16 (5%, 8%, 0%, 16%)
(0.05 / 0.08 / 0.00 / 0.16)

CMYK percentages

%5.12
%7.91
%0
%15.69

Codes

Color #CCC6D7 in popluar color models

CC C6 D7
RGB 204 198 215
HSL 261° 17.53% 80.98%
HSB/HSV 261° 7.91% 84.31%
CMYK 5.12% 7.91% 0.00%
15.69%

Color #CCC6D7 in popluar number systems.

HEX CC C6 D7
Decimal 204 198 215
Binary 11001100 11000110 11010111
Octal 314 306 327

Shades and tints

Shades of #CCC6D7

#CCC6D7
(204,198,215)
#BAB4C4
(186,180,196)
#A8A2B1
(168,162,177)
#96909E
(150,144,158)
#847E8B
(132,126,139)
#726C78
(114,108,120)
#605A65
(96,90,101)
#4E4852
(78,72,82)
#3C363F
(60,54,63)
#2A242C
(42,36,44)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CCC6D7

#CCC6D7
(204,198,215)
#D0CBDA
(208,203,218)
#D4D0DD
(212,208,221)
#D8D5E0
(216,213,224)
#DCDAE3
(220,218,227)
#E0DFE6
(224,223,230)
#E4E4E9
(228,228,233)
#E8E9EC
(232,233,236)
#ECEEEF
(236,238,239)
#F0F3F2
(240,243,242)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC6D7; }

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

This text font color is #CCC6D7.

Background Color

.myBgColor { background-color: #CCC6D7; }

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

This div background color is #CCC6D7.

Border color

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

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

This div border color is #CCC6D7.

Opacity

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

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

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

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

This text has shadow with #CCC6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC6D7.

Preview

Color preview on black background

This text has color #CCC6D7 on black background.


Color preview on white background

This text has color #CCC6D7 on white background.


Black color preview on #CCC6D7 background

This text has black color on #CCC6D7 background.


White color preview on #CCC6D7 background

This text has white color on #CCC6D7 background.


Related colors

Complementary color

Complementary color for #hex is #333928.


I love getcolorcode.com

Triadic colors

1 #D7CCC6 and #C6D7CC with #CCC6D7 are triadic colors.

2 #D7C6CC and #C6CCD7 with #CCC6D7 are triadic colors.