COLOR #C7D99B

HEX: #C7D99B
RGB: (199,217,155)

Color info

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

RGB color model

#C7D99B color RGB value is (199,217,155).

  • red value is 199;
  • green value is 217;
  • blue value is 155.
RGB:
(199,217,155)
(78%,85%,61%)

RGB channels and saturation

R 199 of 255 = 78%
G 217 of 255 = 85%
B 155 of 255 = 61%

199
217
155

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

Portions of RGB colors in percentages

R + G + B =
199 + 217 + 155 = 571 (100%)
R 199 of 571 ~ 34.85%
G 217 of 571 ~ 38%
B 155 of 571 ~ 27.15%

%34.85
%38
%27.15

CMYK color model

#C7D99B color CMYK value is (8,0,29,15).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 14.90%
CMYK:
(8,0,29,15)
C8M0Y29K15 
(8%,0%,29%,15%)
(0.08/0.00/0.29/0.15)	

CMYK percentages

%8.29
%0
%28.57
%14.9

Codes

Color #C7D99B in popluar color models

C7D99B
RGB199217155
HSL77°44.93%72.94%
HSB/HSV77°28.57%85.10%
CMYK8.29%0.00%28.57%
14.90%

Color #C7D99B in popluar number systems.

HEXC7D99B
Decimal199217155
Binary110001111101100110011011
Octal307331233

Shades and tints

Shades of #C7D99B

#C7D99B
(199,217,155)
#B5C68D
(181,198,141)
#A3B37F
(163,179,127)
#91A071
(145,160,113)
#7F8D63
(127,141,99)
#6D7A55
(109,122,85)
#5B6747
(91,103,71)
#495439
(73,84,57)
#37412B
(55,65,43)
#252E1D
(37,46,29)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #C7D99B

#C7D99B
(199,217,155)
#CCDCA4
(204,220,164)
#D1DFAD
(209,223,173)
#D6E2B6
(214,226,182)
#DBE5BF
(219,229,191)
#E0E8C8
(224,232,200)
#E5EBD1
(229,235,209)
#EAEEDA
(234,238,218)
#EFF1E3
(239,241,227)
#F4F4EC
(244,244,236)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D99B color. Also use rgb(199,217,155) instead hex code.

Text Font Color

.myTextColor { color: #C7D99B; }

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

This text font color is #C7D99B.


Background Color

.myBgColor { background-color: #C7D99B; }

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

This div background color is #C7D99B.


Border color

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

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

This div border color is #C7D99B.


Opacity

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

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

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

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

This text has shadow with #C7D99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D99B on black background.


Color preview on white background

This text has color #C7D99B on white background.



Black color preview on #C7D99B background

This text has black color on #C7D99B background.


White color preview on #C7D99B background

This text has white color on #C7D99B background.