COLOR #C6EFAF

HEX: #C6EFAF RGB: (198,239,175)

Color info

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

RGB color model

#C6EFAF color RGB value is (198,239,175).

RGB: (198,239,175) (78%, 94%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 175 of 255 = 69%

198
239
175

R + G + B ~ 80%. #C6EFAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 239 + 175 = 612 (100%)
R 198 of 612 ~ 32.35%
G 239 of 612 ~ 39.05%
B 175 of 612 ~ 28.59'%

%32.35
%39.05
%28.59

CMYK color model

#C6EFAF color CMYK value is (17,0,27,6).

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 6.27%

CMYK: (17,0,27,6)
C17M0Y27K6 (17%, 0%, 27%, 6%)
(0.17 / 0.00 / 0.27 / 0.06)

CMYK percentages

%17.15
%0
%26.78
%6.27

Codes

Color #C6EFAF in popluar color models

C6 EF AF
RGB 198 239 175
HSL 98° 66.67% 81.18%
HSB/HSV 98° 26.78% 93.73%
CMYK 17.15% 0.00% 26.78%
6.27%

Color #C6EFAF in popluar number systems.

HEX C6 EF AF
Decimal 198 239 175
Binary 11000110 11101111 10101111
Octal 306 357 257

Shades and tints

Shades of #C6EFAF

#C6EFAF
(198,239,175)
#B4DAA0
(180,218,160)
#A2C591
(162,197,145)
#90B082
(144,176,130)
#7E9B73
(126,155,115)
#6C8664
(108,134,100)
#5A7155
(90,113,85)
#485C46
(72,92,70)
#364737
(54,71,55)
#243228
(36,50,40)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #C6EFAF

#C6EFAF
(198,239,175)
#CBF0B6
(203,240,182)
#D0F1BD
(208,241,189)
#D5F2C4
(213,242,196)
#DAF3CB
(218,243,203)
#DFF4D2
(223,244,210)
#E4F5D9
(228,245,217)
#E9F6E0
(233,246,224)
#EEF7E7
(238,247,231)
#F3F8EE
(243,248,238)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFAF; }

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

This text font color is #C6EFAF.

Background Color

.myBgColor { background-color: #C6EFAF; }

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

This div background color is #C6EFAF.

Border color

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

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

This div border color is #C6EFAF.

Opacity

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

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

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

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

This text has shadow with #C6EFAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EFAF.

Preview

Color preview on black background

This text has color #C6EFAF on black background.


Color preview on white background

This text has color #C6EFAF on white background.


Black color preview on #C6EFAF background

This text has black color on #C6EFAF background.


White color preview on #C6EFAF background

This text has white color on #C6EFAF background.


Related colors

Complementary color

Complementary color for #hex is #391050.


I love getcolorcode.com

Triadic colors

1 #AFC6EF and #EFAFC6 with #C6EFAF are triadic colors.

2 #AFEFC6 and #EFC6AF with #C6EFAF are triadic colors.