COLOR #C6DCEE

HEX: #C6DCEE RGB: (198,220,238)

Color info

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

RGB color model

#C6DCEE color RGB value is (198,220,238).

RGB: (198,220,238) (78%, 86%, 93%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 238 of 255 = 93%

198
220
238

R + G + B ~ 86%. #C6DCEE is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 220 + 238 = 656 (100%)
R 198 of 656 ~ 30.18%
G 220 of 656 ~ 33.54%
B 238 of 656 ~ 36.28'%

%30.18
%33.54
%36.28

CMYK color model

#C6DCEE color CMYK value is (17,8,0,7).

  • cyan value is 16.81%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (17,8,0,7)
C17M8Y0K7 (17%, 8%, 0%, 7%)
(0.17 / 0.08 / 0.00 / 0.07)

CMYK percentages

%16.81
%7.56
%0
%6.67

Codes

Color #C6DCEE in popluar color models

C6 DC EE
RGB 198 220 238
HSL 207° 54.05% 85.49%
HSB/HSV 207° 16.81% 93.33%
CMYK 16.81% 7.56% 0.00%
6.67%

Color #C6DCEE in popluar number systems.

HEX C6 DC EE
Decimal 198 220 238
Binary 11000110 11011100 11101110
Octal 306 334 356

Shades and tints

Shades of #C6DCEE

#C6DCEE
(198,220,238)
#B4C8D9
(180,200,217)
#A2B4C4
(162,180,196)
#90A0AF
(144,160,175)
#7E8C9A
(126,140,154)
#6C7885
(108,120,133)
#5A6470
(90,100,112)
#48505B
(72,80,91)
#363C46
(54,60,70)
#242831
(36,40,49)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #C6DCEE

#C6DCEE
(198,220,238)
#CBDFEF
(203,223,239)
#D0E2F0
(208,226,240)
#D5E5F1
(213,229,241)
#DAE8F2
(218,232,242)
#DFEBF3
(223,235,243)
#E4EEF4
(228,238,244)
#E9F1F5
(233,241,245)
#EEF4F6
(238,244,246)
#F3F7F7
(243,247,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DCEE color. Also use rgb(198,220,238) instead hex code.

Text Font Color

.myTextColor { color: #C6DCEE; }

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

This text font color is #C6DCEE.

Background Color

.myBgColor { background-color: #C6DCEE; }

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

This div background color is #C6DCEE.

Border color

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

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

This div border color is #C6DCEE.

Opacity

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

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

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

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

This text has shadow with #C6DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DCEE.

Preview

Color preview on black background

This text has color #C6DCEE on black background.


Color preview on white background

This text has color #C6DCEE on white background.


Black color preview on #C6DCEE background

This text has black color on #C6DCEE background.


White color preview on #C6DCEE background

This text has white color on #C6DCEE background.


Related colors

Complementary color

Complementary color for #hex is #392311.


I love getcolorcode.com

Triadic colors

1 #EEC6DC and #DCEEC6 with #C6DCEE are triadic colors.

2 #EEDCC6 and #DCC6EE with #C6DCEE are triadic colors.