COLOR #C6EFD9

HEX: #C6EFD9
RGB: (198,239,217)

Color info

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

RGB color model

#C6EFD9 color RGB value is (198,239,217).

  • red value is 198;
  • green value is 239;
  • blue value is 217.
RGB:
(198,239,217)
(78%,94%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 217 of 255 = 85%

198
239
217

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

Portions of RGB colors in percentages

R + G + B =
198 + 239 + 217 = 654 (100%)
R 198 of 654 ~ 30.28%
G 239 of 654 ~ 36.54%
B 217 of 654 ~ 33.18%

%30.28
%36.54
%33.18

CMYK color model

#C6EFD9 color CMYK value is (17,0,9,6).

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK:
(17,0,9,6)
C17M0Y9K6 
(17%,0%,9%,6%)
(0.17/0.00/0.09/0.06)	

CMYK percentages

%17.15
%0
%9.21
%6.27

Codes

Color #C6EFD9 in popluar color models

C6EFD9
RGB198239217
HSL148°56.16%85.69%
HSB/HSV148°17.15%93.73%
CMYK17.15%0.00%9.21%
6.27%

Color #C6EFD9 in popluar number systems.

HEXC6EFD9
Decimal198239217
Binary110001101110111111011001
Octal306357331

Shades and tints

Shades of #C6EFD9

#C6EFD9
(198,239,217)
#B4DAC6
(180,218,198)
#A2C5B3
(162,197,179)
#90B0A0
(144,176,160)
#7E9B8D
(126,155,141)
#6C867A
(108,134,122)
#5A7167
(90,113,103)
#485C54
(72,92,84)
#364741
(54,71,65)
#24322E
(36,50,46)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #C6EFD9

#C6EFD9
(198,239,217)
#CBF0DC
(203,240,220)
#D0F1DF
(208,241,223)
#D5F2E2
(213,242,226)
#DAF3E5
(218,243,229)
#DFF4E8
(223,244,232)
#E4F5EB
(228,245,235)
#E9F6EE
(233,246,238)
#EEF7F1
(238,247,241)
#F3F8F4
(243,248,244)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EFD9 color. Also use rgb(198,239,217) instead hex code.

Text Font Color

.myTextColor { color: #C6EFD9; }

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

This text font color is #C6EFD9.


Background Color

.myBgColor { background-color: #C6EFD9; }

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

This div background color is #C6EFD9.


Border color

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

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

This div border color is #C6EFD9.


Opacity

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

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

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

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

This text has shadow with #C6EFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFD9 on black background.


Color preview on white background

This text has color #C6EFD9 on white background.



Black color preview on #C6EFD9 background

This text has black color on #C6EFD9 background.


White color preview on #C6EFD9 background

This text has white color on #C6EFD9 background.