COLOR #C6E0B2

HEX: #C6E0B2 RGB: (198,224,178)

Color info

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

RGB color model

#C6E0B2 color RGB value is (198,224,178).

RGB: (198,224,178) (78%, 88%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 178 of 255 = 70%

198
224
178

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

Portions of RGB colors in percentages

R + G + B = 198 + 224 + 178 = 600 (100%)
R 198 of 600 ~ 33%
G 224 of 600 ~ 37.33%
B 178 of 600 ~ 29.67'%

%33
%37.33
%29.67

CMYK color model

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

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 12.16%

CMYK: (12,0,21,12)
C12M0Y21K12 (12%, 0%, 21%, 12%)
(0.12 / 0.00 / 0.21 / 0.12)

CMYK percentages

%11.61
%0
%20.54
%12.16

Codes

Color #C6E0B2 in popluar color models

C6 E0 B2
RGB 198 224 178
HSL 94° 42.59% 78.82%
HSB/HSV 94° 20.54% 87.84%
CMYK 11.61% 0.00% 20.54%
12.16%

Color #C6E0B2 in popluar number systems.

HEX C6 E0 B2
Decimal 198 224 178
Binary 11000110 11100000 10110010
Octal 306 340 262

Shades and tints

Shades of #C6E0B2

#C6E0B2
(198,224,178)
#B4CCA2
(180,204,162)
#A2B892
(162,184,146)
#90A482
(144,164,130)
#7E9072
(126,144,114)
#6C7C62
(108,124,98)
#5A6852
(90,104,82)
#485442
(72,84,66)
#364032
(54,64,50)
#242C22
(36,44,34)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6E0B2

#C6E0B2
(198,224,178)
#CBE2B9
(203,226,185)
#D0E4C0
(208,228,192)
#D5E6C7
(213,230,199)
#DAE8CE
(218,232,206)
#DFEAD5
(223,234,213)
#E4ECDC
(228,236,220)
#E9EEE3
(233,238,227)
#EEF0EA
(238,240,234)
#F3F2F1
(243,242,241)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E0B2 color. Also use rgb(198,224,178) instead hex code.

Text Font Color

.myTextColor { color: #C6E0B2; }

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

This text font color is #C6E0B2.

Background Color

.myBgColor { background-color: #C6E0B2; }

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

This div background color is #C6E0B2.

Border color

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

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

This div border color is #C6E0B2.

Opacity

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

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

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

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

This text has shadow with #C6E0B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E0B2.

Preview

Color preview on black background

This text has color #C6E0B2 on black background.


Color preview on white background

This text has color #C6E0B2 on white background.


Black color preview on #C6E0B2 background

This text has black color on #C6E0B2 background.


White color preview on #C6E0B2 background

This text has white color on #C6E0B2 background.


Related colors

Complementary color

Complementary color for #hex is #391F4D.


I love getcolorcode.com

Triadic colors

1 #B2C6E0 and #E0B2C6 with #C6E0B2 are triadic colors.

2 #B2E0C6 and #E0C6B2 with #C6E0B2 are triadic colors.