COLOR #C6E2B3

HEX: #C6E2B3
RGB: (198,226,179)

Color info

#C6E2B3 contains red, green and blue colors in about the same proportion. Web safe color of #C6E2B3 is #CCCC99 (or #CC9).

RGB color model

#C6E2B3 color RGB value is (198,226,179).

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

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 179 of 255 = 70%

198
226
179

R + G + B ~ 79%. #C6E2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 226 + 179 = 603 (100%)
R 198 of 603 ~ 32.84%
G 226 of 603 ~ 37.48%
B 179 of 603 ~ 29.68%

%32.84
%37.48
%29.68

CMYK color model

#C6E2B3 color CMYK value is (12,0,21,11).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(12,0,21,11)
C12M0Y21K11 
(12%,0%,21%,11%)
(0.12/0.00/0.21/0.11)	

CMYK percentages

%12.39
%0
%20.8
%11.37

Codes

Color #C6E2B3 in popluar color models

C6E2B3
RGB198226179
HSL96°44.76%79.41%
HSB/HSV96°20.80%88.63%
CMYK12.39%0.00%20.80%
11.37%

Color #C6E2B3 in popluar number systems.

HEXC6E2B3
Decimal198226179
Binary110001101110001010110011
Octal306342263

Shades and tints

Shades of #C6E2B3

#C6E2B3
(198,226,179)
#B4CEA3
(180,206,163)
#A2BA93
(162,186,147)
#90A683
(144,166,131)
#7E9273
(126,146,115)
#6C7E63
(108,126,99)
#5A6A53
(90,106,83)
#485643
(72,86,67)
#364233
(54,66,51)
#242E23
(36,46,35)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #C6E2B3

#C6E2B3
(198,226,179)
#CBE4B9
(203,228,185)
#D0E6BF
(208,230,191)
#D5E8C5
(213,232,197)
#DAEACB
(218,234,203)
#DFECD1
(223,236,209)
#E4EED7
(228,238,215)
#E9F0DD
(233,240,221)
#EEF2E3
(238,242,227)
#F3F4E9
(243,244,233)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E2B3; }

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

This text font color is #C6E2B3.


Background Color

.myBgColor { background-color: #C6E2B3; }

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

This div background color is #C6E2B3.


Border color

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

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

This div border color is #C6E2B3.


Opacity

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

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

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

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

This text has shadow with #C6E2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E2B3 on black background.


Color preview on white background

This text has color #C6E2B3 on white background.



Black color preview on #C6E2B3 background

This text has black color on #C6E2B3 background.


White color preview on #C6E2B3 background

This text has white color on #C6E2B3 background.