COLOR #C6E9DA

HEX: #C6E9DA
RGB: (198,233,218)

Color info

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

RGB color model

#C6E9DA color RGB value is (198,233,218).

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

RGB channels and saturation

R 198 of 255 = 78%
G 233 of 255 = 91%
B 218 of 255 = 85%

198
233
218

R + G + B ~ 85%. #C6E9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 233 + 218 = 649 (100%)
R 198 of 649 ~ 30.51%
G 233 of 649 ~ 35.9%
B 218 of 649 ~ 33.59%

%30.51
%35.9
%33.59

CMYK color model

#C6E9DA color CMYK value is (15,0,6,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 8.63%
CMYK:
(15,0,6,9)
C15M0Y6K9 
(15%,0%,6%,9%)
(0.15/0.00/0.06/0.09)	

CMYK percentages

%15.02
%0
%6.44
%8.63

Codes

Color #C6E9DA in popluar color models

C6E9DA
RGB198233218
HSL154°44.30%84.51%
HSB/HSV154°15.02%91.37%
CMYK15.02%0.00%6.44%
8.63%

Color #C6E9DA in popluar number systems.

HEXC6E9DA
Decimal198233218
Binary110001101110100111011010
Octal306351332

Shades and tints

Shades of #C6E9DA

#C6E9DA
(198,233,218)
#B4D4C7
(180,212,199)
#A2BFB4
(162,191,180)
#90AAA1
(144,170,161)
#7E958E
(126,149,142)
#6C807B
(108,128,123)
#5A6B68
(90,107,104)
#485655
(72,86,85)
#364142
(54,65,66)
#242C2F
(36,44,47)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #C6E9DA

#C6E9DA
(198,233,218)
#CBEBDD
(203,235,221)
#D0EDE0
(208,237,224)
#D5EFE3
(213,239,227)
#DAF1E6
(218,241,230)
#DFF3E9
(223,243,233)
#E4F5EC
(228,245,236)
#E9F7EF
(233,247,239)
#EEF9F2
(238,249,242)
#F3FBF5
(243,251,245)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E9DA; }

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

This text font color is #C6E9DA.


Background Color

.myBgColor { background-color: #C6E9DA; }

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

This div background color is #C6E9DA.


Border color

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

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

This div border color is #C6E9DA.


Opacity

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

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

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

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

This text has shadow with #C6E9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9DA on black background.


Color preview on white background

This text has color #C6E9DA on white background.



Black color preview on #C6E9DA background

This text has black color on #C6E9DA background.


White color preview on #C6E9DA background

This text has white color on #C6E9DA background.