COLOR #C6EFA7

HEX: #C6EFA7 RGB: (198,239,167)

Color info

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

RGB color model

#C6EFA7 color RGB value is (198,239,167).

RGB: (198,239,167) (78%, 94%, 65%)

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 167 of 255 = 65%

198
239
167

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

Portions of RGB colors in percentages

R + G + B = 198 + 239 + 167 = 604 (100%)
R 198 of 604 ~ 32.78%
G 239 of 604 ~ 39.57%
B 167 of 604 ~ 27.65'%

%32.78
%39.57
%27.65

CMYK color model

#C6EFA7 color CMYK value is (17,0,30,6).

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

CMYK: (17,0,30,6)
C17M0Y30K6 (17%, 0%, 30%, 6%)
(0.17 / 0.00 / 0.30 / 0.06)

CMYK percentages

%17.15
%0
%30.13
%6.27

Codes

Color #C6EFA7 in popluar color models

C6 EF A7
RGB 198 239 167
HSL 94° 69.23% 79.61%
HSB/HSV 94° 30.13% 93.73%
CMYK 17.15% 0.00% 30.13%
6.27%

Color #C6EFA7 in popluar number systems.

HEX C6 EF A7
Decimal 198 239 167
Binary 11000110 11101111 10100111
Octal 306 357 247

Shades and tints

Shades of #C6EFA7

#C6EFA7
(198,239,167)
#B4DA98
(180,218,152)
#A2C589
(162,197,137)
#90B07A
(144,176,122)
#7E9B6B
(126,155,107)
#6C865C
(108,134,92)
#5A714D
(90,113,77)
#485C3E
(72,92,62)
#36472F
(54,71,47)
#243220
(36,50,32)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #C6EFA7

#C6EFA7
(198,239,167)
#CBF0AF
(203,240,175)
#D0F1B7
(208,241,183)
#D5F2BF
(213,242,191)
#DAF3C7
(218,243,199)
#DFF4CF
(223,244,207)
#E4F5D7
(228,245,215)
#E9F6DF
(233,246,223)
#EEF7E7
(238,247,231)
#F3F8EF
(243,248,239)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFA7; }

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

This text font color is #C6EFA7.

Background Color

.myBgColor { background-color: #C6EFA7; }

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

This div background color is #C6EFA7.

Border color

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

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

This div border color is #C6EFA7.

Opacity

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

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

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

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

This text has shadow with #C6EFA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EFA7.

Preview

Color preview on black background

This text has color #C6EFA7 on black background.


Color preview on white background

This text has color #C6EFA7 on white background.


Black color preview on #C6EFA7 background

This text has black color on #C6EFA7 background.


White color preview on #C6EFA7 background

This text has white color on #C6EFA7 background.


Related colors

Complementary color

Complementary color for #hex is #391058.


I love getcolorcode.com

Triadic colors

1 #A7C6EF and #EFA7C6 with #C6EFA7 are triadic colors.

2 #A7EFC6 and #EFC6A7 with #C6EFA7 are triadic colors.