COLOR #CCD6B7

HEX: #CCD6B7 RGB: (204,214,183)

Color info

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

RGB color model

#CCD6B7 color RGB value is (204,214,183).

RGB: (204,214,183) (80%, 84%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 183 of 255 = 72%

204
214
183

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

Portions of RGB colors in percentages

R + G + B = 204 + 214 + 183 = 601 (100%)
R 204 of 601 ~ 33.94%
G 214 of 601 ~ 35.61%
B 183 of 601 ~ 30.45'%

%33.94
%35.61
%30.45

CMYK color model

#CCD6B7 color CMYK value is (5,0,14,16).

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

CMYK: (5,0,14,16)
C5M0Y14K16 (5%, 0%, 14%, 16%)
(0.05 / 0.00 / 0.14 / 0.16)

CMYK percentages

%4.67
%0
%14.49
%16.08

Codes

Color #CCD6B7 in popluar color models

CC D6 B7
RGB 204 214 183
HSL 79° 27.43% 77.84%
HSB/HSV 79° 14.49% 83.92%
CMYK 4.67% 0.00% 14.49%
16.08%

Color #CCD6B7 in popluar number systems.

HEX CC D6 B7
Decimal 204 214 183
Binary 11001100 11010110 10110111
Octal 314 326 267

Shades and tints

Shades of #CCD6B7

#CCD6B7
(204,214,183)
#BAC3A7
(186,195,167)
#A8B097
(168,176,151)
#969D87
(150,157,135)
#848A77
(132,138,119)
#727767
(114,119,103)
#606457
(96,100,87)
#4E5147
(78,81,71)
#3C3E37
(60,62,55)
#2A2B27
(42,43,39)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCD6B7

#CCD6B7
(204,214,183)
#D0D9BD
(208,217,189)
#D4DCC3
(212,220,195)
#D8DFC9
(216,223,201)
#DCE2CF
(220,226,207)
#E0E5D5
(224,229,213)
#E4E8DB
(228,232,219)
#E8EBE1
(232,235,225)
#ECEEE7
(236,238,231)
#F0F1ED
(240,241,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6B7; }

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

This text font color is #CCD6B7.

Background Color

.myBgColor { background-color: #CCD6B7; }

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

This div background color is #CCD6B7.

Border color

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

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

This div border color is #CCD6B7.

Opacity

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

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

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

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

This text has shadow with #CCD6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD6B7.

Preview

Color preview on black background

This text has color #CCD6B7 on black background.


Color preview on white background

This text has color #CCD6B7 on white background.


Black color preview on #CCD6B7 background

This text has black color on #CCD6B7 background.


White color preview on #CCD6B7 background

This text has white color on #CCD6B7 background.


Related colors

Complementary color

Complementary color for #hex is #332948.


I love getcolorcode.com

Triadic colors

1 #B7CCD6 and #D6B7CC with #CCD6B7 are triadic colors.

2 #B7D6CC and #D6CCB7 with #CCD6B7 are triadic colors.