COLOR #C7DCAA

HEX: #C7DCAA RGB: (199,220,170)

Color info

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

RGB color model

#C7DCAA color RGB value is (199,220,170).

RGB: (199,220,170) (78%, 86%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 170 of 255 = 67%

199
220
170

R + G + B ~ 77%. #C7DCAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 220 + 170 = 589 (100%)
R 199 of 589 ~ 33.79%
G 220 of 589 ~ 37.35%
B 170 of 589 ~ 28.86'%

%33.79
%37.35
%28.86

CMYK color model

#C7DCAA color CMYK value is (10,0,23,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%

CMYK: (10,0,23,14)
C10M0Y23K14 (10%, 0%, 23%, 14%)
(0.10 / 0.00 / 0.23 / 0.14)

CMYK percentages

%9.55
%0
%22.73
%13.73

Codes

Color #C7DCAA in popluar color models

C7 DC AA
RGB 199 220 170
HSL 85° 41.67% 76.47%
HSB/HSV 85° 22.73% 86.27%
CMYK 9.55% 0.00% 22.73%
13.73%

Color #C7DCAA in popluar number systems.

HEX C7 DC AA
Decimal 199 220 170
Binary 11000111 11011100 10101010
Octal 307 334 252

Shades and tints

Shades of #C7DCAA

#C7DCAA
(199,220,170)
#B5C89B
(181,200,155)
#A3B48C
(163,180,140)
#91A07D
(145,160,125)
#7F8C6E
(127,140,110)
#6D785F
(109,120,95)
#5B6450
(91,100,80)
#495041
(73,80,65)
#373C32
(55,60,50)
#252823
(37,40,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #C7DCAA

#C7DCAA
(199,220,170)
#CCDFB1
(204,223,177)
#D1E2B8
(209,226,184)
#D6E5BF
(214,229,191)
#DBE8C6
(219,232,198)
#E0EBCD
(224,235,205)
#E5EED4
(229,238,212)
#EAF1DB
(234,241,219)
#EFF4E2
(239,244,226)
#F4F7E9
(244,247,233)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DCAA color. Also use rgb(199,220,170) instead hex code.

Text Font Color

.myTextColor { color: #C7DCAA; }

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

This text font color is #C7DCAA.

Background Color

.myBgColor { background-color: #C7DCAA; }

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

This div background color is #C7DCAA.

Border color

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

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

This div border color is #C7DCAA.

Opacity

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

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

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

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

This text has shadow with #C7DCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DCAA.

Preview

Color preview on black background

This text has color #C7DCAA on black background.


Color preview on white background

This text has color #C7DCAA on white background.


Black color preview on #C7DCAA background

This text has black color on #C7DCAA background.


White color preview on #C7DCAA background

This text has white color on #C7DCAA background.


Related colors

Complementary color

Complementary color for #hex is #382355.


I love getcolorcode.com

Triadic colors

1 #AAC7DC and #DCAAC7 with #C7DCAA are triadic colors.

2 #AADCC7 and #DCC7AA with #C7DCAA are triadic colors.