COLOR #C7DFD7

HEX: #C7DFD7 RGB: (199,223,215)

Color info

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

RGB color model

#C7DFD7 color RGB value is (199,223,215).

RGB: (199,223,215) (78%, 87%, 84%)

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 215 of 255 = 84%

199
223
215

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

Portions of RGB colors in percentages

R + G + B = 199 + 223 + 215 = 637 (100%)
R 199 of 637 ~ 31.24%
G 223 of 637 ~ 35.01%
B 215 of 637 ~ 33.75'%

%31.24
%35.01
%33.75

CMYK color model

#C7DFD7 color CMYK value is (11,0,4,13).

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

CMYK: (11,0,4,13)
C11M0Y4K13 (11%, 0%, 4%, 13%)
(0.11 / 0.00 / 0.04 / 0.13)

CMYK percentages

%10.76
%0
%3.59
%12.55

Codes

Color #C7DFD7 in popluar color models

C7 DF D7
RGB 199 223 215
HSL 160° 27.27% 82.75%
HSB/HSV 160° 10.76% 87.45%
CMYK 10.76% 0.00% 3.59%
12.55%

Color #C7DFD7 in popluar number systems.

HEX C7 DF D7
Decimal 199 223 215
Binary 11000111 11011111 11010111
Octal 307 337 327

Shades and tints

Shades of #C7DFD7

#C7DFD7
(199,223,215)
#B5CBC4
(181,203,196)
#A3B7B1
(163,183,177)
#91A39E
(145,163,158)
#7F8F8B
(127,143,139)
#6D7B78
(109,123,120)
#5B6765
(91,103,101)
#495352
(73,83,82)
#373F3F
(55,63,63)
#252B2C
(37,43,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7DFD7

#C7DFD7
(199,223,215)
#CCE1DA
(204,225,218)
#D1E3DD
(209,227,221)
#D6E5E0
(214,229,224)
#DBE7E3
(219,231,227)
#E0E9E6
(224,233,230)
#E5EBE9
(229,235,233)
#EAEDEC
(234,237,236)
#EFEFEF
(239,239,239)
#F4F1F2
(244,241,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFD7; }

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

This text font color is #C7DFD7.

Background Color

.myBgColor { background-color: #C7DFD7; }

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

This div background color is #C7DFD7.

Border color

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

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

This div border color is #C7DFD7.

Opacity

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

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

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

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

This text has shadow with #C7DFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DFD7.

Preview

Color preview on black background

This text has color #C7DFD7 on black background.


Color preview on white background

This text has color #C7DFD7 on white background.


Black color preview on #C7DFD7 background

This text has black color on #C7DFD7 background.


White color preview on #C7DFD7 background

This text has white color on #C7DFD7 background.


Related colors

Complementary color

Complementary color for #hex is #382028.


I love getcolorcode.com

Triadic colors

1 #D7C7DF and #DFD7C7 with #C7DFD7 are triadic colors.

2 #D7DFC7 and #DFC7D7 with #C7DFD7 are triadic colors.