COLOR #C6E9DD

HEX: #C6E9DD
RGB: (198,233,221)

Color info

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

RGB color model

#C6E9DD color RGB value is (198,233,221).

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

RGB channels and saturation

R 198 of 255 = 78%
G 233 of 255 = 91%
B 221 of 255 = 87%

198
233
221

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

Portions of RGB colors in percentages

R + G + B =
198 + 233 + 221 = 652 (100%)
R 198 of 652 ~ 30.37%
G 233 of 652 ~ 35.74%
B 221 of 652 ~ 33.9%

%30.37
%35.74
%33.9

CMYK color model

#C6E9DD color CMYK value is (15,0,5,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(15,0,5,9)
C15M0Y5K9 
(15%,0%,5%,9%)
(0.15/0.00/0.05/0.09)	

CMYK percentages

%15.02
%0
%5.15
%8.63

Codes

Color #C6E9DD in popluar color models

C6E9DD
RGB198233221
HSL159°44.30%84.51%
HSB/HSV159°15.02%91.37%
CMYK15.02%0.00%5.15%
8.63%

Color #C6E9DD in popluar number systems.

HEXC6E9DD
Decimal198233221
Binary110001101110100111011101
Octal306351335

Shades and tints

Shades of #C6E9DD

#C6E9DD
(198,233,221)
#B4D4C9
(180,212,201)
#A2BFB5
(162,191,181)
#90AAA1
(144,170,161)
#7E958D
(126,149,141)
#6C8079
(108,128,121)
#5A6B65
(90,107,101)
#485651
(72,86,81)
#36413D
(54,65,61)
#242C29
(36,44,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6E9DD

#C6E9DD
(198,233,221)
#CBEBE0
(203,235,224)
#D0EDE3
(208,237,227)
#D5EFE6
(213,239,230)
#DAF1E9
(218,241,233)
#DFF3EC
(223,243,236)
#E4F5EF
(228,245,239)
#E9F7F2
(233,247,242)
#EEF9F5
(238,249,245)
#F3FBF8
(243,251,248)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E9DD; }

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

This text font color is #C6E9DD.


Background Color

.myBgColor { background-color: #C6E9DD; }

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

This div background color is #C6E9DD.


Border color

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

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

This div border color is #C6E9DD.


Opacity

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

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

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

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

This text has shadow with #C6E9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9DD on black background.


Color preview on white background

This text has color #C6E9DD on white background.



Black color preview on #C6E9DD background

This text has black color on #C6E9DD background.


White color preview on #C6E9DD background

This text has white color on #C6E9DD background.