COLOR #C9FAAE

HEX: #C9FAAE
RGB: (201,250,174)

Color info

#C9FAAE contains mainly red and green colors. Web safe color of #C9FAAE is #CCFF99 (or #CF9).

RGB color model

#C9FAAE color RGB value is (201,250,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 250 of 255 = 98%
B 174 of 255 = 68%

201
250
174

R + G + B ~ 82%. #C9FAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 250 + 174 = 625 (100%)
R 201 of 625 ~ 32.16%
G 250 of 625 ~ 40%
B 174 of 625 ~ 27.84%

%32.16
%40
%27.84

CMYK color model

#C9FAAE color CMYK value is (20,0,30,2).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 1.96%
CMYK:
(20,0,30,2)
C20M0Y30K2 
(20%,0%,30%,2%)
(0.20/0.00/0.30/0.02)	

CMYK percentages

%19.6
%0
%30.4
%1.96

Codes

Color #C9FAAE in popluar color models

C9FAAE
RGB201250174
HSL99°88.37%83.14%
HSB/HSV99°30.40%98.04%
CMYK19.60%0.00%30.40%
1.96%

Color #C9FAAE in popluar number systems.

HEXC9FAAE
Decimal201250174
Binary110010011111101010101110
Octal311372256

Shades and tints

Shades of #C9FAAE

#C9FAAE
(201,250,174)
#B7E49F
(183,228,159)
#A5CE90
(165,206,144)
#93B881
(147,184,129)
#81A272
(129,162,114)
#6F8C63
(111,140,99)
#5D7654
(93,118,84)
#4B6045
(75,96,69)
#394A36
(57,74,54)
#273427
(39,52,39)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #C9FAAE

#C9FAAE
(201,250,174)
#CDFAB5
(205,250,181)
#D1FABC
(209,250,188)
#D5FAC3
(213,250,195)
#D9FACA
(217,250,202)
#DDFAD1
(221,250,209)
#E1FAD8
(225,250,216)
#E5FADF
(229,250,223)
#E9FAE6
(233,250,230)
#EDFAED
(237,250,237)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FAAE; }

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

This text font color is #C9FAAE.


Background Color

.myBgColor { background-color: #C9FAAE; }

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

This div background color is #C9FAAE.


Border color

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

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

This div border color is #C9FAAE.


Opacity

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

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

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

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

This text has shadow with #C9FAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FAAE on black background.


Color preview on white background

This text has color #C9FAAE on white background.



Black color preview on #C9FAAE background

This text has black color on #C9FAAE background.


White color preview on #C9FAAE background

This text has white color on #C9FAAE background.