COLOR #C6EFCA

HEX: #C6EFCA
RGB: (198,239,202)

Color info

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

RGB color model

#C6EFCA color RGB value is (198,239,202).

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

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 202 of 255 = 79%

198
239
202

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

Portions of RGB colors in percentages

R + G + B =
198 + 239 + 202 = 639 (100%)
R 198 of 639 ~ 30.99%
G 239 of 639 ~ 37.4%
B 202 of 639 ~ 31.61%

%30.99
%37.4
%31.61

CMYK color model

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

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(17,0,15,6)
C17M0Y15K6 
(17%,0%,15%,6%)
(0.17/0.00/0.15/0.06)	

CMYK percentages

%17.15
%0
%15.48
%6.27

Codes

Color #C6EFCA in popluar color models

C6EFCA
RGB198239202
HSL126°56.16%85.69%
HSB/HSV126°17.15%93.73%
CMYK17.15%0.00%15.48%
6.27%

Color #C6EFCA in popluar number systems.

HEXC6EFCA
Decimal198239202
Binary110001101110111111001010
Octal306357312

Shades and tints

Shades of #C6EFCA

#C6EFCA
(198,239,202)
#B4DAB8
(180,218,184)
#A2C5A6
(162,197,166)
#90B094
(144,176,148)
#7E9B82
(126,155,130)
#6C8670
(108,134,112)
#5A715E
(90,113,94)
#485C4C
(72,92,76)
#36473A
(54,71,58)
#243228
(36,50,40)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #C6EFCA

#C6EFCA
(198,239,202)
#CBF0CE
(203,240,206)
#D0F1D2
(208,241,210)
#D5F2D6
(213,242,214)
#DAF3DA
(218,243,218)
#DFF4DE
(223,244,222)
#E4F5E2
(228,245,226)
#E9F6E6
(233,246,230)
#EEF7EA
(238,247,234)
#F3F8EE
(243,248,238)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFCA; }

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

This text font color is #C6EFCA.


Background Color

.myBgColor { background-color: #C6EFCA; }

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

This div background color is #C6EFCA.


Border color

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

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

This div border color is #C6EFCA.


Opacity

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

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

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

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

This text has shadow with #C6EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFCA on black background.


Color preview on white background

This text has color #C6EFCA on white background.



Black color preview on #C6EFCA background

This text has black color on #C6EFCA background.


White color preview on #C6EFCA background

This text has white color on #C6EFCA background.