COLOR #CCD7A7

HEX: #CCD7A7
RGB: (204,215,167)

Color info

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

RGB color model

#CCD7A7 color RGB value is (204,215,167).

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

RGB channels and saturation

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

204
215
167

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

Portions of RGB colors in percentages

R + G + B =
204 + 215 + 167 = 586 (100%)
R 204 of 586 ~ 34.81%
G 215 of 586 ~ 36.69%
B 167 of 586 ~ 28.5%

%34.81
%36.69
%28.5

CMYK color model

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

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

CMYK percentages

%5.12
%0
%22.33
%15.69

Codes

Color #CCD7A7 in popluar color models

CCD7A7
RGB204215167
HSL74°37.50%74.90%
HSB/HSV74°22.33%84.31%
CMYK5.12%0.00%22.33%
15.69%

Color #CCD7A7 in popluar number systems.

HEXCCD7A7
Decimal204215167
Binary110011001101011110100111
Octal314327247

Shades and tints

Shades of #CCD7A7

#CCD7A7
(204,215,167)
#BAC498
(186,196,152)
#A8B189
(168,177,137)
#969E7A
(150,158,122)
#848B6B
(132,139,107)
#72785C
(114,120,92)
#60654D
(96,101,77)
#4E523E
(78,82,62)
#3C3F2F
(60,63,47)
#2A2C20
(42,44,32)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #CCD7A7

#CCD7A7
(204,215,167)
#D0DAAF
(208,218,175)
#D4DDB7
(212,221,183)
#D8E0BF
(216,224,191)
#DCE3C7
(220,227,199)
#E0E6CF
(224,230,207)
#E4E9D7
(228,233,215)
#E8ECDF
(232,236,223)
#ECEFE7
(236,239,231)
#F0F2EF
(240,242,239)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD7A7; }

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

This text font color is #CCD7A7.


Background Color

.myBgColor { background-color: #CCD7A7; }

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

This div background color is #CCD7A7.


Border color

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

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

This div border color is #CCD7A7.


Opacity

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

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

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

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

This text has shadow with #CCD7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD7A7 on black background.


Color preview on white background

This text has color #CCD7A7 on white background.



Black color preview on #CCD7A7 background

This text has black color on #CCD7A7 background.


White color preview on #CCD7A7 background

This text has white color on #CCD7A7 background.