COLOR #C7D2A5

HEX: #C7D2A5 RGB: (199,210,165)

Color info

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

RGB color model

#C7D2A5 color RGB value is (199,210,165).

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

RGB channels and saturation

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

199
210
165

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

Portions of RGB colors in percentages

R + G + B = 199 + 210 + 165 = 574 (100%)
R 199 of 574 ~ 34.67%
G 210 of 574 ~ 36.59%
B 165 of 574 ~ 28.75'%

%34.67
%36.59
%28.75

CMYK color model

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

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

CMYK percentages

%5.24
%0
%21.43
%17.65

Codes

Color #C7D2A5 in popluar color models

C7 D2 A5
RGB 199 210 165
HSL 75° 33.33% 73.53%
HSB/HSV 75° 21.43% 82.35%
CMYK 5.24% 0.00% 21.43%
17.65%

Color #C7D2A5 in popluar number systems.

HEX C7 D2 A5
Decimal 199 210 165
Binary 11000111 11010010 10100101
Octal 307 322 245

Shades and tints

Shades of #C7D2A5

#C7D2A5
(199,210,165)
#B5BF96
(181,191,150)
#A3AC87
(163,172,135)
#919978
(145,153,120)
#7F8669
(127,134,105)
#6D735A
(109,115,90)
#5B604B
(91,96,75)
#494D3C
(73,77,60)
#373A2D
(55,58,45)
#25271E
(37,39,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #C7D2A5

#C7D2A5
(199,210,165)
#CCD6AD
(204,214,173)
#D1DAB5
(209,218,181)
#D6DEBD
(214,222,189)
#DBE2C5
(219,226,197)
#E0E6CD
(224,230,205)
#E5EAD5
(229,234,213)
#EAEEDD
(234,238,221)
#EFF2E5
(239,242,229)
#F4F6ED
(244,246,237)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D2A5; }

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

This text font color is #C7D2A5.

Background Color

.myBgColor { background-color: #C7D2A5; }

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

This div background color is #C7D2A5.

Border color

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

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

This div border color is #C7D2A5.

Opacity

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

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

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

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

This text has shadow with #C7D2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D2A5.

Preview

Color preview on black background

This text has color #C7D2A5 on black background.


Color preview on white background

This text has color #C7D2A5 on white background.


Black color preview on #C7D2A5 background

This text has black color on #C7D2A5 background.


White color preview on #C7D2A5 background

This text has white color on #C7D2A5 background.


Related colors

Complementary color

Complementary color for #hex is #382D5A.


I love getcolorcode.com

Triadic colors

1 #A5C7D2 and #D2A5C7 with #C7D2A5 are triadic colors.

2 #A5D2C7 and #D2C7A5 with #C7D2A5 are triadic colors.