COLOR #C4FAC8

HEX: #C4FAC8 RGB: (196,250,200)

Color info

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

RGB color model

#C4FAC8 color RGB value is (196,250,200).

RGB: (196,250,200) (77%, 98%, 78%)

RGB channels and saturation

R 196 of 255 = 77%
G 250 of 255 = 98%
B 200 of 255 = 78%

196
250
200

R + G + B ~ 84%. #C4FAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 250 + 200 = 646 (100%)
R 196 of 646 ~ 30.34%
G 250 of 646 ~ 38.7%
B 200 of 646 ~ 30.96'%

%30.34
%38.7
%30.96

CMYK color model

#C4FAC8 color CMYK value is (22,0,20,2).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 1.96%
CMYK: (22,0,20,2) C22M0Y20K2 (22%,0%,20%,2%) (0.22/0.00/0.20/0.02) 

CMYK percentages

%21.6
%0
%20
%1.96

Codes

Color #C4FAC8 in popluar color models

C4 FA C8
RGB 196 250 200
HSL 124° 84.38% 87.45%
HSB/HSV 124° 21.60% 98.04%
CMYK 21.60% 0.00% 20.00%
1.96%

Color #C4FAC8 in popluar number systems.

HEX C4 FA C8
Decimal 196 250 200
Binary 11000100 11111010 11001000
Octal 304 372 310

Shades and tints

Shades of #C4FAC8

#C4FAC8
(196,250,200)
#B3E4B6
(179,228,182)
#A2CEA4
(162,206,164)
#91B892
(145,184,146)
#80A280
(128,162,128)
#6F8C6E
(111,140,110)
#5E765C
(94,118,92)
#4D604A
(77,96,74)
#3C4A38
(60,74,56)
#2B3426
(43,52,38)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #C4FAC8

#C4FAC8
(196,250,200)
#C9FACD
(201,250,205)
#CEFAD2
(206,250,210)
#D3FAD7
(211,250,215)
#D8FADC
(216,250,220)
#DDFAE1
(221,250,225)
#E2FAE6
(226,250,230)
#E7FAEB
(231,250,235)
#ECFAF0
(236,250,240)
#F1FAF5
(241,250,245)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FAC8; }

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

This text font color is #C4FAC8.

Background Color

.myBgColor { background-color: #C4FAC8; }

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

This div background color is #C4FAC8.

Border color

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

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

This div border color is #C4FAC8.

Opacity

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

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

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

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

This text has shadow with #C4FAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4FAC8.

Preview

Color preview on black background

This text has color #C4FAC8 on black background.


Color preview on white background

This text has color #C4FAC8 on white background.


Black color preview on #C4FAC8 background

This text has black color on #C4FAC8 background.


White color preview on #C4FAC8 background

This text has white color on #C4FAC8 background.


Related colors

Complementary color

Complementary color for #hex is #3B0537.


I love getcolorcode.com

Triadic colors

1 #C8C4FA and #FAC8C4 with #C4FAC8 are triadic colors.

2 #C8FAC4 and #FAC4C8 with #C4FAC8 are triadic colors.