COLOR #C7DCA5

HEX: #C7DCA5 RGB: (199,220,165)

Color info

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

RGB color model

#C7DCA5 color RGB value is (199,220,165).

RGB: (199,220,165) (78%, 86%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 165 of 255 = 65%

199
220
165

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

Portions of RGB colors in percentages

R + G + B = 199 + 220 + 165 = 584 (100%)
R 199 of 584 ~ 34.08%
G 220 of 584 ~ 37.67%
B 165 of 584 ~ 28.25'%

%34.08
%37.67
%28.25

CMYK color model

#C7DCA5 color CMYK value is (10,0,25,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%

CMYK: (10,0,25,14)
C10M0Y25K14 (10%, 0%, 25%, 14%)
(0.10 / 0.00 / 0.25 / 0.14)

CMYK percentages

%9.55
%0
%25
%13.73

Codes

Color #C7DCA5 in popluar color models

C7 DC A5
RGB 199 220 165
HSL 83° 44.00% 75.49%
HSB/HSV 83° 25.00% 86.27%
CMYK 9.55% 0.00% 25.00%
13.73%

Color #C7DCA5 in popluar number systems.

HEX C7 DC A5
Decimal 199 220 165
Binary 11000111 11011100 10100101
Octal 307 334 245

Shades and tints

Shades of #C7DCA5

#C7DCA5
(199,220,165)
#B5C896
(181,200,150)
#A3B487
(163,180,135)
#91A078
(145,160,120)
#7F8C69
(127,140,105)
#6D785A
(109,120,90)
#5B644B
(91,100,75)
#49503C
(73,80,60)
#373C2D
(55,60,45)
#25281E
(37,40,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #C7DCA5

#C7DCA5
(199,220,165)
#CCDFAD
(204,223,173)
#D1E2B5
(209,226,181)
#D6E5BD
(214,229,189)
#DBE8C5
(219,232,197)
#E0EBCD
(224,235,205)
#E5EED5
(229,238,213)
#EAF1DD
(234,241,221)
#EFF4E5
(239,244,229)
#F4F7ED
(244,247,237)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DCA5; }

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

This text font color is #C7DCA5.

Background Color

.myBgColor { background-color: #C7DCA5; }

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

This div background color is #C7DCA5.

Border color

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

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

This div border color is #C7DCA5.

Opacity

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

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

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

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

This text has shadow with #C7DCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DCA5.

Preview

Color preview on black background

This text has color #C7DCA5 on black background.


Color preview on white background

This text has color #C7DCA5 on white background.


Black color preview on #C7DCA5 background

This text has black color on #C7DCA5 background.


White color preview on #C7DCA5 background

This text has white color on #C7DCA5 background.


Related colors

Complementary color

Complementary color for #hex is #38235A.


I love getcolorcode.com

Triadic colors

1 #A5C7DC and #DCA5C7 with #C7DCA5 are triadic colors.

2 #A5DCC7 and #DCC7A5 with #C7DCA5 are triadic colors.