COLOR #C8F3B2

HEX: #C8F3B2
RGB: (200,243,178)

Color info

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

RGB color model

#C8F3B2 color RGB value is (200,243,178).

  • red value is 200;
  • green value is 243;
  • blue value is 178.
RGB:
(200,243,178)
(78%,95%,70%)

RGB channels and saturation

R 200 of 255 = 78%
G 243 of 255 = 95%
B 178 of 255 = 70%

200
243
178

R + G + B ~ 81%. #C8F3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 243 + 178 = 621 (100%)
R 200 of 621 ~ 32.21%
G 243 of 621 ~ 39.13%
B 178 of 621 ~ 28.66%

%32.21
%39.13
%28.66

CMYK color model

#C8F3B2 color CMYK value is (18,0,27,5).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 4.71%
CMYK:
(18,0,27,5)
C18M0Y27K5 
(18%,0%,27%,5%)
(0.18/0.00/0.27/0.05)	

CMYK percentages

%17.7
%0
%26.75
%4.71

Codes

Color #C8F3B2 in popluar color models

C8F3B2
RGB200243178
HSL100°73.03%82.55%
HSB/HSV100°26.75%95.29%
CMYK17.70%0.00%26.75%
4.71%

Color #C8F3B2 in popluar number systems.

HEXC8F3B2
Decimal200243178
Binary110010001111001110110010
Octal310363262

Shades and tints

Shades of #C8F3B2

#C8F3B2
(200,243,178)
#B6DDA2
(182,221,162)
#A4C792
(164,199,146)
#92B182
(146,177,130)
#809B72
(128,155,114)
#6E8562
(110,133,98)
#5C6F52
(92,111,82)
#4A5942
(74,89,66)
#384332
(56,67,50)
#262D22
(38,45,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #C8F3B2

#C8F3B2
(200,243,178)
#CDF4B9
(205,244,185)
#D2F5C0
(210,245,192)
#D7F6C7
(215,246,199)
#DCF7CE
(220,247,206)
#E1F8D5
(225,248,213)
#E6F9DC
(230,249,220)
#EBFAE3
(235,250,227)
#F0FBEA
(240,251,234)
#F5FCF1
(245,252,241)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F3B2 color. Also use rgb(200,243,178) instead hex code.

Text Font Color

.myTextColor { color: #C8F3B2; }

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

This text font color is #C8F3B2.


Background Color

.myBgColor { background-color: #C8F3B2; }

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

This div background color is #C8F3B2.


Border color

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

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

This div border color is #C8F3B2.


Opacity

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

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

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

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

This text has shadow with #C8F3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F3B2 on black background.


Color preview on white background

This text has color #C8F3B2 on white background.



Black color preview on #C8F3B2 background

This text has black color on #C8F3B2 background.


White color preview on #C8F3B2 background

This text has white color on #C8F3B2 background.