COLOR #C6E2BB

HEX: #C6E2BB
RGB: (198,226,187)

Color info

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

RGB color model

#C6E2BB color RGB value is (198,226,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 187 of 255 = 73%

198
226
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 226 + 187 = 611 (100%)
R 198 of 611 ~ 32.41%
G 226 of 611 ~ 36.99%
B 187 of 611 ~ 30.61%

%32.41
%36.99
%30.61

CMYK color model

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

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • 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
%17.26
%11.37

Codes

Color #C6E2BB in popluar color models

C6E2BB
RGB198226187
HSL103°40.21%80.98%
HSB/HSV103°17.26%88.63%
CMYK12.39%0.00%17.26%
11.37%

Color #C6E2BB in popluar number systems.

HEXC6E2BB
Decimal198226187
Binary110001101110001010111011
Octal306342273

Shades and tints

Shades of #C6E2BB

#C6E2BB
(198,226,187)
#B4CEAA
(180,206,170)
#A2BA99
(162,186,153)
#90A688
(144,166,136)
#7E9277
(126,146,119)
#6C7E66
(108,126,102)
#5A6A55
(90,106,85)
#485644
(72,86,68)
#364233
(54,66,51)
#242E22
(36,46,34)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #C6E2BB

#C6E2BB
(198,226,187)
#CBE4C1
(203,228,193)
#D0E6C7
(208,230,199)
#D5E8CD
(213,232,205)
#DAEAD3
(218,234,211)
#DFECD9
(223,236,217)
#E4EEDF
(228,238,223)
#E9F0E5
(233,240,229)
#EEF2EB
(238,242,235)
#F3F4F1
(243,244,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E2BB; }

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

This text font color is #C6E2BB.


Background Color

.myBgColor { background-color: #C6E2BB; }

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

This div background color is #C6E2BB.


Border color

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

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

This div border color is #C6E2BB.


Opacity

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

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

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

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

This text has shadow with #C6E2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E2BB on black background.


Color preview on white background

This text has color #C6E2BB on white background.



Black color preview on #C6E2BB background

This text has black color on #C6E2BB background.


White color preview on #C6E2BB background

This text has white color on #C6E2BB background.