COLOR #C6EFD1

HEX: #C6EFD1
RGB: (198,239,209)

Color info

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

RGB color model

#C6EFD1 color RGB value is (198,239,209).

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

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 209 of 255 = 82%

198
239
209

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

Portions of RGB colors in percentages

R + G + B =
198 + 239 + 209 = 646 (100%)
R 198 of 646 ~ 30.65%
G 239 of 646 ~ 37%
B 209 of 646 ~ 32.35%

%30.65
%37
%32.35

CMYK color model

#C6EFD1 color CMYK value is (17,0,13,6).

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 6.27%
CMYK:
(17,0,13,6)
C17M0Y13K6 
(17%,0%,13%,6%)
(0.17/0.00/0.13/0.06)	

CMYK percentages

%17.15
%0
%12.55
%6.27

Codes

Color #C6EFD1 in popluar color models

C6EFD1
RGB198239209
HSL136°56.16%85.69%
HSB/HSV136°17.15%93.73%
CMYK17.15%0.00%12.55%
6.27%

Color #C6EFD1 in popluar number systems.

HEXC6EFD1
Decimal198239209
Binary110001101110111111010001
Octal306357321

Shades and tints

Shades of #C6EFD1

#C6EFD1
(198,239,209)
#B4DABE
(180,218,190)
#A2C5AB
(162,197,171)
#90B098
(144,176,152)
#7E9B85
(126,155,133)
#6C8672
(108,134,114)
#5A715F
(90,113,95)
#485C4C
(72,92,76)
#364739
(54,71,57)
#243226
(36,50,38)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #C6EFD1

#C6EFD1
(198,239,209)
#CBF0D5
(203,240,213)
#D0F1D9
(208,241,217)
#D5F2DD
(213,242,221)
#DAF3E1
(218,243,225)
#DFF4E5
(223,244,229)
#E4F5E9
(228,245,233)
#E9F6ED
(233,246,237)
#EEF7F1
(238,247,241)
#F3F8F5
(243,248,245)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFD1; }

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

This text font color is #C6EFD1.


Background Color

.myBgColor { background-color: #C6EFD1; }

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

This div background color is #C6EFD1.


Border color

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

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

This div border color is #C6EFD1.


Opacity

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

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

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

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

This text has shadow with #C6EFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFD1 on black background.


Color preview on white background

This text has color #C6EFD1 on white background.



Black color preview on #C6EFD1 background

This text has black color on #C6EFD1 background.


White color preview on #C6EFD1 background

This text has white color on #C6EFD1 background.