COLOR #C9FFB2

HEX: #C9FFB2
RGB: (201,255,178)

Color info

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

RGB color model

#C9FFB2 color RGB value is (201,255,178).

  • red value is 201;
  • green value is 255;
  • blue value is 178.
RGB:
(201,255,178)
(79%,100%,70%)

RGB channels and saturation

R 201 of 255 = 79%
G 255 of 255 = 100%
B 178 of 255 = 70%

201
255
178

R + G + B ~ 83%. #C9FFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 255 + 178 = 634 (100%)
R 201 of 634 ~ 31.7%
G 255 of 634 ~ 40.22%
B 178 of 634 ~ 28.08%

%31.7
%40.22
%28.08

CMYK color model

#C9FFB2 color CMYK value is (21,0,30,0).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 0.00%
CMYK:
(21,0,30,0)
C21M0Y30K0 
(21%,0%,30%,0%)
(0.21/0.00/0.30/0.00)	

CMYK percentages

%21.18
%0
%30.2
%0

Codes

Color #C9FFB2 in popluar color models

C9FFB2
RGB201255178
HSL102°100.00%84.90%
HSB/HSV102°30.20%100.00%
CMYK21.18%0.00%30.20%
0.00%

Color #C9FFB2 in popluar number systems.

HEXC9FFB2
Decimal201255178
Binary110010011111111110110010
Octal311377262

Shades and tints

Shades of #C9FFB2

#C9FFB2
(201,255,178)
#B7E8A2
(183,232,162)
#A5D192
(165,209,146)
#93BA82
(147,186,130)
#81A372
(129,163,114)
#6F8C62
(111,140,98)
#5D7552
(93,117,82)
#4B5E42
(75,94,66)
#394732
(57,71,50)
#273022
(39,48,34)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #C9FFB2

#C9FFB2
(201,255,178)
#CDFFB9
(205,255,185)
#D1FFC0
(209,255,192)
#D5FFC7
(213,255,199)
#D9FFCE
(217,255,206)
#DDFFD5
(221,255,213)
#E1FFDC
(225,255,220)
#E5FFE3
(229,255,227)
#E9FFEA
(233,255,234)
#EDFFF1
(237,255,241)
#F1FFF8
(241,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FFB2; }

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

This text font color is #C9FFB2.


Background Color

.myBgColor { background-color: #C9FFB2; }

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

This div background color is #C9FFB2.


Border color

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

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

This div border color is #C9FFB2.


Opacity

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

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

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

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

This text has shadow with #C9FFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9FFB2 on black background.


Color preview on white background

This text has color #C9FFB2 on white background.



Black color preview on #C9FFB2 background

This text has black color on #C9FFB2 background.


White color preview on #C9FFB2 background

This text has white color on #C9FFB2 background.