COLOR #C8F8B5

HEX: #C8F8B5
RGB: (200,248,181)

Color info

#C8F8B5 contains mainly red and green colors. Web safe color of #C8F8B5 is #CCFFCC (or #CFC).

RGB color model

#C8F8B5 color RGB value is (200,248,181).

  • red value is 200;
  • green value is 248;
  • blue value is 181.
RGB:
(200,248,181)
(78%,97%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 248 of 255 = 97%
B 181 of 255 = 71%

200
248
181

R + G + B ~ 82%. #C8F8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 248 + 181 = 629 (100%)
R 200 of 629 ~ 31.8%
G 248 of 629 ~ 39.43%
B 181 of 629 ~ 28.78%

%31.8
%39.43
%28.78

CMYK color model

#C8F8B5 color CMYK value is (19,0,27,3).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 27.02%
  • key color value is 2.75%
CMYK:
(19,0,27,3)
C19M0Y27K3 
(19%,0%,27%,3%)
(0.19/0.00/0.27/0.03)	

CMYK percentages

%19.35
%0
%27.02
%2.75

Codes

Color #C8F8B5 in popluar color models

C8F8B5
RGB200248181
HSL103°82.72%84.12%
HSB/HSV103°27.02%97.25%
CMYK19.35%0.00%27.02%
2.75%

Color #C8F8B5 in popluar number systems.

HEXC8F8B5
Decimal200248181
Binary110010001111100010110101
Octal310370265

Shades and tints

Shades of #C8F8B5

#C8F8B5
(200,248,181)
#B6E2A5
(182,226,165)
#A4CC95
(164,204,149)
#92B685
(146,182,133)
#80A075
(128,160,117)
#6E8A65
(110,138,101)
#5C7455
(92,116,85)
#4A5E45
(74,94,69)
#384835
(56,72,53)
#263225
(38,50,37)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #C8F8B5

#C8F8B5
(200,248,181)
#CDF8BB
(205,248,187)
#D2F8C1
(210,248,193)
#D7F8C7
(215,248,199)
#DCF8CD
(220,248,205)
#E1F8D3
(225,248,211)
#E6F8D9
(230,248,217)
#EBF8DF
(235,248,223)
#F0F8E5
(240,248,229)
#F5F8EB
(245,248,235)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F8B5 color. Also use rgb(200,248,181) instead hex code.

Text Font Color

.myTextColor { color: #C8F8B5; }

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

This text font color is #C8F8B5.


Background Color

.myBgColor { background-color: #C8F8B5; }

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

This div background color is #C8F8B5.


Border color

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

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

This div border color is #C8F8B5.


Opacity

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

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

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

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

This text has shadow with #C8F8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F8B5 on black background.


Color preview on white background

This text has color #C8F8B5 on white background.



Black color preview on #C8F8B5 background

This text has black color on #C8F8B5 background.


White color preview on #C8F8B5 background

This text has white color on #C8F8B5 background.