COLOR #C7D38A

HEX: #C7D38A
RGB: (199,211,138)

Color info

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

RGB color model

#C7D38A color RGB value is (199,211,138).

  • red value is 199;
  • green value is 211;
  • blue value is 138.
RGB:
(199,211,138)
(78%,83%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 138 of 255 = 54%

199
211
138

R + G + B ~ 72%. #C7D38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 211 + 138 = 548 (100%)
R 199 of 548 ~ 36.31%
G 211 of 548 ~ 38.5%
B 138 of 548 ~ 25.18%

%36.31
%38.5
%25.18

CMYK color model

#C7D38A color CMYK value is (6,0,35,17).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 17.25%
CMYK:
(6,0,35,17)
C6M0Y35K17 
(6%,0%,35%,17%)
(0.06/0.00/0.35/0.17)	

CMYK percentages

%5.69
%0
%34.6
%17.25

Codes

Color #C7D38A in popluar color models

C7D38A
RGB199211138
HSL70°45.34%68.43%
HSB/HSV70°34.60%82.75%
CMYK5.69%0.00%34.60%
17.25%

Color #C7D38A in popluar number systems.

HEXC7D38A
Decimal199211138
Binary110001111101001110001010
Octal307323212

Shades and tints

Shades of #C7D38A

#C7D38A
(199,211,138)
#B5C07E
(181,192,126)
#A3AD72
(163,173,114)
#919A66
(145,154,102)
#7F875A
(127,135,90)
#6D744E
(109,116,78)
#5B6142
(91,97,66)
#494E36
(73,78,54)
#373B2A
(55,59,42)
#25281E
(37,40,30)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7D38A

#C7D38A
(199,211,138)
#CCD794
(204,215,148)
#D1DB9E
(209,219,158)
#D6DFA8
(214,223,168)
#DBE3B2
(219,227,178)
#E0E7BC
(224,231,188)
#E5EBC6
(229,235,198)
#EAEFD0
(234,239,208)
#EFF3DA
(239,243,218)
#F4F7E4
(244,247,228)
#F9FBEE
(249,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D38A color. Also use rgb(199,211,138) instead hex code.

Text Font Color

.myTextColor { color: #C7D38A; }

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

This text font color is #C7D38A.


Background Color

.myBgColor { background-color: #C7D38A; }

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

This div background color is #C7D38A.


Border color

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

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

This div border color is #C7D38A.


Opacity

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

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

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

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

This text has shadow with #C7D38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D38A on black background.


Color preview on white background

This text has color #C7D38A on white background.



Black color preview on #C7D38A background

This text has black color on #C7D38A background.


White color preview on #C7D38A background

This text has white color on #C7D38A background.