COLOR #C7DFDF

HEX: #C7DFDF
RGB: (199,223,223)

Color info

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

RGB color model

#C7DFDF color RGB value is (199,223,223).

  • red value is 199;
  • green value is 223;
  • blue value is 223.
RGB:
(199,223,223)
(78%,87%,87%)

RGB channels and saturation

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

199
223
223

R + G + B ~ 84%. #C7DFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 223 + 223 = 645 (100%)
R 199 of 645 ~ 30.85%
G 223 of 645 ~ 34.57%
B 223 of 645 ~ 34.57%

%30.85
%34.57
%34.57

CMYK color model

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

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(11,0,0,13)
C11M0Y0K13 
(11%,0%,0%,13%)
(0.11/0.00/0.00/0.13)	

CMYK percentages

%10.76
%0
%0
%12.55

Codes

Color #C7DFDF in popluar color models

C7DFDF
RGB199223223
HSL180°27.27%82.75%
HSB/HSV180°10.76%87.45%
CMYK10.76%0.00%0.00%
12.55%

Color #C7DFDF in popluar number systems.

HEXC7DFDF
Decimal199223223
Binary110001111101111111011111
Octal307337337

Shades and tints

Shades of #C7DFDF

#C7DFDF
(199,223,223)
#B5CBCB
(181,203,203)
#A3B7B7
(163,183,183)
#91A3A3
(145,163,163)
#7F8F8F
(127,143,143)
#6D7B7B
(109,123,123)
#5B6767
(91,103,103)
#495353
(73,83,83)
#373F3F
(55,63,63)
#252B2B
(37,43,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7DFDF

#C7DFDF
(199,223,223)
#CCE1E1
(204,225,225)
#D1E3E3
(209,227,227)
#D6E5E5
(214,229,229)
#DBE7E7
(219,231,231)
#E0E9E9
(224,233,233)
#E5EBEB
(229,235,235)
#EAEDED
(234,237,237)
#EFEFEF
(239,239,239)
#F4F1F1
(244,241,241)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFDF; }

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

This text font color is #C7DFDF.


Background Color

.myBgColor { background-color: #C7DFDF; }

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

This div background color is #C7DFDF.


Border color

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

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

This div border color is #C7DFDF.


Opacity

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

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

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

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

This text has shadow with #C7DFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DFDF on black background.


Color preview on white background

This text has color #C7DFDF on white background.



Black color preview on #C7DFDF background

This text has black color on #C7DFDF background.


White color preview on #C7DFDF background

This text has white color on #C7DFDF background.