COLOR #C6F5DA

HEX: #C6F5DA
RGB: (198,245,218)

Color info

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

RGB color model

#C6F5DA color RGB value is (198,245,218).

  • red value is 198;
  • green value is 245;
  • blue value is 218.
RGB:
(198,245,218)
(78%,96%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 245 of 255 = 96%
B 218 of 255 = 85%

198
245
218

R + G + B ~ 86%. #C6F5DA is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 245 + 218 = 661 (100%)
R 198 of 661 ~ 29.95%
G 245 of 661 ~ 37.07%
B 218 of 661 ~ 32.98%

%29.95
%37.07
%32.98

CMYK color model

#C6F5DA color CMYK value is (19,0,11,4).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK:
(19,0,11,4)
C19M0Y11K4 
(19%,0%,11%,4%)
(0.19/0.00/0.11/0.04)	

CMYK percentages

%19.18
%0
%11.02
%3.92

Codes

Color #C6F5DA in popluar color models

C6F5DA
RGB198245218
HSL146°70.15%86.86%
HSB/HSV146°19.18%96.08%
CMYK19.18%0.00%11.02%
3.92%

Color #C6F5DA in popluar number systems.

HEXC6F5DA
Decimal198245218
Binary110001101111010111011010
Octal306365332

Shades and tints

Shades of #C6F5DA

#C6F5DA
(198,245,218)
#B4DFC7
(180,223,199)
#A2C9B4
(162,201,180)
#90B3A1
(144,179,161)
#7E9D8E
(126,157,142)
#6C877B
(108,135,123)
#5A7168
(90,113,104)
#485B55
(72,91,85)
#364542
(54,69,66)
#242F2F
(36,47,47)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #C6F5DA

#C6F5DA
(198,245,218)
#CBF5DD
(203,245,221)
#D0F5E0
(208,245,224)
#D5F5E3
(213,245,227)
#DAF5E6
(218,245,230)
#DFF5E9
(223,245,233)
#E4F5EC
(228,245,236)
#E9F5EF
(233,245,239)
#EEF5F2
(238,245,242)
#F3F5F5
(243,245,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F5DA color. Also use rgb(198,245,218) instead hex code.

Text Font Color

.myTextColor { color: #C6F5DA; }

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

This text font color is #C6F5DA.


Background Color

.myBgColor { background-color: #C6F5DA; }

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

This div background color is #C6F5DA.


Border color

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

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

This div border color is #C6F5DA.


Opacity

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

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

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

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

This text has shadow with #C6F5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F5DA on black background.


Color preview on white background

This text has color #C6F5DA on white background.



Black color preview on #C6F5DA background

This text has black color on #C6F5DA background.


White color preview on #C6F5DA background

This text has white color on #C6F5DA background.