COLOR #C6F3DF

HEX: #C6F3DF
RGB: (198,243,223)

Color info

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

RGB color model

#C6F3DF color RGB value is (198,243,223).

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

RGB channels and saturation

R 198 of 255 = 78%
G 243 of 255 = 95%
B 223 of 255 = 87%

198
243
223

R + G + B ~ 87%. #C6F3DF is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 243 + 223 = 664 (100%)
R 198 of 664 ~ 29.82%
G 243 of 664 ~ 36.6%
B 223 of 664 ~ 33.58%

%29.82
%36.6
%33.58

CMYK color model

#C6F3DF color CMYK value is (19,0,8,5).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 4.71%
CMYK:
(19,0,8,5)
C19M0Y8K5 
(19%,0%,8%,5%)
(0.19/0.00/0.08/0.05)	

CMYK percentages

%18.52
%0
%8.23
%4.71

Codes

Color #C6F3DF in popluar color models

C6F3DF
RGB198243223
HSL153°65.22%86.47%
HSB/HSV153°18.52%95.29%
CMYK18.52%0.00%8.23%
4.71%

Color #C6F3DF in popluar number systems.

HEXC6F3DF
Decimal198243223
Binary110001101111001111011111
Octal306363337

Shades and tints

Shades of #C6F3DF

#C6F3DF
(198,243,223)
#B4DDCB
(180,221,203)
#A2C7B7
(162,199,183)
#90B1A3
(144,177,163)
#7E9B8F
(126,155,143)
#6C857B
(108,133,123)
#5A6F67
(90,111,103)
#485953
(72,89,83)
#36433F
(54,67,63)
#242D2B
(36,45,43)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C6F3DF

#C6F3DF
(198,243,223)
#CBF4E1
(203,244,225)
#D0F5E3
(208,245,227)
#D5F6E5
(213,246,229)
#DAF7E7
(218,247,231)
#DFF8E9
(223,248,233)
#E4F9EB
(228,249,235)
#E9FAED
(233,250,237)
#EEFBEF
(238,251,239)
#F3FCF1
(243,252,241)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F3DF; }

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

This text font color is #C6F3DF.


Background Color

.myBgColor { background-color: #C6F3DF; }

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

This div background color is #C6F3DF.


Border color

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

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

This div border color is #C6F3DF.


Opacity

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

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

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

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

This text has shadow with #C6F3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F3DF on black background.


Color preview on white background

This text has color #C6F3DF on white background.



Black color preview on #C6F3DF background

This text has black color on #C6F3DF background.


White color preview on #C6F3DF background

This text has white color on #C6F3DF background.