COLOR #C6E4AF

HEX: #C6E4AF RGB: (198,228,175)

Color info

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

RGB color model

#C6E4AF color RGB value is (198,228,175).

RGB: (198,228,175) (78%, 89%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 175 of 255 = 69%

198
228
175

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

Portions of RGB colors in percentages

R + G + B = 198 + 228 + 175 = 601 (100%)
R 198 of 601 ~ 32.95%
G 228 of 601 ~ 37.94%
B 175 of 601 ~ 29.12'%

%32.95
%37.94
%29.12

CMYK color model

#C6E4AF color CMYK value is (13,0,23,11).

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

CMYK: (13,0,23,11)
C13M0Y23K11 (13%, 0%, 23%, 11%)
(0.13 / 0.00 / 0.23 / 0.11)

CMYK percentages

%13.16
%0
%23.25
%10.59

Codes

Color #C6E4AF in popluar color models

C6 E4 AF
RGB 198 228 175
HSL 94° 49.53% 79.02%
HSB/HSV 94° 23.25% 89.41%
CMYK 13.16% 0.00% 23.25%
10.59%

Color #C6E4AF in popluar number systems.

HEX C6 E4 AF
Decimal 198 228 175
Binary 11000110 11100100 10101111
Octal 306 344 257

Shades and tints

Shades of #C6E4AF

#C6E4AF
(198,228,175)
#B4D0A0
(180,208,160)
#A2BC91
(162,188,145)
#90A882
(144,168,130)
#7E9473
(126,148,115)
#6C8064
(108,128,100)
#5A6C55
(90,108,85)
#485846
(72,88,70)
#364437
(54,68,55)
#243028
(36,48,40)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #C6E4AF

#C6E4AF
(198,228,175)
#CBE6B6
(203,230,182)
#D0E8BD
(208,232,189)
#D5EAC4
(213,234,196)
#DAECCB
(218,236,203)
#DFEED2
(223,238,210)
#E4F0D9
(228,240,217)
#E9F2E0
(233,242,224)
#EEF4E7
(238,244,231)
#F3F6EE
(243,246,238)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E4AF; }

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

This text font color is #C6E4AF.

Background Color

.myBgColor { background-color: #C6E4AF; }

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

This div background color is #C6E4AF.

Border color

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

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

This div border color is #C6E4AF.

Opacity

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

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

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

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

This text has shadow with #C6E4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E4AF.

Preview

Color preview on black background

This text has color #C6E4AF on black background.


Color preview on white background

This text has color #C6E4AF on white background.


Black color preview on #C6E4AF background

This text has black color on #C6E4AF background.


White color preview on #C6E4AF background

This text has white color on #C6E4AF background.


Related colors

Complementary color

Complementary color for #hex is #391B50.


I love getcolorcode.com

Triadic colors

1 #AFC6E4 and #E4AFC6 with #C6E4AF are triadic colors.

2 #AFE4C6 and #E4C6AF with #C6E4AF are triadic colors.