COLOR #C6E7AA

HEX: #C6E7AA RGB: (198,231,170)

Color info

#C6E7AA contains mainly red and green colors. Web safe color of #C6E7AA is #CCFF99 (or #CF9).

RGB color model

#C6E7AA color RGB value is (198,231,170).

RGB: (198,231,170) (78%, 91%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 170 of 255 = 67%

198
231
170

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

Portions of RGB colors in percentages

R + G + B = 198 + 231 + 170 = 599 (100%)
R 198 of 599 ~ 33.06%
G 231 of 599 ~ 38.56%
B 170 of 599 ~ 28.38'%

%33.06
%38.56
%28.38

CMYK color model

#C6E7AA color CMYK value is (14,0,26,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 26.41%
  • key color value is 9.41%

CMYK: (14,0,26,9)
C14M0Y26K9 (14%, 0%, 26%, 9%)
(0.14 / 0.00 / 0.26 / 0.09)

CMYK percentages

%14.29
%0
%26.41
%9.41

Codes

Color #C6E7AA in popluar color models

C6 E7 AA
RGB 198 231 170
HSL 92° 55.96% 78.63%
HSB/HSV 92° 26.41% 90.59%
CMYK 14.29% 0.00% 26.41%
9.41%

Color #C6E7AA in popluar number systems.

HEX C6 E7 AA
Decimal 198 231 170
Binary 11000110 11100111 10101010
Octal 306 347 252

Shades and tints

Shades of #C6E7AA

#C6E7AA
(198,231,170)
#B4D29B
(180,210,155)
#A2BD8C
(162,189,140)
#90A87D
(144,168,125)
#7E936E
(126,147,110)
#6C7E5F
(108,126,95)
#5A6950
(90,105,80)
#485441
(72,84,65)
#363F32
(54,63,50)
#242A23
(36,42,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6E7AA

#C6E7AA
(198,231,170)
#CBE9B1
(203,233,177)
#D0EBB8
(208,235,184)
#D5EDBF
(213,237,191)
#DAEFC6
(218,239,198)
#DFF1CD
(223,241,205)
#E4F3D4
(228,243,212)
#E9F5DB
(233,245,219)
#EEF7E2
(238,247,226)
#F3F9E9
(243,249,233)
#F8FBF0
(248,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E7AA color. Also use rgb(198,231,170) instead hex code.

Text Font Color

.myTextColor { color: #C6E7AA; }

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

This text font color is #C6E7AA.

Background Color

.myBgColor { background-color: #C6E7AA; }

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

This div background color is #C6E7AA.

Border color

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

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

This div border color is #C6E7AA.

Opacity

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

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

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

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

This text has shadow with #C6E7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E7AA.

Preview

Color preview on black background

This text has color #C6E7AA on black background.


Color preview on white background

This text has color #C6E7AA on white background.


Black color preview on #C6E7AA background

This text has black color on #C6E7AA background.


White color preview on #C6E7AA background

This text has white color on #C6E7AA background.


Related colors

Complementary color

Complementary color for #hex is #391855.


I love getcolorcode.com

Triadic colors

1 #AAC6E7 and #E7AAC6 with #C6E7AA are triadic colors.

2 #AAE7C6 and #E7C6AA with #C6E7AA are triadic colors.