COLOR #C6EFD0

HEX: #C6EFD0
RGB: (198,239,208)

Color info

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

RGB color model

#C6EFD0 color RGB value is (198,239,208).

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

RGB channels and saturation

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

198
239
208

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

Portions of RGB colors in percentages

R + G + B =
198 + 239 + 208 = 645 (100%)
R 198 of 645 ~ 30.7%
G 239 of 645 ~ 37.05%
B 208 of 645 ~ 32.25%

%30.7
%37.05
%32.25

CMYK color model

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

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 12.97%
  • 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.97
%6.27

Codes

Color #C6EFD0 in popluar color models

C6EFD0
RGB198239208
HSL135°56.16%85.69%
HSB/HSV135°17.15%93.73%
CMYK17.15%0.00%12.97%
6.27%

Color #C6EFD0 in popluar number systems.

HEXC6EFD0
Decimal198239208
Binary110001101110111111010000
Octal306357320

Shades and tints

Shades of #C6EFD0

#C6EFD0
(198,239,208)
#B4DABE
(180,218,190)
#A2C5AC
(162,197,172)
#90B09A
(144,176,154)
#7E9B88
(126,155,136)
#6C8676
(108,134,118)
#5A7164
(90,113,100)
#485C52
(72,92,82)
#364740
(54,71,64)
#24322E
(36,50,46)
#121D1C
(18,29,28)
#000000
(0,0,0)

Tints of #C6EFD0

#C6EFD0
(198,239,208)
#CBF0D4
(203,240,212)
#D0F1D8
(208,241,216)
#D5F2DC
(213,242,220)
#DAF3E0
(218,243,224)
#DFF4E4
(223,244,228)
#E4F5E8
(228,245,232)
#E9F6EC
(233,246,236)
#EEF7F0
(238,247,240)
#F3F8F4
(243,248,244)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFD0; }

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

This text font color is #C6EFD0.


Background Color

.myBgColor { background-color: #C6EFD0; }

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

This div background color is #C6EFD0.


Border color

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

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

This div border color is #C6EFD0.


Opacity

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

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

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

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

This text has shadow with #C6EFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFD0 on black background.


Color preview on white background

This text has color #C6EFD0 on white background.



Black color preview on #C6EFD0 background

This text has black color on #C6EFD0 background.


White color preview on #C6EFD0 background

This text has white color on #C6EFD0 background.