COLOR #C8FAD3

HEX: #C8FAD3
RGB: (200,250,211)

Color info

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

RGB color model

#C8FAD3 color RGB value is (200,250,211).

  • red value is 200;
  • green value is 250;
  • blue value is 211.
RGB:
(200,250,211)
(78%,98%,83%)

RGB channels and saturation

R 200 of 255 = 78%
G 250 of 255 = 98%
B 211 of 255 = 83%

200
250
211

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

Portions of RGB colors in percentages

R + G + B =
200 + 250 + 211 = 661 (100%)
R 200 of 661 ~ 30.26%
G 250 of 661 ~ 37.82%
B 211 of 661 ~ 31.92%

%30.26
%37.82
%31.92

CMYK color model

#C8FAD3 color CMYK value is (20,0,16,2).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK:
(20,0,16,2)
C20M0Y16K2 
(20%,0%,16%,2%)
(0.20/0.00/0.16/0.02)	

CMYK percentages

%20
%0
%15.6
%1.96

Codes

Color #C8FAD3 in popluar color models

C8FAD3
RGB200250211
HSL133°83.33%88.24%
HSB/HSV133°20.00%98.04%
CMYK20.00%0.00%15.60%
1.96%

Color #C8FAD3 in popluar number systems.

HEXC8FAD3
Decimal200250211
Binary110010001111101011010011
Octal310372323

Shades and tints

Shades of #C8FAD3

#C8FAD3
(200,250,211)
#B6E4C0
(182,228,192)
#A4CEAD
(164,206,173)
#92B89A
(146,184,154)
#80A287
(128,162,135)
#6E8C74
(110,140,116)
#5C7661
(92,118,97)
#4A604E
(74,96,78)
#384A3B
(56,74,59)
#263428
(38,52,40)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #C8FAD3

#C8FAD3
(200,250,211)
#CDFAD7
(205,250,215)
#D2FADB
(210,250,219)
#D7FADF
(215,250,223)
#DCFAE3
(220,250,227)
#E1FAE7
(225,250,231)
#E6FAEB
(230,250,235)
#EBFAEF
(235,250,239)
#F0FAF3
(240,250,243)
#F5FAF7
(245,250,247)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8FAD3 color. Also use rgb(200,250,211) instead hex code.

Text Font Color

.myTextColor { color: #C8FAD3; }

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

This text font color is #C8FAD3.


Background Color

.myBgColor { background-color: #C8FAD3; }

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

This div background color is #C8FAD3.


Border color

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

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

This div border color is #C8FAD3.


Opacity

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

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

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

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

This text has shadow with #C8FAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8FAD3 on black background.


Color preview on white background

This text has color #C8FAD3 on white background.



Black color preview on #C8FAD3 background

This text has black color on #C8FAD3 background.


White color preview on #C8FAD3 background

This text has white color on #C8FAD3 background.