COLOR #CCD7A6

HEX: #CCD7A6 RGB: (204,215,166)

Color info

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

RGB color model

#CCD7A6 color RGB value is (204,215,166).

RGB: (204,215,166) (80%, 84%, 65%)

RGB channels and saturation

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

204
215
166

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

Portions of RGB colors in percentages

R + G + B = 204 + 215 + 166 = 585 (100%)
R 204 of 585 ~ 34.87%
G 215 of 585 ~ 36.75%
B 166 of 585 ~ 28.38'%

%34.87
%36.75
%28.38

CMYK color model

#CCD7A6 color CMYK value is (5,0,23,16).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 15.69%

CMYK: (5,0,23,16)
C5M0Y23K16 (5%, 0%, 23%, 16%)
(0.05 / 0.00 / 0.23 / 0.16)

CMYK percentages

%5.12
%0
%22.79
%15.69

Codes

Color #CCD7A6 in popluar color models

CC D7 A6
RGB 204 215 166
HSL 73° 37.98% 74.71%
HSB/HSV 73° 22.79% 84.31%
CMYK 5.12% 0.00% 22.79%
15.69%

Color #CCD7A6 in popluar number systems.

HEX CC D7 A6
Decimal 204 215 166
Binary 11001100 11010111 10100110
Octal 314 327 246

Shades and tints

Shades of #CCD7A6

#CCD7A6
(204,215,166)
#BAC497
(186,196,151)
#A8B188
(168,177,136)
#969E79
(150,158,121)
#848B6A
(132,139,106)
#72785B
(114,120,91)
#60654C
(96,101,76)
#4E523D
(78,82,61)
#3C3F2E
(60,63,46)
#2A2C1F
(42,44,31)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #CCD7A6

#CCD7A6
(204,215,166)
#D0DAAE
(208,218,174)
#D4DDB6
(212,221,182)
#D8E0BE
(216,224,190)
#DCE3C6
(220,227,198)
#E0E6CE
(224,230,206)
#E4E9D6
(228,233,214)
#E8ECDE
(232,236,222)
#ECEFE6
(236,239,230)
#F0F2EE
(240,242,238)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD7A6; }

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

This text font color is #CCD7A6.

Background Color

.myBgColor { background-color: #CCD7A6; }

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

This div background color is #CCD7A6.

Border color

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

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

This div border color is #CCD7A6.

Opacity

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

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

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

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

This text has shadow with #CCD7A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD7A6.

Preview

Color preview on black background

This text has color #CCD7A6 on black background.


Color preview on white background

This text has color #CCD7A6 on white background.


Black color preview on #CCD7A6 background

This text has black color on #CCD7A6 background.


White color preview on #CCD7A6 background

This text has white color on #CCD7A6 background.


Related colors

Complementary color

Complementary color for #hex is #332859.


I love getcolorcode.com

Triadic colors

1 #A6CCD7 and #D7A6CC with #CCD7A6 are triadic colors.

2 #A6D7CC and #D7CCA6 with #CCD7A6 are triadic colors.