COLOR #C9F7AF

HEX: #C9F7AF RGB: (201,247,175)

Color info

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

RGB color model

#C9F7AF color RGB value is (201,247,175).

RGB: (201,247,175) (79%, 97%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 247 of 255 = 97%
B 175 of 255 = 69%

201
247
175

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

Portions of RGB colors in percentages

R + G + B = 201 + 247 + 175 = 623 (100%)
R 201 of 623 ~ 32.26%
G 247 of 623 ~ 39.65%
B 175 of 623 ~ 28.09'%

%32.26
%39.65
%28.09

CMYK color model

#C9F7AF color CMYK value is (19,0,29,3).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 3.14%

CMYK: (19,0,29,3)
C19M0Y29K3 (19%, 0%, 29%, 3%)
(0.19 / 0.00 / 0.29 / 0.03)

CMYK percentages

%18.62
%0
%29.15
%3.14

Codes

Color #C9F7AF in popluar color models

C9 F7 AF
RGB 201 247 175
HSL 98° 81.82% 82.75%
HSB/HSV 98° 29.15% 96.86%
CMYK 18.62% 0.00% 29.15%
3.14%

Color #C9F7AF in popluar number systems.

HEX C9 F7 AF
Decimal 201 247 175
Binary 11001001 11110111 10101111
Octal 311 367 257

Shades and tints

Shades of #C9F7AF

#C9F7AF
(201,247,175)
#B7E1A0
(183,225,160)
#A5CB91
(165,203,145)
#93B582
(147,181,130)
#819F73
(129,159,115)
#6F8964
(111,137,100)
#5D7355
(93,115,85)
#4B5D46
(75,93,70)
#394737
(57,71,55)
#273128
(39,49,40)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #C9F7AF

#C9F7AF
(201,247,175)
#CDF7B6
(205,247,182)
#D1F7BD
(209,247,189)
#D5F7C4
(213,247,196)
#D9F7CB
(217,247,203)
#DDF7D2
(221,247,210)
#E1F7D9
(225,247,217)
#E5F7E0
(229,247,224)
#E9F7E7
(233,247,231)
#EDF7EE
(237,247,238)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F7AF color. Also use rgb(201,247,175) instead hex code.

Text Font Color

.myTextColor { color: #C9F7AF; }

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

This text font color is #C9F7AF.

Background Color

.myBgColor { background-color: #C9F7AF; }

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

This div background color is #C9F7AF.

Border color

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

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

This div border color is #C9F7AF.

Opacity

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

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

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

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

This text has shadow with #C9F7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F7AF.

Preview

Color preview on black background

This text has color #C9F7AF on black background.


Color preview on white background

This text has color #C9F7AF on white background.


Black color preview on #C9F7AF background

This text has black color on #C9F7AF background.


White color preview on #C9F7AF background

This text has white color on #C9F7AF background.


Related colors

Complementary color

Complementary color for #hex is #360850.


I love getcolorcode.com

Triadic colors

1 #AFC9F7 and #F7AFC9 with #C9F7AF are triadic colors.

2 #AFF7C9 and #F7C9AF with #C9F7AF are triadic colors.