COLOR #C8F767

HEX: #C8F767
RGB: (200,247,103)

Color info

#C8F767 contains mainly red and green colors. Web safe color of #C8F767 is #CCFF66 (or #CF6).

RGB color model

#C8F767 color RGB value is (200,247,103).

  • red value is 200;
  • green value is 247;
  • blue value is 103.
RGB:
(200,247,103)
(78%,97%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 247 of 255 = 97%
B 103 of 255 = 40%

200
247
103

R + G + B ~ 72%. #C8F767 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 247 + 103 = 550 (100%)
R 200 of 550 ~ 36.36%
G 247 of 550 ~ 44.91%
B 103 of 550 ~ 18.73%

%36.36
%44.91
%18.73

CMYK color model

#C8F767 color CMYK value is (19,0,58,3).

  • cyan value is 19.03%
  • magenta value is 0.00%
  • yellow value is 58.30%
  • key color value is 3.14%
CMYK:
(19,0,58,3)
C19M0Y58K3 
(19%,0%,58%,3%)
(0.19/0.00/0.58/0.03)	

CMYK percentages

%19.03
%0
%58.3
%3.14

Codes

Color #C8F767 in popluar color models

C8F767
RGB200247103
HSL80°90.00%68.63%
HSB/HSV80°58.30%96.86%
CMYK19.03%0.00%58.30%
3.14%

Color #C8F767 in popluar number systems.

HEXC8F767
Decimal200247103
Binary11001000111101111100111
Octal310367147

Shades and tints

Shades of #C8F767

#C8F767
(200,247,103)
#B6E15E
(182,225,94)
#A4CB55
(164,203,85)
#92B54C
(146,181,76)
#809F43
(128,159,67)
#6E893A
(110,137,58)
#5C7331
(92,115,49)
#4A5D28
(74,93,40)
#38471F
(56,71,31)
#263116
(38,49,22)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #C8F767

#C8F767
(200,247,103)
#CDF774
(205,247,116)
#D2F781
(210,247,129)
#D7F78E
(215,247,142)
#DCF79B
(220,247,155)
#E1F7A8
(225,247,168)
#E6F7B5
(230,247,181)
#EBF7C2
(235,247,194)
#F0F7CF
(240,247,207)
#F5F7DC
(245,247,220)
#FAF7E9
(250,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F767 color. Also use rgb(200,247,103) instead hex code.

Text Font Color

.myTextColor { color: #C8F767; }

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

This text font color is #C8F767.


Background Color

.myBgColor { background-color: #C8F767; }

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

This div background color is #C8F767.


Border color

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

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

This div border color is #C8F767.


Opacity

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

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

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

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

This text has shadow with #C8F767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F767 on black background.


Color preview on white background

This text has color #C8F767 on white background.



Black color preview on #C8F767 background

This text has black color on #C8F767 background.


White color preview on #C8F767 background

This text has white color on #C8F767 background.