COLOR #CCCFD6

HEX: #CCCFD6 RGB: (204,207,214)

Color info

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

RGB color model

#CCCFD6 color RGB value is (204,207,214).

RGB: (204,207,214) (80%, 81%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 207 of 255 = 81%
B 214 of 255 = 84%

204
207
214

R + G + B ~ 82%. #CCCFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 207 + 214 = 625 (100%)
R 204 of 625 ~ 32.64%
G 207 of 625 ~ 33.12%
B 214 of 625 ~ 34.24'%

%32.64
%33.12
%34.24

CMYK color model

#CCCFD6 color CMYK value is (5,3,0,16).

  • cyan value is 4.67%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (5,3,0,16) C5M3Y0K16 (5%,3%,0%,16%) (0.05/0.03/0.00/0.16) 

CMYK percentages

%4.67
%3.27
%0
%16.08

Codes

Color #CCCFD6 in popluar color models

CC CF D6
RGB 204 207 214
HSL 222° 10.87% 81.96%
HSB/HSV 222° 4.67% 83.92%
CMYK 4.67% 3.27% 0.00%
16.08%

Color #CCCFD6 in popluar number systems.

HEX CC CF D6
Decimal 204 207 214
Binary 11001100 11001111 11010110
Octal 314 317 326

Shades and tints

Shades of #CCCFD6

#CCCFD6
(204,207,214)
#BABDC3
(186,189,195)
#A8ABB0
(168,171,176)
#96999D
(150,153,157)
#84878A
(132,135,138)
#727577
(114,117,119)
#606364
(96,99,100)
#4E5151
(78,81,81)
#3C3F3E
(60,63,62)
#2A2D2B
(42,45,43)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #CCCFD6

#CCCFD6
(204,207,214)
#D0D3D9
(208,211,217)
#D4D7DC
(212,215,220)
#D8DBDF
(216,219,223)
#DCDFE2
(220,223,226)
#E0E3E5
(224,227,229)
#E4E7E8
(228,231,232)
#E8EBEB
(232,235,235)
#ECEFEE
(236,239,238)
#F0F3F1
(240,243,241)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCFD6; }

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

This text font color is #CCCFD6.

Background Color

.myBgColor { background-color: #CCCFD6; }

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

This div background color is #CCCFD6.

Border color

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

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

This div border color is #CCCFD6.

Opacity

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

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

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

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

This text has shadow with #CCCFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCFD6.

Preview

Color preview on black background

This text has color #CCCFD6 on black background.


Color preview on white background

This text has color #CCCFD6 on white background.


Black color preview on #CCCFD6 background

This text has black color on #CCCFD6 background.


White color preview on #CCCFD6 background

This text has white color on #CCCFD6 background.


Related colors

Complementary color

Complementary color for #hex is #333029.


I love getcolorcode.com

Triadic colors

1 #D6CCCF and #CFD6CC with #CCCFD6 are triadic colors.

2 #D6CFCC and #CFCCD6 with #CCCFD6 are triadic colors.