COLOR #C7D3C5

HEX: #C7D3C5
RGB: (199,211,197)

Color info

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

RGB color model

#C7D3C5 color RGB value is (199,211,197).

  • red value is 199;
  • green value is 211;
  • blue value is 197.
RGB:
(199,211,197)
(78%,83%,77%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 197 of 255 = 77%

199
211
197

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

Portions of RGB colors in percentages

R + G + B =
199 + 211 + 197 = 607 (100%)
R 199 of 607 ~ 32.78%
G 211 of 607 ~ 34.76%
B 197 of 607 ~ 32.45%

%32.78
%34.76
%32.45

CMYK color model

#C7D3C5 color CMYK value is (6,0,7,17).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 17.25%
CMYK:
(6,0,7,17)
C6M0Y7K17 
(6%,0%,7%,17%)
(0.06/0.00/0.07/0.17)	

CMYK percentages

%5.69
%0
%6.64
%17.25

Codes

Color #C7D3C5 in popluar color models

C7D3C5
RGB199211197
HSL111°13.73%80.00%
HSB/HSV111°6.64%82.75%
CMYK5.69%0.00%6.64%
17.25%

Color #C7D3C5 in popluar number systems.

HEXC7D3C5
Decimal199211197
Binary110001111101001111000101
Octal307323305

Shades and tints

Shades of #C7D3C5

#C7D3C5
(199,211,197)
#B5C0B4
(181,192,180)
#A3ADA3
(163,173,163)
#919A92
(145,154,146)
#7F8781
(127,135,129)
#6D7470
(109,116,112)
#5B615F
(91,97,95)
#494E4E
(73,78,78)
#373B3D
(55,59,61)
#25282C
(37,40,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #C7D3C5

#C7D3C5
(199,211,197)
#CCD7CA
(204,215,202)
#D1DBCF
(209,219,207)
#D6DFD4
(214,223,212)
#DBE3D9
(219,227,217)
#E0E7DE
(224,231,222)
#E5EBE3
(229,235,227)
#EAEFE8
(234,239,232)
#EFF3ED
(239,243,237)
#F4F7F2
(244,247,242)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D3C5; }

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

This text font color is #C7D3C5.


Background Color

.myBgColor { background-color: #C7D3C5; }

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

This div background color is #C7D3C5.


Border color

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

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

This div border color is #C7D3C5.


Opacity

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

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

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

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

This text has shadow with #C7D3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D3C5 on black background.


Color preview on white background

This text has color #C7D3C5 on white background.



Black color preview on #C7D3C5 background

This text has black color on #C7D3C5 background.


White color preview on #C7D3C5 background

This text has white color on #C7D3C5 background.