COLOR #C7DC9F

HEX: #C7DC9F RGB: (199,220,159)

Color info

#C7DC9F contains mainly red and green colors. Web safe color of #C7DC9F is #CCCC99 (or #CC9).

RGB color model

#C7DC9F color RGB value is (199,220,159).

RGB: (199,220,159) (78%, 86%, 62%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 159 of 255 = 62%

199
220
159

R + G + B ~ 75%. #C7DC9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 220 + 159 = 578 (100%)
R 199 of 578 ~ 34.43%
G 220 of 578 ~ 38.06%
B 159 of 578 ~ 27.51'%

%34.43
%38.06
%27.51

CMYK color model

#C7DC9F color CMYK value is (10,0,28,14).

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

CMYK: (10,0,28,14)
C10M0Y28K14 (10%, 0%, 28%, 14%)
(0.10 / 0.00 / 0.28 / 0.14)

CMYK percentages

%9.55
%0
%27.73
%13.73

Codes

Color #C7DC9F in popluar color models

C7 DC 9F
RGB 199 220 159
HSL 81° 46.56% 74.31%
HSB/HSV 81° 27.73% 86.27%
CMYK 9.55% 0.00% 27.73%
13.73%

Color #C7DC9F in popluar number systems.

HEX C7 DC 9F
Decimal 199 220 159
Binary 11000111 11011100 10011111
Octal 307 334 237

Shades and tints

Shades of #C7DC9F

#C7DC9F
(199,220,159)
#B5C891
(181,200,145)
#A3B483
(163,180,131)
#91A075
(145,160,117)
#7F8C67
(127,140,103)
#6D7859
(109,120,89)
#5B644B
(91,100,75)
#49503D
(73,80,61)
#373C2F
(55,60,47)
#252821
(37,40,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7DC9F

#C7DC9F
(199,220,159)
#CCDFA7
(204,223,167)
#D1E2AF
(209,226,175)
#D6E5B7
(214,229,183)
#DBE8BF
(219,232,191)
#E0EBC7
(224,235,199)
#E5EECF
(229,238,207)
#EAF1D7
(234,241,215)
#EFF4DF
(239,244,223)
#F4F7E7
(244,247,231)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DC9F; }

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

This text font color is #C7DC9F.

Background Color

.myBgColor { background-color: #C7DC9F; }

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

This div background color is #C7DC9F.

Border color

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

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

This div border color is #C7DC9F.

Opacity

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

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

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

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

This text has shadow with #C7DC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DC9F.

Preview

Color preview on black background

This text has color #C7DC9F on black background.


Color preview on white background

This text has color #C7DC9F on white background.


Black color preview on #C7DC9F background

This text has black color on #C7DC9F background.


White color preview on #C7DC9F background

This text has white color on #C7DC9F background.


Related colors

Complementary color

Complementary color for #hex is #382360.


I love getcolorcode.com

Triadic colors

1 #9FC7DC and #DC9FC7 with #C7DC9F are triadic colors.

2 #9FDCC7 and #DCC79F with #C7DC9F are triadic colors.