COLOR #C6F1DA

HEX: #C6F1DA RGB: (198,241,218)

Color info

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

RGB color model

#C6F1DA color RGB value is (198,241,218).

RGB: (198,241,218) (78%, 95%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 241 of 255 = 95%
B 218 of 255 = 85%

198
241
218

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

Portions of RGB colors in percentages

R + G + B = 198 + 241 + 218 = 657 (100%)
R 198 of 657 ~ 30.14%
G 241 of 657 ~ 36.68%
B 218 of 657 ~ 33.18'%

%30.14
%36.68
%33.18

CMYK color model

#C6F1DA color CMYK value is (18,0,10,5).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 9.54%
  • key color value is 5.49%

CMYK: (18,0,10,5)
C18M0Y10K5 (18%, 0%, 10%, 5%)
(0.18 / 0.00 / 0.10 / 0.05)

CMYK percentages

%17.84
%0
%9.54
%5.49

Codes

Color #C6F1DA in popluar color models

C6 F1 DA
RGB 198 241 218
HSL 148° 60.56% 86.08%
HSB/HSV 148° 17.84% 94.51%
CMYK 17.84% 0.00% 9.54%
5.49%

Color #C6F1DA in popluar number systems.

HEX C6 F1 DA
Decimal 198 241 218
Binary 11000110 11110001 11011010
Octal 306 361 332

Shades and tints

Shades of #C6F1DA

#C6F1DA
(198,241,218)
#B4DCC7
(180,220,199)
#A2C7B4
(162,199,180)
#90B2A1
(144,178,161)
#7E9D8E
(126,157,142)
#6C887B
(108,136,123)
#5A7368
(90,115,104)
#485E55
(72,94,85)
#364942
(54,73,66)
#24342F
(36,52,47)
#121F1C
(18,31,28)
#000000
(0,0,0)

Tints of #C6F1DA

#C6F1DA
(198,241,218)
#CBF2DD
(203,242,221)
#D0F3E0
(208,243,224)
#D5F4E3
(213,244,227)
#DAF5E6
(218,245,230)
#DFF6E9
(223,246,233)
#E4F7EC
(228,247,236)
#E9F8EF
(233,248,239)
#EEF9F2
(238,249,242)
#F3FAF5
(243,250,245)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F1DA; }

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

This text font color is #C6F1DA.

Background Color

.myBgColor { background-color: #C6F1DA; }

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

This div background color is #C6F1DA.

Border color

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

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

This div border color is #C6F1DA.

Opacity

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

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

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

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

This text has shadow with #C6F1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F1DA.

Preview

Color preview on black background

This text has color #C6F1DA on black background.


Color preview on white background

This text has color #C6F1DA on white background.


Black color preview on #C6F1DA background

This text has black color on #C6F1DA background.


White color preview on #C6F1DA background

This text has white color on #C6F1DA background.


Related colors

Complementary color

Complementary color for #hex is #390E25.


I love getcolorcode.com

Triadic colors

1 #DAC6F1 and #F1DAC6 with #C6F1DA are triadic colors.

2 #DAF1C6 and #F1C6DA with #C6F1DA are triadic colors.