COLOR #C7DCDA

HEX: #C7DCDA RGB: (199,220,218)

Color info

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

RGB color model

#C7DCDA color RGB value is (199,220,218).

RGB: (199,220,218) (78%, 86%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 218 of 255 = 85%

199
220
218

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

Portions of RGB colors in percentages

R + G + B = 199 + 220 + 218 = 637 (100%)
R 199 of 637 ~ 31.24%
G 220 of 637 ~ 34.54%
B 218 of 637 ~ 34.22'%

%31.24
%34.54
%34.22

CMYK color model

#C7DCDA color CMYK value is (10,0,1,14).

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

CMYK: (10,0,1,14)
C10M0Y1K14 (10%, 0%, 1%, 14%)
(0.10 / 0.00 / 0.01 / 0.14)

CMYK percentages

%9.55
%0
%0.91
%13.73

Codes

Color #C7DCDA in popluar color models

C7 DC DA
RGB 199 220 218
HSL 174° 23.08% 82.16%
HSB/HSV 174° 9.55% 86.27%
CMYK 9.55% 0.00% 0.91%
13.73%

Color #C7DCDA in popluar number systems.

HEX C7 DC DA
Decimal 199 220 218
Binary 11000111 11011100 11011010
Octal 307 334 332

Shades and tints

Shades of #C7DCDA

#C7DCDA
(199,220,218)
#B5C8C7
(181,200,199)
#A3B4B4
(163,180,180)
#91A0A1
(145,160,161)
#7F8C8E
(127,140,142)
#6D787B
(109,120,123)
#5B6468
(91,100,104)
#495055
(73,80,85)
#373C42
(55,60,66)
#25282F
(37,40,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #C7DCDA

#C7DCDA
(199,220,218)
#CCDFDD
(204,223,221)
#D1E2E0
(209,226,224)
#D6E5E3
(214,229,227)
#DBE8E6
(219,232,230)
#E0EBE9
(224,235,233)
#E5EEEC
(229,238,236)
#EAF1EF
(234,241,239)
#EFF4F2
(239,244,242)
#F4F7F5
(244,247,245)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DCDA; }

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

This text font color is #C7DCDA.

Background Color

.myBgColor { background-color: #C7DCDA; }

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

This div background color is #C7DCDA.

Border color

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

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

This div border color is #C7DCDA.

Opacity

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

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

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

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

This text has shadow with #C7DCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DCDA.

Preview

Color preview on black background

This text has color #C7DCDA on black background.


Color preview on white background

This text has color #C7DCDA on white background.


Black color preview on #C7DCDA background

This text has black color on #C7DCDA background.


White color preview on #C7DCDA background

This text has white color on #C7DCDA background.


Related colors

Complementary color

Complementary color for #hex is #382325.


I love getcolorcode.com

Triadic colors

1 #DAC7DC and #DCDAC7 with #C7DCDA are triadic colors.

2 #DADCC7 and #DCC7DA with #C7DCDA are triadic colors.