COLOR #C7DFD4

HEX: #C7DFD4 RGB: (199,223,212)

Color info

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

RGB color model

#C7DFD4 color RGB value is (199,223,212).

RGB: (199,223,212) (78%, 87%, 83%)

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 212 of 255 = 83%

199
223
212

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

Portions of RGB colors in percentages

R + G + B = 199 + 223 + 212 = 634 (100%)
R 199 of 634 ~ 31.39%
G 223 of 634 ~ 35.17%
B 212 of 634 ~ 33.44'%

%31.39
%35.17
%33.44

CMYK color model

#C7DFD4 color CMYK value is (11,0,5,13).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 12.55%

CMYK: (11,0,5,13)
C11M0Y5K13 (11%, 0%, 5%, 13%)
(0.11 / 0.00 / 0.05 / 0.13)

CMYK percentages

%10.76
%0
%4.93
%12.55

Codes

Color #C7DFD4 in popluar color models

C7 DF D4
RGB 199 223 212
HSL 153° 27.27% 82.75%
HSB/HSV 153° 10.76% 87.45%
CMYK 10.76% 0.00% 4.93%
12.55%

Color #C7DFD4 in popluar number systems.

HEX C7 DF D4
Decimal 199 223 212
Binary 11000111 11011111 11010100
Octal 307 337 324

Shades and tints

Shades of #C7DFD4

#C7DFD4
(199,223,212)
#B5CBC1
(181,203,193)
#A3B7AE
(163,183,174)
#91A39B
(145,163,155)
#7F8F88
(127,143,136)
#6D7B75
(109,123,117)
#5B6762
(91,103,98)
#49534F
(73,83,79)
#373F3C
(55,63,60)
#252B29
(37,43,41)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #C7DFD4

#C7DFD4
(199,223,212)
#CCE1D7
(204,225,215)
#D1E3DA
(209,227,218)
#D6E5DD
(214,229,221)
#DBE7E0
(219,231,224)
#E0E9E3
(224,233,227)
#E5EBE6
(229,235,230)
#EAEDE9
(234,237,233)
#EFEFEC
(239,239,236)
#F4F1EF
(244,241,239)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DFD4 color. Also use rgb(199,223,212) instead hex code.

Text Font Color

.myTextColor { color: #C7DFD4; }

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

This text font color is #C7DFD4.

Background Color

.myBgColor { background-color: #C7DFD4; }

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

This div background color is #C7DFD4.

Border color

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

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

This div border color is #C7DFD4.

Opacity

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

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

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

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

This text has shadow with #C7DFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DFD4.

Preview

Color preview on black background

This text has color #C7DFD4 on black background.


Color preview on white background

This text has color #C7DFD4 on white background.


Black color preview on #C7DFD4 background

This text has black color on #C7DFD4 background.


White color preview on #C7DFD4 background

This text has white color on #C7DFD4 background.


Related colors

Complementary color

Complementary color for #hex is #38202B.


I love getcolorcode.com

Triadic colors

1 #D4C7DF and #DFD4C7 with #C7DFD4 are triadic colors.

2 #D4DFC7 and #DFC7D4 with #C7DFD4 are triadic colors.