COLOR #C6E4A3

HEX: #C6E4A3 RGB: (198,228,163)

Color info

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

RGB color model

#C6E4A3 color RGB value is (198,228,163).

RGB: (198,228,163) (78%, 89%, 64%)

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 163 of 255 = 64%

198
228
163

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

Portions of RGB colors in percentages

R + G + B = 198 + 228 + 163 = 589 (100%)
R 198 of 589 ~ 33.62%
G 228 of 589 ~ 38.71%
B 163 of 589 ~ 27.67'%

%33.62
%38.71
%27.67

CMYK color model

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

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 10.59%

CMYK: (13,0,29,11)
C13M0Y29K11 (13%, 0%, 29%, 11%)
(0.13 / 0.00 / 0.29 / 0.11)

CMYK percentages

%13.16
%0
%28.51
%10.59

Codes

Color #C6E4A3 in popluar color models

C6 E4 A3
RGB 198 228 163
HSL 88° 54.62% 76.67%
HSB/HSV 88° 28.51% 89.41%
CMYK 13.16% 0.00% 28.51%
10.59%

Color #C6E4A3 in popluar number systems.

HEX C6 E4 A3
Decimal 198 228 163
Binary 11000110 11100100 10100011
Octal 306 344 243

Shades and tints

Shades of #C6E4A3

#C6E4A3
(198,228,163)
#B4D095
(180,208,149)
#A2BC87
(162,188,135)
#90A879
(144,168,121)
#7E946B
(126,148,107)
#6C805D
(108,128,93)
#5A6C4F
(90,108,79)
#485841
(72,88,65)
#364433
(54,68,51)
#243025
(36,48,37)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #C6E4A3

#C6E4A3
(198,228,163)
#CBE6AB
(203,230,171)
#D0E8B3
(208,232,179)
#D5EABB
(213,234,187)
#DAECC3
(218,236,195)
#DFEECB
(223,238,203)
#E4F0D3
(228,240,211)
#E9F2DB
(233,242,219)
#EEF4E3
(238,244,227)
#F3F6EB
(243,246,235)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E4A3 color. Also use rgb(198,228,163) instead hex code.

Text Font Color

.myTextColor { color: #C6E4A3; }

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

This text font color is #C6E4A3.

Background Color

.myBgColor { background-color: #C6E4A3; }

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

This div background color is #C6E4A3.

Border color

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

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

This div border color is #C6E4A3.

Opacity

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

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

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

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

This text has shadow with #C6E4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E4A3.

Preview

Color preview on black background

This text has color #C6E4A3 on black background.


Color preview on white background

This text has color #C6E4A3 on white background.


Black color preview on #C6E4A3 background

This text has black color on #C6E4A3 background.


White color preview on #C6E4A3 background

This text has white color on #C6E4A3 background.


Related colors

Complementary color

Complementary color for #hex is #391B5C.


I love getcolorcode.com

Triadic colors

1 #A3C6E4 and #E4A3C6 with #C6E4A3 are triadic colors.

2 #A3E4C6 and #E4C6A3 with #C6E4A3 are triadic colors.