COLOR #C6E7BC

HEX: #C6E7BC
RGB: (198,231,188)

Color info

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

RGB color model

#C6E7BC color RGB value is (198,231,188).

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

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 188 of 255 = 74%

198
231
188

R + G + B ~ 81%. #C6E7BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 188 = 617 (100%)
R 198 of 617 ~ 32.09%
G 231 of 617 ~ 37.44%
B 188 of 617 ~ 30.47%

%32.09
%37.44
%30.47

CMYK color model

#C6E7BC color CMYK value is (14,0,19,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 18.61%
  • key color value is 9.41%
CMYK:
(14,0,19,9)
C14M0Y19K9 
(14%,0%,19%,9%)
(0.14/0.00/0.19/0.09)	

CMYK percentages

%14.29
%0
%18.61
%9.41

Codes

Color #C6E7BC in popluar color models

C6E7BC
RGB198231188
HSL106°47.25%82.16%
HSB/HSV106°18.61%90.59%
CMYK14.29%0.00%18.61%
9.41%

Color #C6E7BC in popluar number systems.

HEXC6E7BC
Decimal198231188
Binary110001101110011110111100
Octal306347274

Shades and tints

Shades of #C6E7BC

#C6E7BC
(198,231,188)
#B4D2AB
(180,210,171)
#A2BD9A
(162,189,154)
#90A889
(144,168,137)
#7E9378
(126,147,120)
#6C7E67
(108,126,103)
#5A6956
(90,105,86)
#485445
(72,84,69)
#363F34
(54,63,52)
#242A23
(36,42,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6E7BC

#C6E7BC
(198,231,188)
#CBE9C2
(203,233,194)
#D0EBC8
(208,235,200)
#D5EDCE
(213,237,206)
#DAEFD4
(218,239,212)
#DFF1DA
(223,241,218)
#E4F3E0
(228,243,224)
#E9F5E6
(233,245,230)
#EEF7EC
(238,247,236)
#F3F9F2
(243,249,242)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7BC; }

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

This text font color is #C6E7BC.


Background Color

.myBgColor { background-color: #C6E7BC; }

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

This div background color is #C6E7BC.


Border color

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

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

This div border color is #C6E7BC.


Opacity

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

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

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

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

This text has shadow with #C6E7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7BC on black background.


Color preview on white background

This text has color #C6E7BC on white background.



Black color preview on #C6E7BC background

This text has black color on #C6E7BC background.


White color preview on #C6E7BC background

This text has white color on #C6E7BC background.