COLOR #C6E9D7

HEX: #C6E9D7
RGB: (198,233,215)

Color info

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

RGB color model

#C6E9D7 color RGB value is (198,233,215).

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

RGB channels and saturation

R 198 of 255 = 78%
G 233 of 255 = 91%
B 215 of 255 = 84%

198
233
215

R + G + B ~ 84%. #C6E9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 233 + 215 = 646 (100%)
R 198 of 646 ~ 30.65%
G 233 of 646 ~ 36.07%
B 215 of 646 ~ 33.28%

%30.65
%36.07
%33.28

CMYK color model

#C6E9D7 color CMYK value is (15,0,8,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 8.63%
CMYK:
(15,0,8,9)
C15M0Y8K9 
(15%,0%,8%,9%)
(0.15/0.00/0.08/0.09)	

CMYK percentages

%15.02
%0
%7.73
%8.63

Codes

Color #C6E9D7 in popluar color models

C6E9D7
RGB198233215
HSL149°44.30%84.51%
HSB/HSV149°15.02%91.37%
CMYK15.02%0.00%7.73%
8.63%

Color #C6E9D7 in popluar number systems.

HEXC6E9D7
Decimal198233215
Binary110001101110100111010111
Octal306351327

Shades and tints

Shades of #C6E9D7

#C6E9D7
(198,233,215)
#B4D4C4
(180,212,196)
#A2BFB1
(162,191,177)
#90AA9E
(144,170,158)
#7E958B
(126,149,139)
#6C8078
(108,128,120)
#5A6B65
(90,107,101)
#485652
(72,86,82)
#36413F
(54,65,63)
#242C2C
(36,44,44)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6E9D7

#C6E9D7
(198,233,215)
#CBEBDA
(203,235,218)
#D0EDDD
(208,237,221)
#D5EFE0
(213,239,224)
#DAF1E3
(218,241,227)
#DFF3E6
(223,243,230)
#E4F5E9
(228,245,233)
#E9F7EC
(233,247,236)
#EEF9EF
(238,249,239)
#F3FBF2
(243,251,242)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E9D7; }

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

This text font color is #C6E9D7.


Background Color

.myBgColor { background-color: #C6E9D7; }

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

This div background color is #C6E9D7.


Border color

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

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

This div border color is #C6E9D7.


Opacity

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

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

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

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

This text has shadow with #C6E9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9D7 on black background.


Color preview on white background

This text has color #C6E9D7 on white background.



Black color preview on #C6E9D7 background

This text has black color on #C6E9D7 background.


White color preview on #C6E9D7 background

This text has white color on #C6E9D7 background.