COLOR #C6DBE6

HEX: #C6DBE6 RGB: (198,219,230)

Color info

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

RGB color model

#C6DBE6 color RGB value is (198,219,230).

RGB: (198,219,230) (78%, 86%, 90%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 230 of 255 = 90%

198
219
230

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

Portions of RGB colors in percentages

R + G + B = 198 + 219 + 230 = 647 (100%)
R 198 of 647 ~ 30.6%
G 219 of 647 ~ 33.85%
B 230 of 647 ~ 35.55'%

%30.6
%33.85
%35.55

CMYK color model

#C6DBE6 color CMYK value is (14,5,0,10).

  • cyan value is 13.91%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (14,5,0,10) C14M5Y0K10 (14%,5%,0%,10%) (0.14/0.05/0.00/0.10) 

CMYK percentages

%13.91
%4.78
%0
%9.8

Codes

Color #C6DBE6 in popluar color models

C6 DB E6
RGB 198 219 230
HSL 201° 39.02% 83.92%
HSB/HSV 201° 13.91% 90.20%
CMYK 13.91% 4.78% 0.00%
9.80%

Color #C6DBE6 in popluar number systems.

HEX C6 DB E6
Decimal 198 219 230
Binary 11000110 11011011 11100110
Octal 306 333 346

Shades and tints

Shades of #C6DBE6

#C6DBE6
(198,219,230)
#B4C8D2
(180,200,210)
#A2B5BE
(162,181,190)
#90A2AA
(144,162,170)
#7E8F96
(126,143,150)
#6C7C82
(108,124,130)
#5A696E
(90,105,110)
#48565A
(72,86,90)
#364346
(54,67,70)
#243032
(36,48,50)
#121D1E
(18,29,30)
#000000
(0,0,0)

Tints of #C6DBE6

#C6DBE6
(198,219,230)
#CBDEE8
(203,222,232)
#D0E1EA
(208,225,234)
#D5E4EC
(213,228,236)
#DAE7EE
(218,231,238)
#DFEAF0
(223,234,240)
#E4EDF2
(228,237,242)
#E9F0F4
(233,240,244)
#EEF3F6
(238,243,246)
#F3F6F8
(243,246,248)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBE6; }

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

This text font color is #C6DBE6.

Background Color

.myBgColor { background-color: #C6DBE6; }

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

This div background color is #C6DBE6.

Border color

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

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

This div border color is #C6DBE6.

Opacity

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

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

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

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

This text has shadow with #C6DBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DBE6.

Preview

Color preview on black background

This text has color #C6DBE6 on black background.


Color preview on white background

This text has color #C6DBE6 on white background.


Black color preview on #C6DBE6 background

This text has black color on #C6DBE6 background.


White color preview on #C6DBE6 background

This text has white color on #C6DBE6 background.


Related colors

Complementary color

Complementary color for #hex is #392419.


I love getcolorcode.com

Triadic colors

1 #E6C6DB and #DBE6C6 with #C6DBE6 are triadic colors.

2 #E6DBC6 and #DBC6E6 with #C6DBE6 are triadic colors.