COLOR #C8F691

HEX: #C8F691
RGB: (200,246,145)

Color info

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

RGB color model

#C8F691 color RGB value is (200,246,145).

  • red value is 200;
  • green value is 246;
  • blue value is 145.
RGB:
(200,246,145)
(78%,96%,57%)

RGB channels and saturation

R 200 of 255 = 78%
G 246 of 255 = 96%
B 145 of 255 = 57%

200
246
145

R + G + B ~ 77%. #C8F691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 246 + 145 = 591 (100%)
R 200 of 591 ~ 33.84%
G 246 of 591 ~ 41.62%
B 145 of 591 ~ 24.53%

%33.84
%41.62
%24.53

CMYK color model

#C8F691 color CMYK value is (19,0,41,4).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 41.06%
  • key color value is 3.53%
CMYK:
(19,0,41,4)
C19M0Y41K4 
(19%,0%,41%,4%)
(0.19/0.00/0.41/0.04)	

CMYK percentages

%18.7
%0
%41.06
%3.53

Codes

Color #C8F691 in popluar color models

C8F691
RGB200246145
HSL87°84.87%76.67%
HSB/HSV87°41.06%96.47%
CMYK18.70%0.00%41.06%
3.53%

Color #C8F691 in popluar number systems.

HEXC8F691
Decimal200246145
Binary110010001111011010010001
Octal310366221

Shades and tints

Shades of #C8F691

#C8F691
(200,246,145)
#B6E084
(182,224,132)
#A4CA77
(164,202,119)
#92B46A
(146,180,106)
#809E5D
(128,158,93)
#6E8850
(110,136,80)
#5C7243
(92,114,67)
#4A5C36
(74,92,54)
#384629
(56,70,41)
#26301C
(38,48,28)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #C8F691

#C8F691
(200,246,145)
#CDF69B
(205,246,155)
#D2F6A5
(210,246,165)
#D7F6AF
(215,246,175)
#DCF6B9
(220,246,185)
#E1F6C3
(225,246,195)
#E6F6CD
(230,246,205)
#EBF6D7
(235,246,215)
#F0F6E1
(240,246,225)
#F5F6EB
(245,246,235)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F691; }

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

This text font color is #C8F691.


Background Color

.myBgColor { background-color: #C8F691; }

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

This div background color is #C8F691.


Border color

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

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

This div border color is #C8F691.


Opacity

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

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

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

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

This text has shadow with #C8F691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F691 on black background.


Color preview on white background

This text has color #C8F691 on white background.



Black color preview on #C8F691 background

This text has black color on #C8F691 background.


White color preview on #C8F691 background

This text has white color on #C8F691 background.