COLOR #C6E8AF

HEX: #C6E8AF RGB: (198,232,175)

Color info

#C6E8AF contains red, green and blue colors in about the same proportion. Web safe color of #C6E8AF is #CCFF99 (or #CF9).

RGB color model

#C6E8AF color RGB value is (198,232,175).

RGB: (198,232,175) (78%, 91%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 232 of 255 = 91%
B 175 of 255 = 69%

198
232
175

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

Portions of RGB colors in percentages

R + G + B = 198 + 232 + 175 = 605 (100%)
R 198 of 605 ~ 32.73%
G 232 of 605 ~ 38.35%
B 175 of 605 ~ 28.93'%

%32.73
%38.35
%28.93

CMYK color model

#C6E8AF color CMYK value is (15,0,25,9).

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 24.57%
  • key color value is 9.02%

CMYK: (15,0,25,9)
C15M0Y25K9 (15%, 0%, 25%, 9%)
(0.15 / 0.00 / 0.25 / 0.09)

CMYK percentages

%14.66
%0
%24.57
%9.02

Codes

Color #C6E8AF in popluar color models

C6 E8 AF
RGB 198 232 175
HSL 96° 55.34% 79.80%
HSB/HSV 96° 24.57% 90.98%
CMYK 14.66% 0.00% 24.57%
9.02%

Color #C6E8AF in popluar number systems.

HEX C6 E8 AF
Decimal 198 232 175
Binary 11000110 11101000 10101111
Octal 306 350 257

Shades and tints

Shades of #C6E8AF

#C6E8AF
(198,232,175)
#B4D3A0
(180,211,160)
#A2BE91
(162,190,145)
#90A982
(144,169,130)
#7E9473
(126,148,115)
#6C7F64
(108,127,100)
#5A6A55
(90,106,85)
#485546
(72,85,70)
#364037
(54,64,55)
#242B28
(36,43,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #C6E8AF

#C6E8AF
(198,232,175)
#CBEAB6
(203,234,182)
#D0ECBD
(208,236,189)
#D5EEC4
(213,238,196)
#DAF0CB
(218,240,203)
#DFF2D2
(223,242,210)
#E4F4D9
(228,244,217)
#E9F6E0
(233,246,224)
#EEF8E7
(238,248,231)
#F3FAEE
(243,250,238)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E8AF color. Also use rgb(198,232,175) instead hex code.

Text Font Color

.myTextColor { color: #C6E8AF; }

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

This text font color is #C6E8AF.

Background Color

.myBgColor { background-color: #C6E8AF; }

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

This div background color is #C6E8AF.

Border color

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

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

This div border color is #C6E8AF.

Opacity

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

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

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

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

This text has shadow with #C6E8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E8AF.

Preview

Color preview on black background

This text has color #C6E8AF on black background.


Color preview on white background

This text has color #C6E8AF on white background.


Black color preview on #C6E8AF background

This text has black color on #C6E8AF background.


White color preview on #C6E8AF background

This text has white color on #C6E8AF background.


Related colors

Complementary color

Complementary color for #hex is #391750.


I love getcolorcode.com

Triadic colors

1 #AFC6E8 and #E8AFC6 with #C6E8AF are triadic colors.

2 #AFE8C6 and #E8C6AF with #C6E8AF are triadic colors.