COLOR #C7D1A5

HEX: #C7D1A5 RGB: (199,209,165)

Color info

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

RGB color model

#C7D1A5 color RGB value is (199,209,165).

RGB: (199,209,165) (78%, 82%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 209 of 255 = 82%
B 165 of 255 = 65%

199
209
165

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

Portions of RGB colors in percentages

R + G + B = 199 + 209 + 165 = 573 (100%)
R 199 of 573 ~ 34.73%
G 209 of 573 ~ 36.47%
B 165 of 573 ~ 28.8'%

%34.73
%36.47
%28.8

CMYK color model

#C7D1A5 color CMYK value is (5,0,21,18).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 18.04%
CMYK: (5,0,21,18) C5M0Y21K18 (5%,0%,21%,18%) (0.05/0.00/0.21/0.18) 

CMYK percentages

%4.78
%0
%21.05
%18.04

Codes

Color #C7D1A5 in popluar color models

C7 D1 A5
RGB 199 209 165
HSL 74° 32.35% 73.33%
HSB/HSV 74° 21.05% 81.96%
CMYK 4.78% 0.00% 21.05%
18.04%

Color #C7D1A5 in popluar number systems.

HEX C7 D1 A5
Decimal 199 209 165
Binary 11000111 11010001 10100101
Octal 307 321 245

Shades and tints

Shades of #C7D1A5

#C7D1A5
(199,209,165)
#B5BE96
(181,190,150)
#A3AB87
(163,171,135)
#919878
(145,152,120)
#7F8569
(127,133,105)
#6D725A
(109,114,90)
#5B5F4B
(91,95,75)
#494C3C
(73,76,60)
#37392D
(55,57,45)
#25261E
(37,38,30)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #C7D1A5

#C7D1A5
(199,209,165)
#CCD5AD
(204,213,173)
#D1D9B5
(209,217,181)
#D6DDBD
(214,221,189)
#DBE1C5
(219,225,197)
#E0E5CD
(224,229,205)
#E5E9D5
(229,233,213)
#EAEDDD
(234,237,221)
#EFF1E5
(239,241,229)
#F4F5ED
(244,245,237)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D1A5 color. Also use rgb(199,209,165) instead hex code.

Text Font Color

.myTextColor { color: #C7D1A5; }

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

This text font color is #C7D1A5.

Background Color

.myBgColor { background-color: #C7D1A5; }

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

This div background color is #C7D1A5.

Border color

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

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

This div border color is #C7D1A5.

Opacity

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

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

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

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

This text has shadow with #C7D1A5 color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #C7D1A5.

Preview

Color preview on black background

This text has color #C7D1A5 on black background.


Color preview on white background

This text has color #C7D1A5 on white background.



Black color preview on #C7D1A5 background

This text has black color on #C7D1A5 background.


White color preview on #C7D1A5 background

This text has white color on #C7D1A5 background.


Related colors


Complementary color

Complementary color for #C7D1A5 is #382E5A.


I love getcolorcode.com

Triadic colors

1 #A5C7D1 and #D1A5C7 with #C7D1A5 are triadic colors.

2 #A5D1C7 and #D1C7A5 with #C7D1A5 are triadic colors.