COLOR #C6E1BC

HEX: #C6E1BC RGB: (198,225,188)

Color info

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

RGB color model

#C6E1BC color RGB value is (198,225,188).

RGB: (198,225,188) (78%, 88%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 188 of 255 = 74%

198
225
188

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

Portions of RGB colors in percentages

R + G + B = 198 + 225 + 188 = 611 (100%)
R 198 of 611 ~ 32.41%
G 225 of 611 ~ 36.82%
B 188 of 611 ~ 30.77'%

%32.41
%36.82
%30.77

CMYK color model

#C6E1BC color CMYK value is (12,0,16,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 11.76%

CMYK: (12,0,16,12)
C12M0Y16K12 (12%, 0%, 16%, 12%)
(0.12 / 0.00 / 0.16 / 0.12)

CMYK percentages

%12
%0
%16.44
%11.76

Codes

Color #C6E1BC in popluar color models

C6 E1 BC
RGB 198 225 188
HSL 104° 38.14% 80.98%
HSB/HSV 104° 16.44% 88.24%
CMYK 12.00% 0.00% 16.44%
11.76%

Color #C6E1BC in popluar number systems.

HEX C6 E1 BC
Decimal 198 225 188
Binary 11000110 11100001 10111100
Octal 306 341 274

Shades and tints

Shades of #C6E1BC

#C6E1BC
(198,225,188)
#B4CDAB
(180,205,171)
#A2B99A
(162,185,154)
#90A589
(144,165,137)
#7E9178
(126,145,120)
#6C7D67
(108,125,103)
#5A6956
(90,105,86)
#485545
(72,85,69)
#364134
(54,65,52)
#242D23
(36,45,35)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #C6E1BC

#C6E1BC
(198,225,188)
#CBE3C2
(203,227,194)
#D0E5C8
(208,229,200)
#D5E7CE
(213,231,206)
#DAE9D4
(218,233,212)
#DFEBDA
(223,235,218)
#E4EDE0
(228,237,224)
#E9EFE6
(233,239,230)
#EEF1EC
(238,241,236)
#F3F3F2
(243,243,242)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1BC; }

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

This text font color is #C6E1BC.

Background Color

.myBgColor { background-color: #C6E1BC; }

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

This div background color is #C6E1BC.

Border color

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

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

This div border color is #C6E1BC.

Opacity

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

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

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

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

This text has shadow with #C6E1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E1BC.

Preview

Color preview on black background

This text has color #C6E1BC on black background.


Color preview on white background

This text has color #C6E1BC on white background.


Black color preview on #C6E1BC background

This text has black color on #C6E1BC background.


White color preview on #C6E1BC background

This text has white color on #C6E1BC background.


Related colors

Complementary color

Complementary color for #hex is #391E43.


I love getcolorcode.com

Triadic colors

1 #BCC6E1 and #E1BCC6 with #C6E1BC are triadic colors.

2 #BCE1C6 and #E1C6BC with #C6E1BC are triadic colors.