COLOR #C7D29A

HEX: #C7D29A
RGB: (199,210,154)

Color info

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

RGB color model

#C7D29A color RGB value is (199,210,154).

  • red value is 199;
  • green value is 210;
  • blue value is 154.
RGB:
(199,210,154)
(78%,82%,60%)

RGB channels and saturation

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

199
210
154

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

Portions of RGB colors in percentages

R + G + B =
199 + 210 + 154 = 563 (100%)
R 199 of 563 ~ 35.35%
G 210 of 563 ~ 37.3%
B 154 of 563 ~ 27.35%

%35.35
%37.3
%27.35

CMYK color model

#C7D29A color CMYK value is (5,0,27,18).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 17.65%
CMYK:
(5,0,27,18)
C5M0Y27K18 
(5%,0%,27%,18%)
(0.05/0.00/0.27/0.18)	

CMYK percentages

%5.24
%0
%26.67
%17.65

Codes

Color #C7D29A in popluar color models

C7D29A
RGB199210154
HSL72°38.36%71.37%
HSB/HSV72°26.67%82.35%
CMYK5.24%0.00%26.67%
17.65%

Color #C7D29A in popluar number systems.

HEXC7D29A
Decimal199210154
Binary110001111101001010011010
Octal307322232

Shades and tints

Shades of #C7D29A

#C7D29A
(199,210,154)
#B5BF8C
(181,191,140)
#A3AC7E
(163,172,126)
#919970
(145,153,112)
#7F8662
(127,134,98)
#6D7354
(109,115,84)
#5B6046
(91,96,70)
#494D38
(73,77,56)
#373A2A
(55,58,42)
#25271C
(37,39,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #C7D29A

#C7D29A
(199,210,154)
#CCD6A3
(204,214,163)
#D1DAAC
(209,218,172)
#D6DEB5
(214,222,181)
#DBE2BE
(219,226,190)
#E0E6C7
(224,230,199)
#E5EAD0
(229,234,208)
#EAEED9
(234,238,217)
#EFF2E2
(239,242,226)
#F4F6EB
(244,246,235)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D29A; }

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

This text font color is #C7D29A.


Background Color

.myBgColor { background-color: #C7D29A; }

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

This div background color is #C7D29A.


Border color

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

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

This div border color is #C7D29A.


Opacity

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

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

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

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

This text has shadow with #C7D29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D29A on black background.


Color preview on white background

This text has color #C7D29A on white background.



Black color preview on #C7D29A background

This text has black color on #C7D29A background.


White color preview on #C7D29A background

This text has white color on #C7D29A background.