COLOR #C6E1AF

HEX: #C6E1AF RGB: (198,225,175)

Color info

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

RGB color model

#C6E1AF color RGB value is (198,225,175).

RGB: (198,225,175) (78%, 88%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 175 of 255 = 69%

198
225
175

R + G + B ~ 78%. #C6E1AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 225 + 175 = 598 (100%)
R 198 of 598 ~ 33.11%
G 225 of 598 ~ 37.63%
B 175 of 598 ~ 29.26'%

%33.11
%37.63
%29.26

CMYK color model

#C6E1AF color CMYK value is (12,0,22,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 11.76%

CMYK: (12,0,22,12)
C12M0Y22K12 (12%, 0%, 22%, 12%)
(0.12 / 0.00 / 0.22 / 0.12)

CMYK percentages

%12
%0
%22.22
%11.76

Codes

Color #C6E1AF in popluar color models

C6 E1 AF
RGB 198 225 175
HSL 92° 45.45% 78.43%
HSB/HSV 92° 22.22% 88.24%
CMYK 12.00% 0.00% 22.22%
11.76%

Color #C6E1AF in popluar number systems.

HEX C6 E1 AF
Decimal 198 225 175
Binary 11000110 11100001 10101111
Octal 306 341 257

Shades and tints

Shades of #C6E1AF

#C6E1AF
(198,225,175)
#B4CDA0
(180,205,160)
#A2B991
(162,185,145)
#90A582
(144,165,130)
#7E9173
(126,145,115)
#6C7D64
(108,125,100)
#5A6955
(90,105,85)
#485546
(72,85,70)
#364137
(54,65,55)
#242D28
(36,45,40)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6E1AF

#C6E1AF
(198,225,175)
#CBE3B6
(203,227,182)
#D0E5BD
(208,229,189)
#D5E7C4
(213,231,196)
#DAE9CB
(218,233,203)
#DFEBD2
(223,235,210)
#E4EDD9
(228,237,217)
#E9EFE0
(233,239,224)
#EEF1E7
(238,241,231)
#F3F3EE
(243,243,238)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1AF; }

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

This text font color is #C6E1AF.

Background Color

.myBgColor { background-color: #C6E1AF; }

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

This div background color is #C6E1AF.

Border color

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

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

This div border color is #C6E1AF.

Opacity

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

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

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

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

This text has shadow with #C6E1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E1AF.

Preview

Color preview on black background

This text has color #C6E1AF on black background.


Color preview on white background

This text has color #C6E1AF on white background.


Black color preview on #C6E1AF background

This text has black color on #C6E1AF background.


White color preview on #C6E1AF background

This text has white color on #C6E1AF background.


Related colors

Complementary color

Complementary color for #hex is #391E50.


I love getcolorcode.com

Triadic colors

1 #AFC6E1 and #E1AFC6 with #C6E1AF are triadic colors.

2 #AFE1C6 and #E1C6AF with #C6E1AF are triadic colors.