COLOR #C9FAD4

HEX: #C9FAD4
RGB: (201,250,212)

Color info

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

RGB color model

#C9FAD4 color RGB value is (201,250,212).

  • red value is 201;
  • green value is 250;
  • blue value is 212.
RGB:
(201,250,212)
(79%,98%,83%)

RGB channels and saturation

R 201 of 255 = 79%
G 250 of 255 = 98%
B 212 of 255 = 83%

201
250
212

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

Portions of RGB colors in percentages

R + G + B =
201 + 250 + 212 = 663 (100%)
R 201 of 663 ~ 30.32%
G 250 of 663 ~ 37.71%
B 212 of 663 ~ 31.98%

%30.32
%37.71
%31.98

CMYK color model

#C9FAD4 color CMYK value is (20,0,15,2).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 1.96%
CMYK:
(20,0,15,2)
C20M0Y15K2 
(20%,0%,15%,2%)
(0.20/0.00/0.15/0.02)	

CMYK percentages

%19.6
%0
%15.2
%1.96

Codes

Color #C9FAD4 in popluar color models

C9FAD4
RGB201250212
HSL133°83.05%88.43%
HSB/HSV133°19.60%98.04%
CMYK19.60%0.00%15.20%
1.96%

Color #C9FAD4 in popluar number systems.

HEXC9FAD4
Decimal201250212
Binary110010011111101011010100
Octal311372324

Shades and tints

Shades of #C9FAD4

#C9FAD4
(201,250,212)
#B7E4C1
(183,228,193)
#A5CEAE
(165,206,174)
#93B89B
(147,184,155)
#81A288
(129,162,136)
#6F8C75
(111,140,117)
#5D7662
(93,118,98)
#4B604F
(75,96,79)
#394A3C
(57,74,60)
#273429
(39,52,41)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #C9FAD4

#C9FAD4
(201,250,212)
#CDFAD7
(205,250,215)
#D1FADA
(209,250,218)
#D5FADD
(213,250,221)
#D9FAE0
(217,250,224)
#DDFAE3
(221,250,227)
#E1FAE6
(225,250,230)
#E5FAE9
(229,250,233)
#E9FAEC
(233,250,236)
#EDFAEF
(237,250,239)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FAD4 color. Also use rgb(201,250,212) instead hex code.

Text Font Color

.myTextColor { color: #C9FAD4; }

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

This text font color is #C9FAD4.


Background Color

.myBgColor { background-color: #C9FAD4; }

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

This div background color is #C9FAD4.


Border color

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

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

This div border color is #C9FAD4.


Opacity

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

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

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

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

This text has shadow with #C9FAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FAD4 on black background.


Color preview on white background

This text has color #C9FAD4 on white background.



Black color preview on #C9FAD4 background

This text has black color on #C9FAD4 background.


White color preview on #C9FAD4 background

This text has white color on #C9FAD4 background.