COLOR #C7DFCF

HEX: #C7DFCF RGB: (199,223,207)

Color info

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

RGB color model

#C7DFCF color RGB value is (199,223,207).

RGB: (199,223,207) (78%, 87%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 207 of 255 = 81%

199
223
207

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

Portions of RGB colors in percentages

R + G + B = 199 + 223 + 207 = 629 (100%)
R 199 of 629 ~ 31.64%
G 223 of 629 ~ 35.45%
B 207 of 629 ~ 32.91'%

%31.64
%35.45
%32.91

CMYK color model

#C7DFCF color CMYK value is (11,0,7,13).

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

CMYK: (11,0,7,13)
C11M0Y7K13 (11%, 0%, 7%, 13%)
(0.11 / 0.00 / 0.07 / 0.13)

CMYK percentages

%10.76
%0
%7.17
%12.55

Codes

Color #C7DFCF in popluar color models

C7 DF CF
RGB 199 223 207
HSL 140° 27.27% 82.75%
HSB/HSV 140° 10.76% 87.45%
CMYK 10.76% 0.00% 7.17%
12.55%

Color #C7DFCF in popluar number systems.

HEX C7 DF CF
Decimal 199 223 207
Binary 11000111 11011111 11001111
Octal 307 337 317

Shades and tints

Shades of #C7DFCF

#C7DFCF
(199,223,207)
#B5CBBD
(181,203,189)
#A3B7AB
(163,183,171)
#91A399
(145,163,153)
#7F8F87
(127,143,135)
#6D7B75
(109,123,117)
#5B6763
(91,103,99)
#495351
(73,83,81)
#373F3F
(55,63,63)
#252B2D
(37,43,45)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #C7DFCF

#C7DFCF
(199,223,207)
#CCE1D3
(204,225,211)
#D1E3D7
(209,227,215)
#D6E5DB
(214,229,219)
#DBE7DF
(219,231,223)
#E0E9E3
(224,233,227)
#E5EBE7
(229,235,231)
#EAEDEB
(234,237,235)
#EFEFEF
(239,239,239)
#F4F1F3
(244,241,243)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFCF; }

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

This text font color is #C7DFCF.

Background Color

.myBgColor { background-color: #C7DFCF; }

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

This div background color is #C7DFCF.

Border color

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

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

This div border color is #C7DFCF.

Opacity

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

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

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

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

This text has shadow with #C7DFCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DFCF.

Preview

Color preview on black background

This text has color #C7DFCF on black background.


Color preview on white background

This text has color #C7DFCF on white background.


Black color preview on #C7DFCF background

This text has black color on #C7DFCF background.


White color preview on #C7DFCF background

This text has white color on #C7DFCF background.


Related colors

Complementary color

Complementary color for #hex is #382030.


I love getcolorcode.com

Triadic colors

1 #CFC7DF and #DFCFC7 with #C7DFCF are triadic colors.

2 #CFDFC7 and #DFC7CF with #C7DFCF are triadic colors.