COLOR #CCD6BC

HEX: #CCD6BC RGB: (204,214,188)

Color info

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

RGB color model

#CCD6BC color RGB value is (204,214,188).

RGB: (204,214,188) (80%, 84%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 188 of 255 = 74%

204
214
188

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

Portions of RGB colors in percentages

R + G + B = 204 + 214 + 188 = 606 (100%)
R 204 of 606 ~ 33.66%
G 214 of 606 ~ 35.31%
B 188 of 606 ~ 31.02'%

%33.66
%35.31
%31.02

CMYK color model

#CCD6BC color CMYK value is (5,0,12,16).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 16.08%

CMYK: (5,0,12,16)
C5M0Y12K16 (5%, 0%, 12%, 16%)
(0.05 / 0.00 / 0.12 / 0.16)

CMYK percentages

%4.67
%0
%12.15
%16.08

Codes

Color #CCD6BC in popluar color models

CC D6 BC
RGB 204 214 188
HSL 83° 24.07% 78.82%
HSB/HSV 83° 12.15% 83.92%
CMYK 4.67% 0.00% 12.15%
16.08%

Color #CCD6BC in popluar number systems.

HEX CC D6 BC
Decimal 204 214 188
Binary 11001100 11010110 10111100
Octal 314 326 274

Shades and tints

Shades of #CCD6BC

#CCD6BC
(204,214,188)
#BAC3AB
(186,195,171)
#A8B09A
(168,176,154)
#969D89
(150,157,137)
#848A78
(132,138,120)
#727767
(114,119,103)
#606456
(96,100,86)
#4E5145
(78,81,69)
#3C3E34
(60,62,52)
#2A2B23
(42,43,35)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #CCD6BC

#CCD6BC
(204,214,188)
#D0D9C2
(208,217,194)
#D4DCC8
(212,220,200)
#D8DFCE
(216,223,206)
#DCE2D4
(220,226,212)
#E0E5DA
(224,229,218)
#E4E8E0
(228,232,224)
#E8EBE6
(232,235,230)
#ECEEEC
(236,238,236)
#F0F1F2
(240,241,242)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6BC; }

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

This text font color is #CCD6BC.

Background Color

.myBgColor { background-color: #CCD6BC; }

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

This div background color is #CCD6BC.

Border color

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

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

This div border color is #CCD6BC.

Opacity

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

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

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

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

This text has shadow with #CCD6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD6BC.

Preview

Color preview on black background

This text has color #CCD6BC on black background.


Color preview on white background

This text has color #CCD6BC on white background.


Black color preview on #CCD6BC background

This text has black color on #CCD6BC background.


White color preview on #CCD6BC background

This text has white color on #CCD6BC background.


Related colors

Complementary color

Complementary color for #hex is #332943.


I love getcolorcode.com

Triadic colors

1 #BCCCD6 and #D6BCCC with #CCD6BC are triadic colors.

2 #BCD6CC and #D6CCBC with #CCD6BC are triadic colors.