COLOR #C7D5A7

HEX: #C7D5A7 RGB: (199,213,167)

Color info

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

RGB color model

#C7D5A7 color RGB value is (199,213,167).

RGB: (199,213,167) (78%, 84%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 213 of 255 = 84%
B 167 of 255 = 65%

199
213
167

R + G + B ~ 76%. #C7D5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 213 + 167 = 579 (100%)
R 199 of 579 ~ 34.37%
G 213 of 579 ~ 36.79%
B 167 of 579 ~ 28.84'%

%34.37
%36.79
%28.84

CMYK color model

#C7D5A7 color CMYK value is (7,0,22,16).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 16.47%

CMYK: (7,0,22,16)
C7M0Y22K16 (7%, 0%, 22%, 16%)
(0.07 / 0.00 / 0.22 / 0.16)

CMYK percentages

%6.57
%0
%21.6
%16.47

Codes

Color #C7D5A7 in popluar color models

C7 D5 A7
RGB 199 213 167
HSL 78° 35.38% 74.51%
HSB/HSV 78° 21.60% 83.53%
CMYK 6.57% 0.00% 21.60%
16.47%

Color #C7D5A7 in popluar number systems.

HEX C7 D5 A7
Decimal 199 213 167
Binary 11000111 11010101 10100111
Octal 307 325 247

Shades and tints

Shades of #C7D5A7

#C7D5A7
(199,213,167)
#B5C298
(181,194,152)
#A3AF89
(163,175,137)
#919C7A
(145,156,122)
#7F896B
(127,137,107)
#6D765C
(109,118,92)
#5B634D
(91,99,77)
#49503E
(73,80,62)
#373D2F
(55,61,47)
#252A20
(37,42,32)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #C7D5A7

#C7D5A7
(199,213,167)
#CCD8AF
(204,216,175)
#D1DBB7
(209,219,183)
#D6DEBF
(214,222,191)
#DBE1C7
(219,225,199)
#E0E4CF
(224,228,207)
#E5E7D7
(229,231,215)
#EAEADF
(234,234,223)
#EFEDE7
(239,237,231)
#F4F0EF
(244,240,239)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D5A7 color. Also use rgb(199,213,167) instead hex code.

Text Font Color

.myTextColor { color: #C7D5A7; }

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

This text font color is #C7D5A7.

Background Color

.myBgColor { background-color: #C7D5A7; }

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

This div background color is #C7D5A7.

Border color

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

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

This div border color is #C7D5A7.

Opacity

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

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

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

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

This text has shadow with #C7D5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D5A7.

Preview

Color preview on black background

This text has color #C7D5A7 on black background.


Color preview on white background

This text has color #C7D5A7 on white background.


Black color preview on #C7D5A7 background

This text has black color on #C7D5A7 background.


White color preview on #C7D5A7 background

This text has white color on #C7D5A7 background.


Related colors

Complementary color

Complementary color for #hex is #382A58.


I love getcolorcode.com

Triadic colors

1 #A7C7D5 and #D5A7C7 with #C7D5A7 are triadic colors.

2 #A7D5C7 and #D5C7A7 with #C7D5A7 are triadic colors.