COLOR #C4F0B0

HEX: #C4F0B0 RGB: (196,240,176)

Color info

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

RGB color model

#C4F0B0 color RGB value is (196,240,176).

RGB: (196,240,176) (77%, 94%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 176 of 255 = 69%

196
240
176

R + G + B ~ 80%. #C4F0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 240 + 176 = 612 (100%)
R 196 of 612 ~ 32.03%
G 240 of 612 ~ 39.22%
B 176 of 612 ~ 28.76'%

%32.03
%39.22
%28.76

CMYK color model

#C4F0B0 color CMYK value is (18,0,27,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 5.88%

CMYK: (18,0,27,6)
C18M0Y27K6 (18%, 0%, 27%, 6%)
(0.18 / 0.00 / 0.27 / 0.06)

CMYK percentages

%18.33
%0
%26.67
%5.88

Codes

Color #C4F0B0 in popluar color models

C4 F0 B0
RGB 196 240 176
HSL 101° 68.09% 81.57%
HSB/HSV 101° 26.67% 94.12%
CMYK 18.33% 0.00% 26.67%
5.88%

Color #C4F0B0 in popluar number systems.

HEX C4 F0 B0
Decimal 196 240 176
Binary 11000100 11110000 10110000
Octal 304 360 260

Shades and tints

Shades of #C4F0B0

#C4F0B0
(196,240,176)
#B3DBA0
(179,219,160)
#A2C690
(162,198,144)
#91B180
(145,177,128)
#809C70
(128,156,112)
#6F8760
(111,135,96)
#5E7250
(94,114,80)
#4D5D40
(77,93,64)
#3C4830
(60,72,48)
#2B3320
(43,51,32)
#1A1E10
(26,30,16)
#000000
(0,0,0)

Tints of #C4F0B0

#C4F0B0
(196,240,176)
#C9F1B7
(201,241,183)
#CEF2BE
(206,242,190)
#D3F3C5
(211,243,197)
#D8F4CC
(216,244,204)
#DDF5D3
(221,245,211)
#E2F6DA
(226,246,218)
#E7F7E1
(231,247,225)
#ECF8E8
(236,248,232)
#F1F9EF
(241,249,239)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F0B0 color. Also use rgb(196,240,176) instead hex code.

Text Font Color

.myTextColor { color: #C4F0B0; }

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

This text font color is #C4F0B0.

Background Color

.myBgColor { background-color: #C4F0B0; }

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

This div background color is #C4F0B0.

Border color

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

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

This div border color is #C4F0B0.

Opacity

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

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

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

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

This text has shadow with #C4F0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F0B0.

Preview

Color preview on black background

This text has color #C4F0B0 on black background.


Color preview on white background

This text has color #C4F0B0 on white background.


Black color preview on #C4F0B0 background

This text has black color on #C4F0B0 background.


White color preview on #C4F0B0 background

This text has white color on #C4F0B0 background.


Related colors

Complementary color

Complementary color for #hex is #3B0F4F.


I love getcolorcode.com

Triadic colors

1 #B0C4F0 and #F0B0C4 with #C4F0B0 are triadic colors.

2 #B0F0C4 and #F0C4B0 with #C4F0B0 are triadic colors.