COLOR #C6DBE7

HEX: #C6DBE7 RGB: (198,219,231)

Color info

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

RGB color model

#C6DBE7 color RGB value is (198,219,231).

RGB: (198,219,231) (78%, 86%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 231 of 255 = 91%

198
219
231

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

Portions of RGB colors in percentages

R + G + B = 198 + 219 + 231 = 648 (100%)
R 198 of 648 ~ 30.56%
G 219 of 648 ~ 33.8%
B 231 of 648 ~ 35.65'%

%30.56
%33.8
%35.65

CMYK color model

#C6DBE7 color CMYK value is (14,5,0,9).

  • cyan value is 14.29%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (14,5,0,9)
C14M5Y0K9 (14%, 5%, 0%, 9%)
(0.14 / 0.05 / 0.00 / 0.09)

CMYK percentages

%14.29
%5.19
%0
%9.41

Codes

Color #C6DBE7 in popluar color models

C6 DB E7
RGB 198 219 231
HSL 202° 40.74% 84.12%
HSB/HSV 202° 14.29% 90.59%
CMYK 14.29% 5.19% 0.00%
9.41%

Color #C6DBE7 in popluar number systems.

HEX C6 DB E7
Decimal 198 219 231
Binary 11000110 11011011 11100111
Octal 306 333 347

Shades and tints

Shades of #C6DBE7

#C6DBE7
(198,219,231)
#B4C8D2
(180,200,210)
#A2B5BD
(162,181,189)
#90A2A8
(144,162,168)
#7E8F93
(126,143,147)
#6C7C7E
(108,124,126)
#5A6969
(90,105,105)
#485654
(72,86,84)
#36433F
(54,67,63)
#24302A
(36,48,42)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #C6DBE7

#C6DBE7
(198,219,231)
#CBDEE9
(203,222,233)
#D0E1EB
(208,225,235)
#D5E4ED
(213,228,237)
#DAE7EF
(218,231,239)
#DFEAF1
(223,234,241)
#E4EDF3
(228,237,243)
#E9F0F5
(233,240,245)
#EEF3F7
(238,243,247)
#F3F6F9
(243,246,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DBE7 color. Also use rgb(198,219,231) instead hex code.

Text Font Color

.myTextColor { color: #C6DBE7; }

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

This text font color is #C6DBE7.

Background Color

.myBgColor { background-color: #C6DBE7; }

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

This div background color is #C6DBE7.

Border color

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

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

This div border color is #C6DBE7.

Opacity

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

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

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

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

This text has shadow with #C6DBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DBE7.

Preview

Color preview on black background

This text has color #C6DBE7 on black background.


Color preview on white background

This text has color #C6DBE7 on white background.


Black color preview on #C6DBE7 background

This text has black color on #C6DBE7 background.


White color preview on #C6DBE7 background

This text has white color on #C6DBE7 background.


Related colors

Complementary color

Complementary color for #hex is #392418.


I love getcolorcode.com

Triadic colors

1 #E7C6DB and #DBE7C6 with #C6DBE7 are triadic colors.

2 #E7DBC6 and #DBC6E7 with #C6DBE7 are triadic colors.