COLOR #C6E0DF

HEX: #C6E0DF
RGB: (198,224,223)

Color info

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

RGB color model

#C6E0DF color RGB value is (198,224,223).

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

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 223 of 255 = 87%

198
224
223

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

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 223 = 645 (100%)
R 198 of 645 ~ 30.7%
G 224 of 645 ~ 34.73%
B 223 of 645 ~ 34.57%

%30.7
%34.73
%34.57

CMYK color model

#C6E0DF color CMYK value is (12,0,0,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.16%
CMYK:
(12,0,0,12)
C12M0Y0K12 
(12%,0%,0%,12%)
(0.12/0.00/0.00/0.12)	

CMYK percentages

%11.61
%0
%0.45
%12.16

Codes

Color #C6E0DF in popluar color models

C6E0DF
RGB198224223
HSL178°29.55%82.75%
HSB/HSV178°11.61%87.84%
CMYK11.61%0.00%0.45%
12.16%

Color #C6E0DF in popluar number systems.

HEXC6E0DF
Decimal198224223
Binary110001101110000011011111
Octal306340337

Shades and tints

Shades of #C6E0DF

#C6E0DF
(198,224,223)
#B4CCCB
(180,204,203)
#A2B8B7
(162,184,183)
#90A4A3
(144,164,163)
#7E908F
(126,144,143)
#6C7C7B
(108,124,123)
#5A6867
(90,104,103)
#485453
(72,84,83)
#36403F
(54,64,63)
#242C2B
(36,44,43)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6E0DF

#C6E0DF
(198,224,223)
#CBE2E1
(203,226,225)
#D0E4E3
(208,228,227)
#D5E6E5
(213,230,229)
#DAE8E7
(218,232,231)
#DFEAE9
(223,234,233)
#E4ECEB
(228,236,235)
#E9EEED
(233,238,237)
#EEF0EF
(238,240,239)
#F3F2F1
(243,242,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0DF; }

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

This text font color is #C6E0DF.


Background Color

.myBgColor { background-color: #C6E0DF; }

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

This div background color is #C6E0DF.


Border color

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

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

This div border color is #C6E0DF.


Opacity

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

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

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

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

This text has shadow with #C6E0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0DF on black background.


Color preview on white background

This text has color #C6E0DF on white background.



Black color preview on #C6E0DF background

This text has black color on #C6E0DF background.


White color preview on #C6E0DF background

This text has white color on #C6E0DF background.