COLOR #C6E3A2

HEX: #C6E3A2 RGB: (198,227,162)

Color info

#C6E3A2 contains mainly red and green colors. Web safe color of #C6E3A2 is #CCCC99 (or #CC9).

RGB color model

#C6E3A2 color RGB value is (198,227,162).

RGB: (198,227,162) (78%, 89%, 64%)

RGB channels and saturation

R 198 of 255 = 78%
G 227 of 255 = 89%
B 162 of 255 = 64%

198
227
162

R + G + B ~ 77%. #C6E3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 227 + 162 = 587 (100%)
R 198 of 587 ~ 33.73%
G 227 of 587 ~ 38.67%
B 162 of 587 ~ 27.6'%

%33.73
%38.67
%27.6

CMYK color model

#C6E3A2 color CMYK value is (13,0,29,11).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 28.63%
  • key color value is 10.98%
CMYK: (13,0,29,11) C13M0Y29K11 (13%,0%,29%,11%) (0.13/0.00/0.29/0.11) 

CMYK percentages

%12.78
%0
%28.63
%10.98

Codes

Color #C6E3A2 in popluar color models

C6 E3 A2
RGB 198 227 162
HSL 87° 53.72% 76.27%
HSB/HSV 87° 28.63% 89.02%
CMYK 12.78% 0.00% 28.63%
10.98%

Color #C6E3A2 in popluar number systems.

HEX C6 E3 A2
Decimal 198 227 162
Binary 11000110 11100011 10100010
Octal 306 343 242

Shades and tints

Shades of #C6E3A2

#C6E3A2
(198,227,162)
#B4CF94
(180,207,148)
#A2BB86
(162,187,134)
#90A778
(144,167,120)
#7E936A
(126,147,106)
#6C7F5C
(108,127,92)
#5A6B4E
(90,107,78)
#485740
(72,87,64)
#364332
(54,67,50)
#242F24
(36,47,36)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6E3A2

#C6E3A2
(198,227,162)
#CBE5AA
(203,229,170)
#D0E7B2
(208,231,178)
#D5E9BA
(213,233,186)
#DAEBC2
(218,235,194)
#DFEDCA
(223,237,202)
#E4EFD2
(228,239,210)
#E9F1DA
(233,241,218)
#EEF3E2
(238,243,226)
#F3F5EA
(243,245,234)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E3A2 color. Also use rgb(198,227,162) instead hex code.

Text Font Color

.myTextColor { color: #C6E3A2; }

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

This text font color is #C6E3A2.

Background Color

.myBgColor { background-color: #C6E3A2; }

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

This div background color is #C6E3A2.

Border color

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

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

This div border color is #C6E3A2.

Opacity

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

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

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

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

This text has shadow with #C6E3A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E3A2.

Preview

Color preview on black background

This text has color #C6E3A2 on black background.


Color preview on white background

This text has color #C6E3A2 on white background.


Black color preview on #C6E3A2 background

This text has black color on #C6E3A2 background.


White color preview on #C6E3A2 background

This text has white color on #C6E3A2 background.


Related colors

Complementary color

Complementary color for #hex is #391C5D.


I love getcolorcode.com

Triadic colors

1 #A2C6E3 and #E3A2C6 with #C6E3A2 are triadic colors.

2 #A2E3C6 and #E3C6A2 with #C6E3A2 are triadic colors.