COLOR #C6F9DA

HEX: #C6F9DA
RGB: (198,249,218)

Color info

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

RGB color model

#C6F9DA color RGB value is (198,249,218).

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

RGB channels and saturation

R 198 of 255 = 78%
G 249 of 255 = 98%
B 218 of 255 = 85%

198
249
218

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

Portions of RGB colors in percentages

R + G + B =
198 + 249 + 218 = 665 (100%)
R 198 of 665 ~ 29.77%
G 249 of 665 ~ 37.44%
B 218 of 665 ~ 32.78%

%29.77
%37.44
%32.78

CMYK color model

#C6F9DA color CMYK value is (20,0,12,2).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(20,0,12,2)
C20M0Y12K2 
(20%,0%,12%,2%)
(0.20/0.00/0.12/0.02)	

CMYK percentages

%20.48
%0
%12.45
%2.35

Codes

Color #C6F9DA in popluar color models

C6F9DA
RGB198249218
HSL144°80.95%87.65%
HSB/HSV144°20.48%97.65%
CMYK20.48%0.00%12.45%
2.35%

Color #C6F9DA in popluar number systems.

HEXC6F9DA
Decimal198249218
Binary110001101111100111011010
Octal306371332

Shades and tints

Shades of #C6F9DA

#C6F9DA
(198,249,218)
#B4E3C7
(180,227,199)
#A2CDB4
(162,205,180)
#90B7A1
(144,183,161)
#7EA18E
(126,161,142)
#6C8B7B
(108,139,123)
#5A7568
(90,117,104)
#485F55
(72,95,85)
#364942
(54,73,66)
#24332F
(36,51,47)
#121D1C
(18,29,28)
#000000
(0,0,0)

Tints of #C6F9DA

#C6F9DA
(198,249,218)
#CBF9DD
(203,249,221)
#D0F9E0
(208,249,224)
#D5F9E3
(213,249,227)
#DAF9E6
(218,249,230)
#DFF9E9
(223,249,233)
#E4F9EC
(228,249,236)
#E9F9EF
(233,249,239)
#EEF9F2
(238,249,242)
#F3F9F5
(243,249,245)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F9DA; }

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

This text font color is #C6F9DA.


Background Color

.myBgColor { background-color: #C6F9DA; }

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

This div background color is #C6F9DA.


Border color

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

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

This div border color is #C6F9DA.


Opacity

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

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

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

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

This text has shadow with #C6F9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9DA on black background.


Color preview on white background

This text has color #C6F9DA on white background.



Black color preview on #C6F9DA background

This text has black color on #C6F9DA background.


White color preview on #C6F9DA background

This text has white color on #C6F9DA background.