COLOR #C6E7DF

HEX: #C6E7DF
RGB: (198,231,223)

Color info

#C6E7DF contains red, green and blue colors in about the same proportion. Web safe color of #C6E7DF is #CCFFCC (or #CFC).

RGB color model

#C6E7DF color RGB value is (198,231,223).

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

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 223 of 255 = 87%

198
231
223

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

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 223 = 652 (100%)
R 198 of 652 ~ 30.37%
G 231 of 652 ~ 35.43%
B 223 of 652 ~ 34.2%

%30.37
%35.43
%34.2

CMYK color model

#C6E7DF color CMYK value is (14,0,3,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 3.46%
  • key color value is 9.41%
CMYK:
(14,0,3,9)
C14M0Y3K9 
(14%,0%,3%,9%)
(0.14/0.00/0.03/0.09)	

CMYK percentages

%14.29
%0
%3.46
%9.41

Codes

Color #C6E7DF in popluar color models

C6E7DF
RGB198231223
HSL165°40.74%84.12%
HSB/HSV165°14.29%90.59%
CMYK14.29%0.00%3.46%
9.41%

Color #C6E7DF in popluar number systems.

HEXC6E7DF
Decimal198231223
Binary110001101110011111011111
Octal306347337

Shades and tints

Shades of #C6E7DF

#C6E7DF
(198,231,223)
#B4D2CB
(180,210,203)
#A2BDB7
(162,189,183)
#90A8A3
(144,168,163)
#7E938F
(126,147,143)
#6C7E7B
(108,126,123)
#5A6967
(90,105,103)
#485453
(72,84,83)
#363F3F
(54,63,63)
#242A2B
(36,42,43)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6E7DF

#C6E7DF
(198,231,223)
#CBE9E1
(203,233,225)
#D0EBE3
(208,235,227)
#D5EDE5
(213,237,229)
#DAEFE7
(218,239,231)
#DFF1E9
(223,241,233)
#E4F3EB
(228,243,235)
#E9F5ED
(233,245,237)
#EEF7EF
(238,247,239)
#F3F9F1
(243,249,241)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7DF; }

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

This text font color is #C6E7DF.


Background Color

.myBgColor { background-color: #C6E7DF; }

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

This div background color is #C6E7DF.


Border color

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

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

This div border color is #C6E7DF.


Opacity

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

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

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

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

This text has shadow with #C6E7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7DF on black background.


Color preview on white background

This text has color #C6E7DF on white background.



Black color preview on #C6E7DF background

This text has black color on #C6E7DF background.


White color preview on #C6E7DF background

This text has white color on #C6E7DF background.