COLOR #C6E2BC

HEX: #C6E2BC
RGB: (198,226,188)

Color info

#C6E2BC contains red, green and blue colors in about the same proportion. Web safe color of #C6E2BC is #CCCCCC (or #CCC).

RGB color model

#C6E2BC color RGB value is (198,226,188).

  • red value is 198;
  • green value is 226;
  • blue value is 188.
RGB:
(198,226,188)
(78%,89%,74%)

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 188 of 255 = 74%

198
226
188

R + G + B ~ 80%. #C6E2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 226 + 188 = 612 (100%)
R 198 of 612 ~ 32.35%
G 226 of 612 ~ 36.93%
B 188 of 612 ~ 30.72%

%32.35
%36.93
%30.72

CMYK color model

#C6E2BC color CMYK value is (12,0,17,11).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(12,0,17,11)
C12M0Y17K11 
(12%,0%,17%,11%)
(0.12/0.00/0.17/0.11)	

CMYK percentages

%12.39
%0
%16.81
%11.37

Codes

Color #C6E2BC in popluar color models

C6E2BC
RGB198226188
HSL104°39.58%81.18%
HSB/HSV104°16.81%88.63%
CMYK12.39%0.00%16.81%
11.37%

Color #C6E2BC in popluar number systems.

HEXC6E2BC
Decimal198226188
Binary110001101110001010111100
Octal306342274

Shades and tints

Shades of #C6E2BC

#C6E2BC
(198,226,188)
#B4CEAB
(180,206,171)
#A2BA9A
(162,186,154)
#90A689
(144,166,137)
#7E9278
(126,146,120)
#6C7E67
(108,126,103)
#5A6A56
(90,106,86)
#485645
(72,86,69)
#364234
(54,66,52)
#242E23
(36,46,35)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #C6E2BC

#C6E2BC
(198,226,188)
#CBE4C2
(203,228,194)
#D0E6C8
(208,230,200)
#D5E8CE
(213,232,206)
#DAEAD4
(218,234,212)
#DFECDA
(223,236,218)
#E4EEE0
(228,238,224)
#E9F0E6
(233,240,230)
#EEF2EC
(238,242,236)
#F3F4F2
(243,244,242)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E2BC color. Also use rgb(198,226,188) instead hex code.

Text Font Color

.myTextColor { color: #C6E2BC; }

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

This text font color is #C6E2BC.


Background Color

.myBgColor { background-color: #C6E2BC; }

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

This div background color is #C6E2BC.


Border color

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

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

This div border color is #C6E2BC.


Opacity

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

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

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

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

This text has shadow with #C6E2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E2BC on black background.


Color preview on white background

This text has color #C6E2BC on white background.



Black color preview on #C6E2BC background

This text has black color on #C6E2BC background.


White color preview on #C6E2BC background

This text has white color on #C6E2BC background.