COLOR #C7DAC0

HEX: #C7DAC0 RGB: (199,218,192)

Color info

#C7DAC0 contains red, green and blue colors in about the same proportion. Web safe color of #C7DAC0 is #CCCCCC (or #CCC).

RGB color model

#C7DAC0 color RGB value is (199,218,192).

RGB: (199,218,192) (78%, 85%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 218 of 255 = 85%
B 192 of 255 = 75%

199
218
192

R + G + B ~ 79%. #C7DAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 218 + 192 = 609 (100%)
R 199 of 609 ~ 32.68%
G 218 of 609 ~ 35.8%
B 192 of 609 ~ 31.53'%

%32.68
%35.8
%31.53

CMYK color model

#C7DAC0 color CMYK value is (9,0,12,15).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 14.51%
CMYK: (9,0,12,15) C9M0Y12K15 (9%,0%,12%,15%) (0.09/0.00/0.12/0.15) 

CMYK percentages

%8.72
%0
%11.93
%14.51

Codes

Color #C7DAC0 in popluar color models

C7 DA C0
RGB 199 218 192
HSL 104° 26.00% 80.39%
HSB/HSV 104° 11.93% 85.49%
CMYK 8.72% 0.00% 11.93%
14.51%

Color #C7DAC0 in popluar number systems.

HEX C7 DA C0
Decimal 199 218 192
Binary 11000111 11011010 11000000
Octal 307 332 300

Shades and tints

Shades of #C7DAC0

#C7DAC0
(199,218,192)
#B5C7AF
(181,199,175)
#A3B49E
(163,180,158)
#91A18D
(145,161,141)
#7F8E7C
(127,142,124)
#6D7B6B
(109,123,107)
#5B685A
(91,104,90)
#495549
(73,85,73)
#374238
(55,66,56)
#252F27
(37,47,39)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #C7DAC0

#C7DAC0
(199,218,192)
#CCDDC5
(204,221,197)
#D1E0CA
(209,224,202)
#D6E3CF
(214,227,207)
#DBE6D4
(219,230,212)
#E0E9D9
(224,233,217)
#E5ECDE
(229,236,222)
#EAEFE3
(234,239,227)
#EFF2E8
(239,242,232)
#F4F5ED
(244,245,237)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DAC0 color. Also use rgb(199,218,192) instead hex code.

Text Font Color

.myTextColor { color: #C7DAC0; }

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

This text font color is #C7DAC0.

Background Color

.myBgColor { background-color: #C7DAC0; }

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

This div background color is #C7DAC0.

Border color

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

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

This div border color is #C7DAC0.

Opacity

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

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

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

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

This text has shadow with #C7DAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DAC0.

Preview

Color preview on black background

This text has color #C7DAC0 on black background.


Color preview on white background

This text has color #C7DAC0 on white background.


Black color preview on #C7DAC0 background

This text has black color on #C7DAC0 background.


White color preview on #C7DAC0 background

This text has white color on #C7DAC0 background.


Related colors

Complementary color

Complementary color for #hex is #38253F.


I love getcolorcode.com

Triadic colors

1 #C0C7DA and #DAC0C7 with #C7DAC0 are triadic colors.

2 #C0DAC7 and #DAC7C0 with #C7DAC0 are triadic colors.