COLOR #C6F2CB

HEX: #C6F2CB
RGB: (198,242,203)

Color info

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

RGB color model

#C6F2CB color RGB value is (198,242,203).

  • red value is 198;
  • green value is 242;
  • blue value is 203.
RGB:
(198,242,203)
(78%,95%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 242 of 255 = 95%
B 203 of 255 = 80%

198
242
203

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

Portions of RGB colors in percentages

R + G + B =
198 + 242 + 203 = 643 (100%)
R 198 of 643 ~ 30.79%
G 242 of 643 ~ 37.64%
B 203 of 643 ~ 31.57%

%30.79
%37.64
%31.57

CMYK color model

#C6F2CB color CMYK value is (18,0,16,5).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(18,0,16,5)
C18M0Y16K5 
(18%,0%,16%,5%)
(0.18/0.00/0.16/0.05)	

CMYK percentages

%18.18
%0
%16.12
%5.1

Codes

Color #C6F2CB in popluar color models

C6F2CB
RGB198242203
HSL127°62.86%86.27%
HSB/HSV127°18.18%94.90%
CMYK18.18%0.00%16.12%
5.10%

Color #C6F2CB in popluar number systems.

HEXC6F2CB
Decimal198242203
Binary110001101111001011001011
Octal306362313

Shades and tints

Shades of #C6F2CB

#C6F2CB
(198,242,203)
#B4DCB9
(180,220,185)
#A2C6A7
(162,198,167)
#90B095
(144,176,149)
#7E9A83
(126,154,131)
#6C8471
(108,132,113)
#5A6E5F
(90,110,95)
#48584D
(72,88,77)
#36423B
(54,66,59)
#242C29
(36,44,41)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6F2CB

#C6F2CB
(198,242,203)
#CBF3CF
(203,243,207)
#D0F4D3
(208,244,211)
#D5F5D7
(213,245,215)
#DAF6DB
(218,246,219)
#DFF7DF
(223,247,223)
#E4F8E3
(228,248,227)
#E9F9E7
(233,249,231)
#EEFAEB
(238,250,235)
#F3FBEF
(243,251,239)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F2CB color. Also use rgb(198,242,203) instead hex code.

Text Font Color

.myTextColor { color: #C6F2CB; }

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

This text font color is #C6F2CB.


Background Color

.myBgColor { background-color: #C6F2CB; }

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

This div background color is #C6F2CB.


Border color

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

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

This div border color is #C6F2CB.


Opacity

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

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

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

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

This text has shadow with #C6F2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F2CB on black background.


Color preview on white background

This text has color #C6F2CB on white background.



Black color preview on #C6F2CB background

This text has black color on #C6F2CB background.


White color preview on #C6F2CB background

This text has white color on #C6F2CB background.