COLOR #C7D09A

HEX: #C7D09A RGB: (199,208,154)

Color info

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

RGB color model

#C7D09A color RGB value is (199,208,154).

RGB: (199,208,154) (78%, 82%, 60%)

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 154 of 255 = 60%

199
208
154

R + G + B ~ 73%. #C7D09A is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 208 + 154 = 561 (100%)
R 199 of 561 ~ 35.47%
G 208 of 561 ~ 37.08%
B 154 of 561 ~ 27.45'%

%35.47
%37.08
%27.45

CMYK color model

#C7D09A color CMYK value is (4,0,26,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 18.43%

CMYK: (4,0,26,18)
C4M0Y26K18 (4%, 0%, 26%, 18%)
(0.04 / 0.00 / 0.26 / 0.18)

CMYK percentages

%4.33
%0
%25.96
%18.43

Codes

Color #C7D09A in popluar color models

C7 D0 9A
RGB 199 208 154
HSL 70° 36.49% 70.98%
HSB/HSV 70° 25.96% 81.57%
CMYK 4.33% 0.00% 25.96%
18.43%

Color #C7D09A in popluar number systems.

HEX C7 D0 9A
Decimal 199 208 154
Binary 11000111 11010000 10011010
Octal 307 320 232

Shades and tints

Shades of #C7D09A

#C7D09A
(199,208,154)
#B5BE8C
(181,190,140)
#A3AC7E
(163,172,126)
#919A70
(145,154,112)
#7F8862
(127,136,98)
#6D7654
(109,118,84)
#5B6446
(91,100,70)
#495238
(73,82,56)
#37402A
(55,64,42)
#252E1C
(37,46,28)
#131C0E
(19,28,14)
#000000
(0,0,0)

Tints of #C7D09A

#C7D09A
(199,208,154)
#CCD4A3
(204,212,163)
#D1D8AC
(209,216,172)
#D6DCB5
(214,220,181)
#DBE0BE
(219,224,190)
#E0E4C7
(224,228,199)
#E5E8D0
(229,232,208)
#EAECD9
(234,236,217)
#EFF0E2
(239,240,226)
#F4F4EB
(244,244,235)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D09A color. Also use rgb(199,208,154) instead hex code.

Text Font Color

.myTextColor { color: #C7D09A; }

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

This text font color is #C7D09A.

Background Color

.myBgColor { background-color: #C7D09A; }

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

This div background color is #C7D09A.

Border color

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

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

This div border color is #C7D09A.

Opacity

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

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

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

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

This text has shadow with #C7D09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D09A.

Preview

Color preview on black background

This text has color #C7D09A on black background.


Color preview on white background

This text has color #C7D09A on white background.


Black color preview on #C7D09A background

This text has black color on #C7D09A background.


White color preview on #C7D09A background

This text has white color on #C7D09A background.


Related colors

Complementary color

Complementary color for #hex is #382F65.


I love getcolorcode.com

Triadic colors

1 #9AC7D0 and #D09AC7 with #C7D09A are triadic colors.

2 #9AD0C7 and #D0C79A with #C7D09A are triadic colors.