COLOR #C7D29B

HEX: #C7D29B RGB: (199,210,155)

Color info

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

RGB color model

#C7D29B color RGB value is (199,210,155).

RGB: (199,210,155) (78%, 82%, 61%)

RGB channels and saturation

R 199 of 255 = 78%
G 210 of 255 = 82%
B 155 of 255 = 61%

199
210
155

R + G + B ~ 74%. #C7D29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 210 + 155 = 564 (100%)
R 199 of 564 ~ 35.28%
G 210 of 564 ~ 37.23%
B 155 of 564 ~ 27.48'%

%35.28
%37.23
%27.48

CMYK color model

#C7D29B color CMYK value is (5,0,26,18).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 17.65%

CMYK: (5,0,26,18)
C5M0Y26K18 (5%, 0%, 26%, 18%)
(0.05 / 0.00 / 0.26 / 0.18)

CMYK percentages

%5.24
%0
%26.19
%17.65

Codes

Color #C7D29B in popluar color models

C7 D2 9B
RGB 199 210 155
HSL 72° 37.93% 71.57%
HSB/HSV 72° 26.19% 82.35%
CMYK 5.24% 0.00% 26.19%
17.65%

Color #C7D29B in popluar number systems.

HEX C7 D2 9B
Decimal 199 210 155
Binary 11000111 11010010 10011011
Octal 307 322 233

Shades and tints

Shades of #C7D29B

#C7D29B
(199,210,155)
#B5BF8D
(181,191,141)
#A3AC7F
(163,172,127)
#919971
(145,153,113)
#7F8663
(127,134,99)
#6D7355
(109,115,85)
#5B6047
(91,96,71)
#494D39
(73,77,57)
#373A2B
(55,58,43)
#25271D
(37,39,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #C7D29B

#C7D29B
(199,210,155)
#CCD6A4
(204,214,164)
#D1DAAD
(209,218,173)
#D6DEB6
(214,222,182)
#DBE2BF
(219,226,191)
#E0E6C8
(224,230,200)
#E5EAD1
(229,234,209)
#EAEEDA
(234,238,218)
#EFF2E3
(239,242,227)
#F4F6EC
(244,246,236)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D29B; }

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

This text font color is #C7D29B.

Background Color

.myBgColor { background-color: #C7D29B; }

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

This div background color is #C7D29B.

Border color

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

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

This div border color is #C7D29B.

Opacity

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

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

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

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

This text has shadow with #C7D29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D29B.

Preview

Color preview on black background

This text has color #C7D29B on black background.


Color preview on white background

This text has color #C7D29B on white background.


Black color preview on #C7D29B background

This text has black color on #C7D29B background.


White color preview on #C7D29B background

This text has white color on #C7D29B background.


Related colors

Complementary color

Complementary color for #hex is #382D64.


I love getcolorcode.com

Triadic colors

1 #9BC7D2 and #D29BC7 with #C7D29B are triadic colors.

2 #9BD2C7 and #D2C79B with #C7D29B are triadic colors.