COLOR #C6F7DE

HEX: #C6F7DE
RGB: (198,247,222)

Color info

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

RGB color model

#C6F7DE color RGB value is (198,247,222).

  • red value is 198;
  • green value is 247;
  • blue value is 222.
RGB:
(198,247,222)
(78%,97%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 247 of 255 = 97%
B 222 of 255 = 87%

198
247
222

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

Portions of RGB colors in percentages

R + G + B =
198 + 247 + 222 = 667 (100%)
R 198 of 667 ~ 29.69%
G 247 of 667 ~ 37.03%
B 222 of 667 ~ 33.28%

%29.69
%37.03
%33.28

CMYK color model

#C6F7DE color CMYK value is (20,0,10,3).

  • cyan value is 19.84%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 3.14%
CMYK:
(20,0,10,3)
C20M0Y10K3 
(20%,0%,10%,3%)
(0.20/0.00/0.10/0.03)	

CMYK percentages

%19.84
%0
%10.12
%3.14

Codes

Color #C6F7DE in popluar color models

C6F7DE
RGB198247222
HSL149°75.38%87.25%
HSB/HSV149°19.84%96.86%
CMYK19.84%0.00%10.12%
3.14%

Color #C6F7DE in popluar number systems.

HEXC6F7DE
Decimal198247222
Binary110001101111011111011110
Octal306367336

Shades and tints

Shades of #C6F7DE

#C6F7DE
(198,247,222)
#B4E1CA
(180,225,202)
#A2CBB6
(162,203,182)
#90B5A2
(144,181,162)
#7E9F8E
(126,159,142)
#6C897A
(108,137,122)
#5A7366
(90,115,102)
#485D52
(72,93,82)
#36473E
(54,71,62)
#24312A
(36,49,42)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6F7DE

#C6F7DE
(198,247,222)
#CBF7E1
(203,247,225)
#D0F7E4
(208,247,228)
#D5F7E7
(213,247,231)
#DAF7EA
(218,247,234)
#DFF7ED
(223,247,237)
#E4F7F0
(228,247,240)
#E9F7F3
(233,247,243)
#EEF7F6
(238,247,246)
#F3F7F9
(243,247,249)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F7DE color. Also use rgb(198,247,222) instead hex code.

Text Font Color

.myTextColor { color: #C6F7DE; }

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

This text font color is #C6F7DE.


Background Color

.myBgColor { background-color: #C6F7DE; }

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

This div background color is #C6F7DE.


Border color

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

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

This div border color is #C6F7DE.


Opacity

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

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

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

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

This text has shadow with #C6F7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F7DE on black background.


Color preview on white background

This text has color #C6F7DE on white background.



Black color preview on #C6F7DE background

This text has black color on #C6F7DE background.


White color preview on #C6F7DE background

This text has white color on #C6F7DE background.