COLOR #C9FFB9

HEX: #C9FFB9 RGB: (201,255,185)

Color info

#C9FFB9 contains mainly red and green colors. Web safe color of #C9FFB9 is #CCFFCC (or #CFC).

RGB color model

#C9FFB9 color RGB value is (201,255,185).

RGB: (201,255,185) (79%, 100%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 255 of 255 = 100%
B 185 of 255 = 73%

201
255
185

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

Portions of RGB colors in percentages

R + G + B = 201 + 255 + 185 = 641 (100%)
R 201 of 641 ~ 31.36%
G 255 of 641 ~ 39.78%
B 185 of 641 ~ 28.86'%

%31.36
%39.78
%28.86

CMYK color model

#C9FFB9 color CMYK value is (21,0,27,0).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 0.00%

CMYK: (21,0,27,0)
C21M0Y27K0 (21%, 0%, 27%, 0%)
(0.21 / 0.00 / 0.27 / 0.00)

CMYK percentages

%21.18
%0
%27.45
%0

Codes

Color #C9FFB9 in popluar color models

C9 FF B9
RGB 201 255 185
HSL 106° 100.00% 86.27%
HSB/HSV 106° 27.45% 100.00%
CMYK 21.18% 0.00% 27.45%
0.00%

Color #C9FFB9 in popluar number systems.

HEX C9 FF B9
Decimal 201 255 185
Binary 11001001 11111111 10111001
Octal 311 377 271

Shades and tints

Shades of #C9FFB9

#C9FFB9
(201,255,185)
#B7E8A9
(183,232,169)
#A5D199
(165,209,153)
#93BA89
(147,186,137)
#81A379
(129,163,121)
#6F8C69
(111,140,105)
#5D7559
(93,117,89)
#4B5E49
(75,94,73)
#394739
(57,71,57)
#273029
(39,48,41)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #C9FFB9

#C9FFB9
(201,255,185)
#CDFFBF
(205,255,191)
#D1FFC5
(209,255,197)
#D5FFCB
(213,255,203)
#D9FFD1
(217,255,209)
#DDFFD7
(221,255,215)
#E1FFDD
(225,255,221)
#E5FFE3
(229,255,227)
#E9FFE9
(233,255,233)
#EDFFEF
(237,255,239)
#F1FFF5
(241,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9FFB9 color. Also use rgb(201,255,185) instead hex code.

Text Font Color

.myTextColor { color: #C9FFB9; }

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

This text font color is #C9FFB9.

Background Color

.myBgColor { background-color: #C9FFB9; }

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

This div background color is #C9FFB9.

Border color

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

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

This div border color is #C9FFB9.

Opacity

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

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

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

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

This text has shadow with #C9FFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FFB9.

Preview

Color preview on black background

This text has color #C9FFB9 on black background.


Color preview on white background

This text has color #C9FFB9 on white background.


Black color preview on #C9FFB9 background

This text has black color on #C9FFB9 background.


White color preview on #C9FFB9 background

This text has white color on #C9FFB9 background.


Related colors

Complementary color

Complementary color for #hex is #360046.


I love getcolorcode.com

Triadic colors

1 #B9C9FF and #FFB9C9 with #C9FFB9 are triadic colors.

2 #B9FFC9 and #FFC9B9 with #C9FFB9 are triadic colors.