COLOR #C7DFA6

HEX: #C7DFA6 RGB: (199,223,166)

Color info

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

RGB color model

#C7DFA6 color RGB value is (199,223,166).

RGB: (199,223,166) (78%, 87%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 166 of 255 = 65%

199
223
166

R + G + B ~ 77%. #C7DFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 223 + 166 = 588 (100%)
R 199 of 588 ~ 33.84%
G 223 of 588 ~ 37.93%
B 166 of 588 ~ 28.23'%

%33.84
%37.93
%28.23

CMYK color model

#C7DFA6 color CMYK value is (11,0,26,13).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 12.55%

CMYK: (11,0,26,13)
C11M0Y26K13 (11%, 0%, 26%, 13%)
(0.11 / 0.00 / 0.26 / 0.13)

CMYK percentages

%10.76
%0
%25.56
%12.55

Codes

Color #C7DFA6 in popluar color models

C7 DF A6
RGB 199 223 166
HSL 85° 47.11% 76.27%
HSB/HSV 85° 25.56% 87.45%
CMYK 10.76% 0.00% 25.56%
12.55%

Color #C7DFA6 in popluar number systems.

HEX C7 DF A6
Decimal 199 223 166
Binary 11000111 11011111 10100110
Octal 307 337 246

Shades and tints

Shades of #C7DFA6

#C7DFA6
(199,223,166)
#B5CB97
(181,203,151)
#A3B788
(163,183,136)
#91A379
(145,163,121)
#7F8F6A
(127,143,106)
#6D7B5B
(109,123,91)
#5B674C
(91,103,76)
#49533D
(73,83,61)
#373F2E
(55,63,46)
#252B1F
(37,43,31)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #C7DFA6

#C7DFA6
(199,223,166)
#CCE1AE
(204,225,174)
#D1E3B6
(209,227,182)
#D6E5BE
(214,229,190)
#DBE7C6
(219,231,198)
#E0E9CE
(224,233,206)
#E5EBD6
(229,235,214)
#EAEDDE
(234,237,222)
#EFEFE6
(239,239,230)
#F4F1EE
(244,241,238)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DFA6 color. Also use rgb(199,223,166) instead hex code.

Text Font Color

.myTextColor { color: #C7DFA6; }

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

This text font color is #C7DFA6.

Background Color

.myBgColor { background-color: #C7DFA6; }

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

This div background color is #C7DFA6.

Border color

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

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

This div border color is #C7DFA6.

Opacity

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

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

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

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

This text has shadow with #C7DFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DFA6.

Preview

Color preview on black background

This text has color #C7DFA6 on black background.


Color preview on white background

This text has color #C7DFA6 on white background.


Black color preview on #C7DFA6 background

This text has black color on #C7DFA6 background.


White color preview on #C7DFA6 background

This text has white color on #C7DFA6 background.


Related colors

Complementary color

Complementary color for #hex is #382059.


I love getcolorcode.com

Triadic colors

1 #A6C7DF and #DFA6C7 with #C7DFA6 are triadic colors.

2 #A6DFC7 and #DFC7A6 with #C7DFA6 are triadic colors.