COLOR #C4FFB1

HEX: #C4FFB1
RGB: (196,255,177)

Color info

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

RGB color model

#C4FFB1 color RGB value is (196,255,177).

  • red value is 196;
  • green value is 255;
  • blue value is 177.
RGB:
(196,255,177)
(77%,100%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 255 of 255 = 100%
B 177 of 255 = 69%

196
255
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 255 + 177 = 628 (100%)
R 196 of 628 ~ 31.21%
G 255 of 628 ~ 40.61%
B 177 of 628 ~ 28.18%

%31.21
%40.61
%28.18

CMYK color model

#C4FFB1 color CMYK value is (23,0,31,0).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(23,0,31,0)
C23M0Y31K0 
(23%,0%,31%,0%)
(0.23/0.00/0.31/0.00)	

CMYK percentages

%23.14
%0
%30.59
%0

Codes

Color #C4FFB1 in popluar color models

C4FFB1
RGB196255177
HSL105°100.00%84.71%
HSB/HSV105°30.59%100.00%
CMYK23.14%0.00%30.59%
0.00%

Color #C4FFB1 in popluar number systems.

HEXC4FFB1
Decimal196255177
Binary110001001111111110110001
Octal304377261

Shades and tints

Shades of #C4FFB1

#C4FFB1
(196,255,177)
#B3E8A1
(179,232,161)
#A2D191
(162,209,145)
#91BA81
(145,186,129)
#80A371
(128,163,113)
#6F8C61
(111,140,97)
#5E7551
(94,117,81)
#4D5E41
(77,94,65)
#3C4731
(60,71,49)
#2B3021
(43,48,33)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #C4FFB1

#C4FFB1
(196,255,177)
#C9FFB8
(201,255,184)
#CEFFBF
(206,255,191)
#D3FFC6
(211,255,198)
#D8FFCD
(216,255,205)
#DDFFD4
(221,255,212)
#E2FFDB
(226,255,219)
#E7FFE2
(231,255,226)
#ECFFE9
(236,255,233)
#F1FFF0
(241,255,240)
#F6FFF7
(246,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FFB1 color. Also use rgb(196,255,177) instead hex code.

Text Font Color

.myTextColor { color: #C4FFB1; }

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

This text font color is #C4FFB1.


Background Color

.myBgColor { background-color: #C4FFB1; }

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

This div background color is #C4FFB1.


Border color

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

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

This div border color is #C4FFB1.


Opacity

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

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

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

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

This text has shadow with #C4FFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FFB1 on black background.


Color preview on white background

This text has color #C4FFB1 on white background.



Black color preview on #C4FFB1 background

This text has black color on #C4FFB1 background.


White color preview on #C4FFB1 background

This text has white color on #C4FFB1 background.