COLOR #C7D0C5

HEX: #C7D0C5 RGB: (199,208,197)

Color info

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

RGB color model

#C7D0C5 color RGB value is (199,208,197).

RGB: (199,208,197) (78%, 82%, 77%)

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 197 of 255 = 77%

199
208
197

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

Portions of RGB colors in percentages

R + G + B = 199 + 208 + 197 = 604 (100%)
R 199 of 604 ~ 32.95%
G 208 of 604 ~ 34.44%
B 197 of 604 ~ 32.62'%

%32.95
%34.44
%32.62

CMYK color model

#C7D0C5 color CMYK value is (4,0,5,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 18.43%
CMYK: (4,0,5,18) C4M0Y5K18 (4%,0%,5%,18%) (0.04/0.00/0.05/0.18) 

CMYK percentages

%4.33
%0
%5.29
%18.43

Codes

Color #C7D0C5 in popluar color models

C7 D0 C5
RGB 199 208 197
HSL 109° 10.48% 79.41%
HSB/HSV 109° 5.29% 81.57%
CMYK 4.33% 0.00% 5.29%
18.43%

Color #C7D0C5 in popluar number systems.

HEX C7 D0 C5
Decimal 199 208 197
Binary 11000111 11010000 11000101
Octal 307 320 305

Shades and tints

Shades of #C7D0C5

#C7D0C5
(199,208,197)
#B5BEB4
(181,190,180)
#A3ACA3
(163,172,163)
#919A92
(145,154,146)
#7F8881
(127,136,129)
#6D7670
(109,118,112)
#5B645F
(91,100,95)
#49524E
(73,82,78)
#37403D
(55,64,61)
#252E2C
(37,46,44)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #C7D0C5

#C7D0C5
(199,208,197)
#CCD4CA
(204,212,202)
#D1D8CF
(209,216,207)
#D6DCD4
(214,220,212)
#DBE0D9
(219,224,217)
#E0E4DE
(224,228,222)
#E5E8E3
(229,232,227)
#EAECE8
(234,236,232)
#EFF0ED
(239,240,237)
#F4F4F2
(244,244,242)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D0C5 color. Also use rgb(199,208,197) instead hex code.

Text Font Color

.myTextColor { color: #C7D0C5; }

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

This text font color is #C7D0C5.

Background Color

.myBgColor { background-color: #C7D0C5; }

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

This div background color is #C7D0C5.

Border color

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

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

This div border color is #C7D0C5.

Opacity

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

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

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

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

This text has shadow with #C7D0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D0C5.

Preview

Color preview on black background

This text has color #C7D0C5 on black background.


Color preview on white background

This text has color #C7D0C5 on white background.


Black color preview on #C7D0C5 background

This text has black color on #C7D0C5 background.


White color preview on #C7D0C5 background

This text has white color on #C7D0C5 background.


Related colors

Complementary color

Complementary color for #hex is #382F3A.


I love getcolorcode.com

Triadic colors

1 #C5C7D0 and #D0C5C7 with #C7D0C5 are triadic colors.

2 #C5D0C7 and #D0C7C5 with #C7D0C5 are triadic colors.