COLOR #C6F9DF

HEX: #C6F9DF
RGB: (198,249,223)

Color info

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

RGB color model

#C6F9DF color RGB value is (198,249,223).

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

RGB channels and saturation

R 198 of 255 = 78%
G 249 of 255 = 98%
B 223 of 255 = 87%

198
249
223

R + G + B ~ 88%. #C6F9DF is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 249 + 223 = 670 (100%)
R 198 of 670 ~ 29.55%
G 249 of 670 ~ 37.16%
B 223 of 670 ~ 33.28%

%29.55
%37.16
%33.28

CMYK color model

#C6F9DF color CMYK value is (20,0,10,2).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(20,0,10,2)
C20M0Y10K2 
(20%,0%,10%,2%)
(0.20/0.00/0.10/0.02)	

CMYK percentages

%20.48
%0
%10.44
%2.35

Codes

Color #C6F9DF in popluar color models

C6F9DF
RGB198249223
HSL149°80.95%87.65%
HSB/HSV149°20.48%97.65%
CMYK20.48%0.00%10.44%
2.35%

Color #C6F9DF in popluar number systems.

HEXC6F9DF
Decimal198249223
Binary110001101111100111011111
Octal306371337

Shades and tints

Shades of #C6F9DF

#C6F9DF
(198,249,223)
#B4E3CB
(180,227,203)
#A2CDB7
(162,205,183)
#90B7A3
(144,183,163)
#7EA18F
(126,161,143)
#6C8B7B
(108,139,123)
#5A7567
(90,117,103)
#485F53
(72,95,83)
#36493F
(54,73,63)
#24332B
(36,51,43)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #C6F9DF

#C6F9DF
(198,249,223)
#CBF9E1
(203,249,225)
#D0F9E3
(208,249,227)
#D5F9E5
(213,249,229)
#DAF9E7
(218,249,231)
#DFF9E9
(223,249,233)
#E4F9EB
(228,249,235)
#E9F9ED
(233,249,237)
#EEF9EF
(238,249,239)
#F3F9F1
(243,249,241)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F9DF; }

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

This text font color is #C6F9DF.


Background Color

.myBgColor { background-color: #C6F9DF; }

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

This div background color is #C6F9DF.


Border color

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

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

This div border color is #C6F9DF.


Opacity

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

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

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

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

This text has shadow with #C6F9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9DF on black background.


Color preview on white background

This text has color #C6F9DF on white background.



Black color preview on #C6F9DF background

This text has black color on #C6F9DF background.


White color preview on #C6F9DF background

This text has white color on #C6F9DF background.