COLOR #CCD4B6

HEX: #CCD4B6
RGB: (204,212,182)

Color info

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

RGB color model

#CCD4B6 color RGB value is (204,212,182).

  • red value is 204;
  • green value is 212;
  • blue value is 182.
RGB:
(204,212,182)
(80%,83%,71%)

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 182 of 255 = 71%

204
212
182

R + G + B ~ 78%. #CCD4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 212 + 182 = 598 (100%)
R 204 of 598 ~ 34.11%
G 212 of 598 ~ 35.45%
B 182 of 598 ~ 30.43%

%34.11
%35.45
%30.43

CMYK color model

#CCD4B6 color CMYK value is (4,0,14,17).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 16.86%
CMYK:
(4,0,14,17)
C4M0Y14K17 
(4%,0%,14%,17%)
(0.04/0.00/0.14/0.17)	

CMYK percentages

%3.77
%0
%14.15
%16.86

Codes

Color #CCD4B6 in popluar color models

CCD4B6
RGB204212182
HSL76°25.86%77.25%
HSB/HSV76°14.15%83.14%
CMYK3.77%0.00%14.15%
16.86%

Color #CCD4B6 in popluar number systems.

HEXCCD4B6
Decimal204212182
Binary110011001101010010110110
Octal314324266

Shades and tints

Shades of #CCD4B6

#CCD4B6
(204,212,182)
#BAC1A6
(186,193,166)
#A8AE96
(168,174,150)
#969B86
(150,155,134)
#848876
(132,136,118)
#727566
(114,117,102)
#606256
(96,98,86)
#4E4F46
(78,79,70)
#3C3C36
(60,60,54)
#2A2926
(42,41,38)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCD4B6

#CCD4B6
(204,212,182)
#D0D7BC
(208,215,188)
#D4DAC2
(212,218,194)
#D8DDC8
(216,221,200)
#DCE0CE
(220,224,206)
#E0E3D4
(224,227,212)
#E4E6DA
(228,230,218)
#E8E9E0
(232,233,224)
#ECECE6
(236,236,230)
#F0EFEC
(240,239,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD4B6; }

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

This text font color is #CCD4B6.


Background Color

.myBgColor { background-color: #CCD4B6; }

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

This div background color is #CCD4B6.


Border color

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

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

This div border color is #CCD4B6.


Opacity

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

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

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

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

This text has shadow with #CCD4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD4B6 on black background.


Color preview on white background

This text has color #CCD4B6 on white background.



Black color preview on #CCD4B6 background

This text has black color on #CCD4B6 background.


White color preview on #CCD4B6 background

This text has white color on #CCD4B6 background.