COLOR #C8F686

HEX: #C8F686 RGB: (200,246,134)

Color info

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

RGB color model

#C8F686 color RGB value is (200,246,134).

RGB: (200,246,134) (78%, 96%, 53%)

RGB channels and saturation

R 200 of 255 = 78%
G 246 of 255 = 96%
B 134 of 255 = 53%

200
246
134

R + G + B ~ 76%. #C8F686 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 246 + 134 = 580 (100%)
R 200 of 580 ~ 34.48%
G 246 of 580 ~ 42.41%
B 134 of 580 ~ 23.1'%

%34.48
%42.41
%23.1

CMYK color model

#C8F686 color CMYK value is (19,0,46,4).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK: (19,0,46,4) C19M0Y46K4 (19%,0%,46%,4%) (0.19/0.00/0.46/0.04) 

CMYK percentages

%18.7
%0
%45.53
%3.53

Codes

Color #C8F686 in popluar color models

C8 F6 86
RGB 200 246 134
HSL 85° 86.15% 74.51%
HSB/HSV 85° 45.53% 96.47%
CMYK 18.70% 0.00% 45.53%
3.53%

Color #C8F686 in popluar number systems.

HEX C8 F6 86
Decimal 200 246 134
Binary 11001000 11110110 10000110
Octal 310 366 206

Shades and tints

Shades of #C8F686

#C8F686
(200,246,134)
#B6E07A
(182,224,122)
#A4CA6E
(164,202,110)
#92B462
(146,180,98)
#809E56
(128,158,86)
#6E884A
(110,136,74)
#5C723E
(92,114,62)
#4A5C32
(74,92,50)
#384626
(56,70,38)
#26301A
(38,48,26)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #C8F686

#C8F686
(200,246,134)
#CDF691
(205,246,145)
#D2F69C
(210,246,156)
#D7F6A7
(215,246,167)
#DCF6B2
(220,246,178)
#E1F6BD
(225,246,189)
#E6F6C8
(230,246,200)
#EBF6D3
(235,246,211)
#F0F6DE
(240,246,222)
#F5F6E9
(245,246,233)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F686 color. Also use rgb(200,246,134) instead hex code.

Text Font Color

.myTextColor { color: #C8F686; }

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

This text font color is #C8F686.

Background Color

.myBgColor { background-color: #C8F686; }

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

This div background color is #C8F686.

Border color

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

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

This div border color is #C8F686.

Opacity

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

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

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

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

This text has shadow with #C8F686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F686.

Preview

Color preview on black background

This text has color #C8F686 on black background.


Color preview on white background

This text has color #C8F686 on white background.


Black color preview on #C8F686 background

This text has black color on #C8F686 background.


White color preview on #C8F686 background

This text has white color on #C8F686 background.


Related colors

Complementary color

Complementary color for #hex is #370979.


I love getcolorcode.com

Triadic colors

1 #86C8F6 and #F686C8 with #C8F686 are triadic colors.

2 #86F6C8 and #F6C886 with #C8F686 are triadic colors.