COLOR #C7E4DF

HEX: #C7E4DF RGB: (199,228,223)

Color info

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

RGB color model

#C7E4DF color RGB value is (199,228,223).

RGB: (199,228,223) (78%, 89%, 87%)

RGB channels and saturation

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

199
228
223

R + G + B ~ 85%. #C7E4DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 228 + 223 = 650 (100%)
R 199 of 650 ~ 30.62%
G 228 of 650 ~ 35.08%
B 223 of 650 ~ 34.31'%

%30.62
%35.08
%34.31

CMYK color model

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

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK: (13,0,2,11) C13M0Y2K11 (13%,0%,2%,11%) (0.13/0.00/0.02/0.11) 

CMYK percentages

%12.72
%0
%2.19
%10.59

Codes

Color #C7E4DF in popluar color models

C7 E4 DF
RGB 199 228 223
HSL 170° 34.94% 83.73%
HSB/HSV 170° 12.72% 89.41%
CMYK 12.72% 0.00% 2.19%
10.59%

Color #C7E4DF in popluar number systems.

HEX C7 E4 DF
Decimal 199 228 223
Binary 11000111 11100100 11011111
Octal 307 344 337

Shades and tints

Shades of #C7E4DF

#C7E4DF
(199,228,223)
#B5D0CB
(181,208,203)
#A3BCB7
(163,188,183)
#91A8A3
(145,168,163)
#7F948F
(127,148,143)
#6D807B
(109,128,123)
#5B6C67
(91,108,103)
#495853
(73,88,83)
#37443F
(55,68,63)
#25302B
(37,48,43)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #C7E4DF

#C7E4DF
(199,228,223)
#CCE6E1
(204,230,225)
#D1E8E3
(209,232,227)
#D6EAE5
(214,234,229)
#DBECE7
(219,236,231)
#E0EEE9
(224,238,233)
#E5F0EB
(229,240,235)
#EAF2ED
(234,242,237)
#EFF4EF
(239,244,239)
#F4F6F1
(244,246,241)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E4DF; }

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

This text font color is #C7E4DF.

Background Color

.myBgColor { background-color: #C7E4DF; }

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

This div background color is #C7E4DF.

Border color

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

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

This div border color is #C7E4DF.

Opacity

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

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

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

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

This text has shadow with #C7E4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E4DF.

Preview

Color preview on black background

This text has color #C7E4DF on black background.


Color preview on white background

This text has color #C7E4DF on white background.


Black color preview on #C7E4DF background

This text has black color on #C7E4DF background.


White color preview on #C7E4DF background

This text has white color on #C7E4DF background.


Related colors

Complementary color

Complementary color for #hex is #381B20.


I love getcolorcode.com

Triadic colors

1 #DFC7E4 and #E4DFC7 with #C7E4DF are triadic colors.

2 #DFE4C7 and #E4C7DF with #C7E4DF are triadic colors.