COLOR #C7D3DA

HEX: #C7D3DA RGB: (199,211,218)

Color info

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

RGB color model

#C7D3DA color RGB value is (199,211,218).

RGB: (199,211,218) (78%, 83%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 218 of 255 = 85%

199
211
218

R + G + B ~ 82%. #C7D3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 211 + 218 = 628 (100%)
R 199 of 628 ~ 31.69%
G 211 of 628 ~ 33.6%
B 218 of 628 ~ 34.71'%

%31.69
%33.6
%34.71

CMYK color model

#C7D3DA color CMYK value is (9,3,0,15).

  • cyan value is 8.72%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (9,3,0,15) C9M3Y0K15 (9%,3%,0%,15%) (0.09/0.03/0.00/0.15) 

CMYK percentages

%8.72
%3.21
%0
%14.51

Codes

Color #C7D3DA in popluar color models

C7 D3 DA
RGB 199 211 218
HSL 202° 20.43% 81.76%
HSB/HSV 202° 8.72% 85.49%
CMYK 8.72% 3.21% 0.00%
14.51%

Color #C7D3DA in popluar number systems.

HEX C7 D3 DA
Decimal 199 211 218
Binary 11000111 11010011 11011010
Octal 307 323 332

Shades and tints

Shades of #C7D3DA

#C7D3DA
(199,211,218)
#B5C0C7
(181,192,199)
#A3ADB4
(163,173,180)
#919AA1
(145,154,161)
#7F878E
(127,135,142)
#6D747B
(109,116,123)
#5B6168
(91,97,104)
#494E55
(73,78,85)
#373B42
(55,59,66)
#25282F
(37,40,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #C7D3DA

#C7D3DA
(199,211,218)
#CCD7DD
(204,215,221)
#D1DBE0
(209,219,224)
#D6DFE3
(214,223,227)
#DBE3E6
(219,227,230)
#E0E7E9
(224,231,233)
#E5EBEC
(229,235,236)
#EAEFEF
(234,239,239)
#EFF3F2
(239,243,242)
#F4F7F5
(244,247,245)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D3DA; }

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

This text font color is #C7D3DA.

Background Color

.myBgColor { background-color: #C7D3DA; }

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

This div background color is #C7D3DA.

Border color

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

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

This div border color is #C7D3DA.

Opacity

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

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

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

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

This text has shadow with #C7D3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D3DA.

Preview

Color preview on black background

This text has color #C7D3DA on black background.


Color preview on white background

This text has color #C7D3DA on white background.


Black color preview on #C7D3DA background

This text has black color on #C7D3DA background.


White color preview on #C7D3DA background

This text has white color on #C7D3DA background.


Related colors

Complementary color

Complementary color for #hex is #382C25.


I love getcolorcode.com

Triadic colors

1 #DAC7D3 and #D3DAC7 with #C7D3DA are triadic colors.

2 #DAD3C7 and #D3C7DA with #C7D3DA are triadic colors.