COLOR #C6E0DC

HEX: #C6E0DC
RGB: (198,224,220)

Color info

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

RGB color model

#C6E0DC color RGB value is (198,224,220).

  • red value is 198;
  • green value is 224;
  • blue value is 220.
RGB:
(198,224,220)
(78%,88%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 220 of 255 = 86%

198
224
220

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

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 220 = 642 (100%)
R 198 of 642 ~ 30.84%
G 224 of 642 ~ 34.89%
B 220 of 642 ~ 34.27%

%30.84
%34.89
%34.27

CMYK color model

#C6E0DC color CMYK value is (12,0,2,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(12,0,2,12)
C12M0Y2K12 
(12%,0%,2%,12%)
(0.12/0.00/0.02/0.12)	

CMYK percentages

%11.61
%0
%1.79
%12.16

Codes

Color #C6E0DC in popluar color models

C6E0DC
RGB198224220
HSL171°29.55%82.75%
HSB/HSV171°11.61%87.84%
CMYK11.61%0.00%1.79%
12.16%

Color #C6E0DC in popluar number systems.

HEXC6E0DC
Decimal198224220
Binary110001101110000011011100
Octal306340334

Shades and tints

Shades of #C6E0DC

#C6E0DC
(198,224,220)
#B4CCC8
(180,204,200)
#A2B8B4
(162,184,180)
#90A4A0
(144,164,160)
#7E908C
(126,144,140)
#6C7C78
(108,124,120)
#5A6864
(90,104,100)
#485450
(72,84,80)
#36403C
(54,64,60)
#242C28
(36,44,40)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6E0DC

#C6E0DC
(198,224,220)
#CBE2DF
(203,226,223)
#D0E4E2
(208,228,226)
#D5E6E5
(213,230,229)
#DAE8E8
(218,232,232)
#DFEAEB
(223,234,235)
#E4ECEE
(228,236,238)
#E9EEF1
(233,238,241)
#EEF0F4
(238,240,244)
#F3F2F7
(243,242,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0DC; }

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

This text font color is #C6E0DC.


Background Color

.myBgColor { background-color: #C6E0DC; }

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

This div background color is #C6E0DC.


Border color

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

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

This div border color is #C6E0DC.


Opacity

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

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

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

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

This text has shadow with #C6E0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0DC on black background.


Color preview on white background

This text has color #C6E0DC on white background.



Black color preview on #C6E0DC background

This text has black color on #C6E0DC background.


White color preview on #C6E0DC background

This text has white color on #C6E0DC background.