COLOR #C8FAD7

HEX: #C8FAD7 RGB: (200,250,215)

Color info

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

RGB color model

#C8FAD7 color RGB value is (200,250,215).

RGB: (200,250,215) (78%, 98%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 250 of 255 = 98%
B 215 of 255 = 84%

200
250
215

R + G + B ~ 87%. #C8FAD7 is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 250 + 215 = 665 (100%)
R 200 of 665 ~ 30.08%
G 250 of 665 ~ 37.59%
B 215 of 665 ~ 32.33'%

%30.08
%37.59
%32.33

CMYK color model

#C8FAD7 color CMYK value is (20,0,14,2).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 1.96%
CMYK: (20,0,14,2) C20M0Y14K2 (20%,0%,14%,2%) (0.20/0.00/0.14/0.02) 

CMYK percentages

%20
%0
%14
%1.96

Codes

Color #C8FAD7 in popluar color models

C8 FA D7
RGB 200 250 215
HSL 138° 83.33% 88.24%
HSB/HSV 138° 20.00% 98.04%
CMYK 20.00% 0.00% 14.00%
1.96%

Color #C8FAD7 in popluar number systems.

HEX C8 FA D7
Decimal 200 250 215
Binary 11001000 11111010 11010111
Octal 310 372 327

Shades and tints

Shades of #C8FAD7

#C8FAD7
(200,250,215)
#B6E4C4
(182,228,196)
#A4CEB1
(164,206,177)
#92B89E
(146,184,158)
#80A28B
(128,162,139)
#6E8C78
(110,140,120)
#5C7665
(92,118,101)
#4A6052
(74,96,82)
#384A3F
(56,74,63)
#26342C
(38,52,44)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #C8FAD7

#C8FAD7
(200,250,215)
#CDFADA
(205,250,218)
#D2FADD
(210,250,221)
#D7FAE0
(215,250,224)
#DCFAE3
(220,250,227)
#E1FAE6
(225,250,230)
#E6FAE9
(230,250,233)
#EBFAEC
(235,250,236)
#F0FAEF
(240,250,239)
#F5FAF2
(245,250,242)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8FAD7; }

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

This text font color is #C8FAD7.

Background Color

.myBgColor { background-color: #C8FAD7; }

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

This div background color is #C8FAD7.

Border color

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

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

This div border color is #C8FAD7.

Opacity

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

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

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

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

This text has shadow with #C8FAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8FAD7.

Preview

Color preview on black background

This text has color #C8FAD7 on black background.


Color preview on white background

This text has color #C8FAD7 on white background.


Black color preview on #C8FAD7 background

This text has black color on #C8FAD7 background.


White color preview on #C8FAD7 background

This text has white color on #C8FAD7 background.


Related colors

Complementary color

Complementary color for #hex is #370528.


I love getcolorcode.com

Triadic colors

1 #D7C8FA and #FAD7C8 with #C8FAD7 are triadic colors.

2 #D7FAC8 and #FAC8D7 with #C8FAD7 are triadic colors.