COLOR #C7DCD6

HEX: #C7DCD6 RGB: (199,220,214)

Color info

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

RGB color model

#C7DCD6 color RGB value is (199,220,214).

RGB: (199,220,214) (78%, 86%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 214 of 255 = 84%

199
220
214

R + G + B ~ 83%. #C7DCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 220 + 214 = 633 (100%)
R 199 of 633 ~ 31.44%
G 220 of 633 ~ 34.76%
B 214 of 633 ~ 33.81'%

%31.44
%34.76
%33.81

CMYK color model

#C7DCD6 color CMYK value is (10,0,3,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 13.73%

CMYK: (10,0,3,14)
C10M0Y3K14 (10%, 0%, 3%, 14%)
(0.10 / 0.00 / 0.03 / 0.14)

CMYK percentages

%9.55
%0
%2.73
%13.73

Codes

Color #C7DCD6 in popluar color models

C7 DC D6
RGB 199 220 214
HSL 163° 23.08% 82.16%
HSB/HSV 163° 9.55% 86.27%
CMYK 9.55% 0.00% 2.73%
13.73%

Color #C7DCD6 in popluar number systems.

HEX C7 DC D6
Decimal 199 220 214
Binary 11000111 11011100 11010110
Octal 307 334 326

Shades and tints

Shades of #C7DCD6

#C7DCD6
(199,220,214)
#B5C8C3
(181,200,195)
#A3B4B0
(163,180,176)
#91A09D
(145,160,157)
#7F8C8A
(127,140,138)
#6D7877
(109,120,119)
#5B6464
(91,100,100)
#495051
(73,80,81)
#373C3E
(55,60,62)
#25282B
(37,40,43)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #C7DCD6

#C7DCD6
(199,220,214)
#CCDFD9
(204,223,217)
#D1E2DC
(209,226,220)
#D6E5DF
(214,229,223)
#DBE8E2
(219,232,226)
#E0EBE5
(224,235,229)
#E5EEE8
(229,238,232)
#EAF1EB
(234,241,235)
#EFF4EE
(239,244,238)
#F4F7F1
(244,247,241)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DCD6 color. Also use rgb(199,220,214) instead hex code.

Text Font Color

.myTextColor { color: #C7DCD6; }

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

This text font color is #C7DCD6.

Background Color

.myBgColor { background-color: #C7DCD6; }

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

This div background color is #C7DCD6.

Border color

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

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

This div border color is #C7DCD6.

Opacity

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

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

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

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

This text has shadow with #C7DCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DCD6.

Preview

Color preview on black background

This text has color #C7DCD6 on black background.


Color preview on white background

This text has color #C7DCD6 on white background.


Black color preview on #C7DCD6 background

This text has black color on #C7DCD6 background.


White color preview on #C7DCD6 background

This text has white color on #C7DCD6 background.


Related colors

Complementary color

Complementary color for #hex is #382329.


I love getcolorcode.com

Triadic colors

1 #D6C7DC and #DCD6C7 with #C7DCD6 are triadic colors.

2 #D6DCC7 and #DCC7D6 with #C7DCD6 are triadic colors.