COLOR #C8FAC6

HEX: #C8FAC6 RGB: (200,250,198)

Color info

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

RGB color model

#C8FAC6 color RGB value is (200,250,198).

RGB: (200,250,198) (78%, 98%, 78%)

RGB channels and saturation

R 200 of 255 = 78%
G 250 of 255 = 98%
B 198 of 255 = 78%

200
250
198

R + G + B ~ 85%. #C8FAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 250 + 198 = 648 (100%)
R 200 of 648 ~ 30.86%
G 250 of 648 ~ 38.58%
B 198 of 648 ~ 30.56'%

%30.86
%38.58
%30.56

CMYK color model

#C8FAC6 color CMYK value is (20,0,21,2).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 1.96%

CMYK: (20,0,21,2)
C20M0Y21K2 (20%, 0%, 21%, 2%)
(0.20 / 0.00 / 0.21 / 0.02)

CMYK percentages

%20
%0
%20.8
%1.96

Codes

Color #C8FAC6 in popluar color models

C8 FA C6
RGB 200 250 198
HSL 118° 83.87% 87.84%
HSB/HSV 118° 20.80% 98.04%
CMYK 20.00% 0.00% 20.80%
1.96%

Color #C8FAC6 in popluar number systems.

HEX C8 FA C6
Decimal 200 250 198
Binary 11001000 11111010 11000110
Octal 310 372 306

Shades and tints

Shades of #C8FAC6

#C8FAC6
(200,250,198)
#B6E4B4
(182,228,180)
#A4CEA2
(164,206,162)
#92B890
(146,184,144)
#80A27E
(128,162,126)
#6E8C6C
(110,140,108)
#5C765A
(92,118,90)
#4A6048
(74,96,72)
#384A36
(56,74,54)
#263424
(38,52,36)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #C8FAC6

#C8FAC6
(200,250,198)
#CDFACB
(205,250,203)
#D2FAD0
(210,250,208)
#D7FAD5
(215,250,213)
#DCFADA
(220,250,218)
#E1FADF
(225,250,223)
#E6FAE4
(230,250,228)
#EBFAE9
(235,250,233)
#F0FAEE
(240,250,238)
#F5FAF3
(245,250,243)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8FAC6; }

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

This text font color is #C8FAC6.

Background Color

.myBgColor { background-color: #C8FAC6; }

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

This div background color is #C8FAC6.

Border color

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

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

This div border color is #C8FAC6.

Opacity

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

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

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

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

This text has shadow with #C8FAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8FAC6.

Preview

Color preview on black background

This text has color #C8FAC6 on black background.


Color preview on white background

This text has color #C8FAC6 on white background.


Black color preview on #C8FAC6 background

This text has black color on #C8FAC6 background.


White color preview on #C8FAC6 background

This text has white color on #C8FAC6 background.


Related colors

Complementary color

Complementary color for #hex is #370539.


I love getcolorcode.com

Triadic colors

1 #C6C8FA and #FAC6C8 with #C8FAC6 are triadic colors.

2 #C6FAC8 and #FAC8C6 with #C8FAC6 are triadic colors.