COLOR #C4F6BD

HEX: #C4F6BD RGB: (196,246,189)

Color info

#C4F6BD contains red, green and blue colors in about the same proportion. Web safe color of #C4F6BD is #CCFFCC (or #CFC).

RGB color model

#C4F6BD color RGB value is (196,246,189).

RGB: (196,246,189) (77%, 96%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 246 of 255 = 96%
B 189 of 255 = 74%

196
246
189

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

Portions of RGB colors in percentages

R + G + B = 196 + 246 + 189 = 631 (100%)
R 196 of 631 ~ 31.06%
G 246 of 631 ~ 38.99%
B 189 of 631 ~ 29.95'%

%31.06
%38.99
%29.95

CMYK color model

#C4F6BD color CMYK value is (20,0,23,4).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 3.53%

CMYK: (20,0,23,4)
C20M0Y23K4 (20%, 0%, 23%, 4%)
(0.20 / 0.00 / 0.23 / 0.04)

CMYK percentages

%20.33
%0
%23.17
%3.53

Codes

Color #C4F6BD in popluar color models

C4 F6 BD
RGB 196 246 189
HSL 113° 76.00% 85.29%
HSB/HSV 113° 23.17% 96.47%
CMYK 20.33% 0.00% 23.17%
3.53%

Color #C4F6BD in popluar number systems.

HEX C4 F6 BD
Decimal 196 246 189
Binary 11000100 11110110 10111101
Octal 304 366 275

Shades and tints

Shades of #C4F6BD

#C4F6BD
(196,246,189)
#B3E0AC
(179,224,172)
#A2CA9B
(162,202,155)
#91B48A
(145,180,138)
#809E79
(128,158,121)
#6F8868
(111,136,104)
#5E7257
(94,114,87)
#4D5C46
(77,92,70)
#3C4635
(60,70,53)
#2B3024
(43,48,36)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #C4F6BD

#C4F6BD
(196,246,189)
#C9F6C3
(201,246,195)
#CEF6C9
(206,246,201)
#D3F6CF
(211,246,207)
#D8F6D5
(216,246,213)
#DDF6DB
(221,246,219)
#E2F6E1
(226,246,225)
#E7F6E7
(231,246,231)
#ECF6ED
(236,246,237)
#F1F6F3
(241,246,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F6BD color. Also use rgb(196,246,189) instead hex code.

Text Font Color

.myTextColor { color: #C4F6BD; }

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

This text font color is #C4F6BD.

Background Color

.myBgColor { background-color: #C4F6BD; }

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

This div background color is #C4F6BD.

Border color

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

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

This div border color is #C4F6BD.

Opacity

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

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

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

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

This text has shadow with #C4F6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F6BD.

Preview

Color preview on black background

This text has color #C4F6BD on black background.


Color preview on white background

This text has color #C4F6BD on white background.


Black color preview on #C4F6BD background

This text has black color on #C4F6BD background.


White color preview on #C4F6BD background

This text has white color on #C4F6BD background.


Related colors

Complementary color

Complementary color for #hex is #3B0942.


I love getcolorcode.com

Triadic colors

1 #BDC4F6 and #F6BDC4 with #C4F6BD are triadic colors.

2 #BDF6C4 and #F6C4BD with #C4F6BD are triadic colors.