COLOR #C7DBE9

HEX: #C7DBE9 RGB: (199,219,233)

Color info

#C7DBE9 contains red, green and blue colors in about the same proportion. Web safe color of #C7DBE9 is #CCCCFF (or #CCF).

RGB color model

#C7DBE9 color RGB value is (199,219,233).

RGB: (199,219,233) (78%, 86%, 91%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 233 of 255 = 91%

199
219
233

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

Portions of RGB colors in percentages

R + G + B = 199 + 219 + 233 = 651 (100%)
R 199 of 651 ~ 30.57%
G 219 of 651 ~ 33.64%
B 233 of 651 ~ 35.79'%

%30.57
%33.64
%35.79

CMYK color model

#C7DBE9 color CMYK value is (15,6,0,9).

  • cyan value is 14.59%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (15,6,0,9)
C15M6Y0K9 (15%, 6%, 0%, 9%)
(0.15 / 0.06 / 0.00 / 0.09)

CMYK percentages

%14.59
%6.01
%0
%8.63

Codes

Color #C7DBE9 in popluar color models

C7 DB E9
RGB 199 219 233
HSL 205° 43.59% 84.71%
HSB/HSV 205° 14.59% 91.37%
CMYK 14.59% 6.01% 0.00%
8.63%

Color #C7DBE9 in popluar number systems.

HEX C7 DB E9
Decimal 199 219 233
Binary 11000111 11011011 11101001
Octal 307 333 351

Shades and tints

Shades of #C7DBE9

#C7DBE9
(199,219,233)
#B5C8D4
(181,200,212)
#A3B5BF
(163,181,191)
#91A2AA
(145,162,170)
#7F8F95
(127,143,149)
#6D7C80
(109,124,128)
#5B696B
(91,105,107)
#495656
(73,86,86)
#374341
(55,67,65)
#25302C
(37,48,44)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #C7DBE9

#C7DBE9
(199,219,233)
#CCDEEB
(204,222,235)
#D1E1ED
(209,225,237)
#D6E4EF
(214,228,239)
#DBE7F1
(219,231,241)
#E0EAF3
(224,234,243)
#E5EDF5
(229,237,245)
#EAF0F7
(234,240,247)
#EFF3F9
(239,243,249)
#F4F6FB
(244,246,251)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBE9; }

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

This text font color is #C7DBE9.

Background Color

.myBgColor { background-color: #C7DBE9; }

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

This div background color is #C7DBE9.

Border color

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

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

This div border color is #C7DBE9.

Opacity

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

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

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

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

This text has shadow with #C7DBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DBE9.

Preview

Color preview on black background

This text has color #C7DBE9 on black background.


Color preview on white background

This text has color #C7DBE9 on white background.


Black color preview on #C7DBE9 background

This text has black color on #C7DBE9 background.


White color preview on #C7DBE9 background

This text has white color on #C7DBE9 background.


Related colors

Complementary color

Complementary color for #hex is #382416.


I love getcolorcode.com

Triadic colors

1 #E9C7DB and #DBE9C7 with #C7DBE9 are triadic colors.

2 #E9DBC7 and #DBC7E9 with #C7DBE9 are triadic colors.