COLOR #C7DFDB

HEX: #C7DFDB RGB: (199,223,219)

Color info

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

RGB color model

#C7DFDB color RGB value is (199,223,219).

RGB: (199,223,219) (78%, 87%, 86%)

RGB channels and saturation

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

199
223
219

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

Portions of RGB colors in percentages

R + G + B = 199 + 223 + 219 = 641 (100%)
R 199 of 641 ~ 31.05%
G 223 of 641 ~ 34.79%
B 219 of 641 ~ 34.17'%

%31.05
%34.79
%34.17

CMYK color model

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

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

CMYK: (11,0,2,13)
C11M0Y2K13 (11%, 0%, 2%, 13%)
(0.11 / 0.00 / 0.02 / 0.13)

CMYK percentages

%10.76
%0
%1.79
%12.55

Codes

Color #C7DFDB in popluar color models

C7 DF DB
RGB 199 223 219
HSL 170° 27.27% 82.75%
HSB/HSV 170° 10.76% 87.45%
CMYK 10.76% 0.00% 1.79%
12.55%

Color #C7DFDB in popluar number systems.

HEX C7 DF DB
Decimal 199 223 219
Binary 11000111 11011111 11011011
Octal 307 337 333

Shades and tints

Shades of #C7DFDB

#C7DFDB
(199,223,219)
#B5CBC8
(181,203,200)
#A3B7B5
(163,183,181)
#91A3A2
(145,163,162)
#7F8F8F
(127,143,143)
#6D7B7C
(109,123,124)
#5B6769
(91,103,105)
#495356
(73,83,86)
#373F43
(55,63,67)
#252B30
(37,43,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #C7DFDB

#C7DFDB
(199,223,219)
#CCE1DE
(204,225,222)
#D1E3E1
(209,227,225)
#D6E5E4
(214,229,228)
#DBE7E7
(219,231,231)
#E0E9EA
(224,233,234)
#E5EBED
(229,235,237)
#EAEDF0
(234,237,240)
#EFEFF3
(239,239,243)
#F4F1F6
(244,241,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFDB; }

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

This text font color is #C7DFDB.

Background Color

.myBgColor { background-color: #C7DFDB; }

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

This div background color is #C7DFDB.

Border color

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

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

This div border color is #C7DFDB.

Opacity

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

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

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

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

This text has shadow with #C7DFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DFDB.

Preview

Color preview on black background

This text has color #C7DFDB on black background.


Color preview on white background

This text has color #C7DFDB on white background.


Black color preview on #C7DFDB background

This text has black color on #C7DFDB background.


White color preview on #C7DFDB background

This text has white color on #C7DFDB background.


Related colors

Complementary color

Complementary color for #hex is #382024.


I love getcolorcode.com

Triadic colors

1 #DBC7DF and #DFDBC7 with #C7DFDB are triadic colors.

2 #DBDFC7 and #DFC7DB with #C7DFDB are triadic colors.