COLOR #C8FCCB

HEX: #C8FCCB
RGB: (200,252,203)

Color info

#C8FCCB contains red, green and blue colors in about the same proportion. Web safe color of #C8FCCB is #CCFFCC (or #CFC).

RGB color model

#C8FCCB color RGB value is (200,252,203).

  • red value is 200;
  • green value is 252;
  • blue value is 203.
RGB:
(200,252,203)
(78%,99%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 252 of 255 = 99%
B 203 of 255 = 80%

200
252
203

R + G + B ~ 86%. #C8FCCB is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 252 + 203 = 655 (100%)
R 200 of 655 ~ 30.53%
G 252 of 655 ~ 38.47%
B 203 of 655 ~ 30.99%

%30.53
%38.47
%30.99

CMYK color model

#C8FCCB color CMYK value is (21,0,19,1).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 1.18%
CMYK:
(21,0,19,1)
C21M0Y19K1 
(21%,0%,19%,1%)
(0.21/0.00/0.19/0.01)	

CMYK percentages

%20.63
%0
%19.44
%1.18

Codes

Color #C8FCCB in popluar color models

C8FCCB
RGB200252203
HSL123°89.66%88.63%
HSB/HSV123°20.63%98.82%
CMYK20.63%0.00%19.44%
1.18%

Color #C8FCCB in popluar number systems.

HEXC8FCCB
Decimal200252203
Binary110010001111110011001011
Octal310374313

Shades and tints

Shades of #C8FCCB

#C8FCCB
(200,252,203)
#B6E6B9
(182,230,185)
#A4D0A7
(164,208,167)
#92BA95
(146,186,149)
#80A483
(128,164,131)
#6E8E71
(110,142,113)
#5C785F
(92,120,95)
#4A624D
(74,98,77)
#384C3B
(56,76,59)
#263629
(38,54,41)
#142017
(20,32,23)
#000000
(0,0,0)

Tints of #C8FCCB

#C8FCCB
(200,252,203)
#CDFCCF
(205,252,207)
#D2FCD3
(210,252,211)
#D7FCD7
(215,252,215)
#DCFCDB
(220,252,219)
#E1FCDF
(225,252,223)
#E6FCE3
(230,252,227)
#EBFCE7
(235,252,231)
#F0FCEB
(240,252,235)
#F5FCEF
(245,252,239)
#FAFCF3
(250,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8FCCB color. Also use rgb(200,252,203) instead hex code.

Text Font Color

.myTextColor { color: #C8FCCB; }

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

This text font color is #C8FCCB.


Background Color

.myBgColor { background-color: #C8FCCB; }

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

This div background color is #C8FCCB.


Border color

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

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

This div border color is #C8FCCB.


Opacity

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

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

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

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

This text has shadow with #C8FCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8FCCB on black background.


Color preview on white background

This text has color #C8FCCB on white background.



Black color preview on #C8FCCB background

This text has black color on #C8FCCB background.


White color preview on #C8FCCB background

This text has white color on #C8FCCB background.