COLOR #C7D3D0

HEX: #C7D3D0
RGB: (199,211,208)

Color info

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

RGB color model

#C7D3D0 color RGB value is (199,211,208).

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

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 208 of 255 = 82%

199
211
208

R + G + B ~ 81%. #C7D3D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 211 + 208 = 618 (100%)
R 199 of 618 ~ 32.2%
G 211 of 618 ~ 34.14%
B 208 of 618 ~ 33.66%

%32.2
%34.14
%33.66

CMYK color model

#C7D3D0 color CMYK value is (6,0,1,17).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 1.42%
  • key color value is 17.25%
CMYK:
(6,0,1,17)
C6M0Y1K17 
(6%,0%,1%,17%)
(0.06/0.00/0.01/0.17)	

CMYK percentages

%5.69
%0
%1.42
%17.25

Codes

Color #C7D3D0 in popluar color models

C7D3D0
RGB199211208
HSL165°12.00%80.39%
HSB/HSV165°5.69%82.75%
CMYK5.69%0.00%1.42%
17.25%

Color #C7D3D0 in popluar number systems.

HEXC7D3D0
Decimal199211208
Binary110001111101001111010000
Octal307323320

Shades and tints

Shades of #C7D3D0

#C7D3D0
(199,211,208)
#B5C0BE
(181,192,190)
#A3ADAC
(163,173,172)
#919A9A
(145,154,154)
#7F8788
(127,135,136)
#6D7476
(109,116,118)
#5B6164
(91,97,100)
#494E52
(73,78,82)
#373B40
(55,59,64)
#25282E
(37,40,46)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #C7D3D0

#C7D3D0
(199,211,208)
#CCD7D4
(204,215,212)
#D1DBD8
(209,219,216)
#D6DFDC
(214,223,220)
#DBE3E0
(219,227,224)
#E0E7E4
(224,231,228)
#E5EBE8
(229,235,232)
#EAEFEC
(234,239,236)
#EFF3F0
(239,243,240)
#F4F7F4
(244,247,244)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D3D0; }

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

This text font color is #C7D3D0.


Background Color

.myBgColor { background-color: #C7D3D0; }

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

This div background color is #C7D3D0.


Border color

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

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

This div border color is #C7D3D0.


Opacity

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

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

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

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

This text has shadow with #C7D3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D3D0 on black background.


Color preview on white background

This text has color #C7D3D0 on white background.



Black color preview on #C7D3D0 background

This text has black color on #C7D3D0 background.


White color preview on #C7D3D0 background

This text has white color on #C7D3D0 background.