COLOR #CCD6A7

HEX: #CCD6A7
RGB: (204,214,167)

Color info

#CCD6A7 contains red, green and blue colors in about the same proportion. Web safe color of #CCD6A7 is #CCCC99 (or #CC9).

RGB color model

#CCD6A7 color RGB value is (204,214,167).

  • red value is 204;
  • green value is 214;
  • blue value is 167.
RGB:
(204,214,167)
(80%,84%,65%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 167 of 255 = 65%

204
214
167

R + G + B ~ 76%. #CCD6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 167 = 585 (100%)
R 204 of 585 ~ 34.87%
G 214 of 585 ~ 36.58%
B 167 of 585 ~ 28.55%

%34.87
%36.58
%28.55

CMYK color model

#CCD6A7 color CMYK value is (5,0,22,16).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK:
(5,0,22,16)
C5M0Y22K16 
(5%,0%,22%,16%)
(0.05/0.00/0.22/0.16)	

CMYK percentages

%4.67
%0
%21.96
%16.08

Codes

Color #CCD6A7 in popluar color models

CCD6A7
RGB204214167
HSL73°36.43%74.71%
HSB/HSV73°21.96%83.92%
CMYK4.67%0.00%21.96%
16.08%

Color #CCD6A7 in popluar number systems.

HEXCCD6A7
Decimal204214167
Binary110011001101011010100111
Octal314326247

Shades and tints

Shades of #CCD6A7

#CCD6A7
(204,214,167)
#BAC398
(186,195,152)
#A8B089
(168,176,137)
#969D7A
(150,157,122)
#848A6B
(132,138,107)
#72775C
(114,119,92)
#60644D
(96,100,77)
#4E513E
(78,81,62)
#3C3E2F
(60,62,47)
#2A2B20
(42,43,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCD6A7

#CCD6A7
(204,214,167)
#D0D9AF
(208,217,175)
#D4DCB7
(212,220,183)
#D8DFBF
(216,223,191)
#DCE2C7
(220,226,199)
#E0E5CF
(224,229,207)
#E4E8D7
(228,232,215)
#E8EBDF
(232,235,223)
#ECEEE7
(236,238,231)
#F0F1EF
(240,241,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD6A7; }

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

This text font color is #CCD6A7.


Background Color

.myBgColor { background-color: #CCD6A7; }

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

This div background color is #CCD6A7.


Border color

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

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

This div border color is #CCD6A7.


Opacity

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

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

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

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

This text has shadow with #CCD6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6A7 on black background.


Color preview on white background

This text has color #CCD6A7 on white background.



Black color preview on #CCD6A7 background

This text has black color on #CCD6A7 background.


White color preview on #CCD6A7 background

This text has white color on #CCD6A7 background.