COLOR #C7DBDE

HEX: #C7DBDE RGB: (199,219,222)

Color info

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

RGB color model

#C7DBDE color RGB value is (199,219,222).

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

RGB channels and saturation

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

199
219
222

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

Portions of RGB colors in percentages

R + G + B = 199 + 219 + 222 = 640 (100%)
R 199 of 640 ~ 31.09%
G 219 of 640 ~ 34.22%
B 222 of 640 ~ 34.69'%

%31.09
%34.22
%34.69

CMYK color model

#C7DBDE color CMYK value is (10,1,0,13).

  • cyan value is 10.36%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (10,1,0,13) C10M1Y0K13 (10%,1%,0%,13%) (0.10/0.01/0.00/0.13) 

CMYK percentages

%10.36
%1.35
%0
%12.94

Codes

Color #C7DBDE in popluar color models

C7 DB DE
RGB 199 219 222
HSL 188° 25.84% 82.55%
HSB/HSV 188° 10.36% 87.06%
CMYK 10.36% 1.35% 0.00%
12.94%

Color #C7DBDE in popluar number systems.

HEX C7 DB DE
Decimal 199 219 222
Binary 11000111 11011011 11011110
Octal 307 333 336

Shades and tints

Shades of #C7DBDE

#C7DBDE
(199,219,222)
#B5C8CA
(181,200,202)
#A3B5B6
(163,181,182)
#91A2A2
(145,162,162)
#7F8F8E
(127,143,142)
#6D7C7A
(109,124,122)
#5B6966
(91,105,102)
#495652
(73,86,82)
#37433E
(55,67,62)
#25302A
(37,48,42)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #C7DBDE

#C7DBDE
(199,219,222)
#CCDEE1
(204,222,225)
#D1E1E4
(209,225,228)
#D6E4E7
(214,228,231)
#DBE7EA
(219,231,234)
#E0EAED
(224,234,237)
#E5EDF0
(229,237,240)
#EAF0F3
(234,240,243)
#EFF3F6
(239,243,246)
#F4F6F9
(244,246,249)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBDE; }

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

This text font color is #C7DBDE.

Background Color

.myBgColor { background-color: #C7DBDE; }

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

This div background color is #C7DBDE.

Border color

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

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

This div border color is #C7DBDE.

Opacity

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

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

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

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

This text has shadow with #C7DBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DBDE.

Preview

Color preview on black background

This text has color #C7DBDE on black background.


Color preview on white background

This text has color #C7DBDE on white background.


Black color preview on #C7DBDE background

This text has black color on #C7DBDE background.


White color preview on #C7DBDE background

This text has white color on #C7DBDE background.


Related colors

Complementary color

Complementary color for #hex is #382421.


I love getcolorcode.com

Triadic colors

1 #DEC7DB and #DBDEC7 with #C7DBDE are triadic colors.

2 #DEDBC7 and #DBC7DE with #C7DBDE are triadic colors.