COLOR #C9FFB4

HEX: #C9FFB4 RGB: (201,255,180)

Color info

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

RGB color model

#C9FFB4 color RGB value is (201,255,180).

RGB: (201,255,180) (79%, 100%, 71%)

RGB channels and saturation

R 201 of 255 = 79%
G 255 of 255 = 100%
B 180 of 255 = 71%

201
255
180

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

Portions of RGB colors in percentages

R + G + B = 201 + 255 + 180 = 636 (100%)
R 201 of 636 ~ 31.6%
G 255 of 636 ~ 40.09%
B 180 of 636 ~ 28.3'%

%31.6
%40.09
%28.3

CMYK color model

#C9FFB4 color CMYK value is (21,0,29,0).

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

CMYK: (21,0,29,0)
C21M0Y29K0 (21%, 0%, 29%, 0%)
(0.21 / 0.00 / 0.29 / 0.00)

CMYK percentages

%21.18
%0
%29.41
%0

Codes

Color #C9FFB4 in popluar color models

C9 FF B4
RGB 201 255 180
HSL 103° 100.00% 85.29%
HSB/HSV 103° 29.41% 100.00%
CMYK 21.18% 0.00% 29.41%
0.00%

Color #C9FFB4 in popluar number systems.

HEX C9 FF B4
Decimal 201 255 180
Binary 11001001 11111111 10110100
Octal 311 377 264

Shades and tints

Shades of #C9FFB4

#C9FFB4
(201,255,180)
#B7E8A4
(183,232,164)
#A5D194
(165,209,148)
#93BA84
(147,186,132)
#81A374
(129,163,116)
#6F8C64
(111,140,100)
#5D7554
(93,117,84)
#4B5E44
(75,94,68)
#394734
(57,71,52)
#273024
(39,48,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9FFB4

#C9FFB4
(201,255,180)
#CDFFBA
(205,255,186)
#D1FFC0
(209,255,192)
#D5FFC6
(213,255,198)
#D9FFCC
(217,255,204)
#DDFFD2
(221,255,210)
#E1FFD8
(225,255,216)
#E5FFDE
(229,255,222)
#E9FFE4
(233,255,228)
#EDFFEA
(237,255,234)
#F1FFF0
(241,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9FFB4; }

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

This text font color is #C9FFB4.

Background Color

.myBgColor { background-color: #C9FFB4; }

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

This div background color is #C9FFB4.

Border color

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

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

This div border color is #C9FFB4.

Opacity

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

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

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

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

This text has shadow with #C9FFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9FFB4.

Preview

Color preview on black background

This text has color #C9FFB4 on black background.


Color preview on white background

This text has color #C9FFB4 on white background.


Black color preview on #C9FFB4 background

This text has black color on #C9FFB4 background.


White color preview on #C9FFB4 background

This text has white color on #C9FFB4 background.


Related colors

Complementary color

Complementary color for #hex is #36004B.


I love getcolorcode.com

Triadic colors

1 #B4C9FF and #FFB4C9 with #C9FFB4 are triadic colors.

2 #B4FFC9 and #FFC9B4 with #C9FFB4 are triadic colors.