COLOR #C6EFE0

HEX: #C6EFE0
RGB: (198,239,224)

Color info

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

RGB color model

#C6EFE0 color RGB value is (198,239,224).

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

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 224 of 255 = 88%

198
239
224

R + G + B ~ 87%. #C6EFE0 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 239 + 224 = 661 (100%)
R 198 of 661 ~ 29.95%
G 239 of 661 ~ 36.16%
B 224 of 661 ~ 33.89%

%29.95
%36.16
%33.89

CMYK color model

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

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(17,0,6,6)
C17M0Y6K6 
(17%,0%,6%,6%)
(0.17/0.00/0.06/0.06)	

CMYK percentages

%17.15
%0
%6.28
%6.27

Codes

Color #C6EFE0 in popluar color models

C6EFE0
RGB198239224
HSL158°56.16%85.69%
HSB/HSV158°17.15%93.73%
CMYK17.15%0.00%6.28%
6.27%

Color #C6EFE0 in popluar number systems.

HEXC6EFE0
Decimal198239224
Binary110001101110111111100000
Octal306357340

Shades and tints

Shades of #C6EFE0

#C6EFE0
(198,239,224)
#B4DACC
(180,218,204)
#A2C5B8
(162,197,184)
#90B0A4
(144,176,164)
#7E9B90
(126,155,144)
#6C867C
(108,134,124)
#5A7168
(90,113,104)
#485C54
(72,92,84)
#364740
(54,71,64)
#24322C
(36,50,44)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #C6EFE0

#C6EFE0
(198,239,224)
#CBF0E2
(203,240,226)
#D0F1E4
(208,241,228)
#D5F2E6
(213,242,230)
#DAF3E8
(218,243,232)
#DFF4EA
(223,244,234)
#E4F5EC
(228,245,236)
#E9F6EE
(233,246,238)
#EEF7F0
(238,247,240)
#F3F8F2
(243,248,242)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFE0; }

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

This text font color is #C6EFE0.


Background Color

.myBgColor { background-color: #C6EFE0; }

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

This div background color is #C6EFE0.


Border color

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

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

This div border color is #C6EFE0.


Opacity

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

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

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

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

This text has shadow with #C6EFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFE0 on black background.


Color preview on white background

This text has color #C6EFE0 on white background.



Black color preview on #C6EFE0 background

This text has black color on #C6EFE0 background.


White color preview on #C6EFE0 background

This text has white color on #C6EFE0 background.