COLOR #C4F0BD

HEX: #C4F0BD RGB: (196,240,189)

Color info

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

RGB color model

#C4F0BD color RGB value is (196,240,189).

RGB: (196,240,189) (77%, 94%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 189 of 255 = 74%

196
240
189

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

Portions of RGB colors in percentages

R + G + B = 196 + 240 + 189 = 625 (100%)
R 196 of 625 ~ 31.36%
G 240 of 625 ~ 38.4%
B 189 of 625 ~ 30.24'%

%31.36
%38.4
%30.24

CMYK color model

#C4F0BD color CMYK value is (18,0,21,6).

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

CMYK: (18,0,21,6)
C18M0Y21K6 (18%, 0%, 21%, 6%)
(0.18 / 0.00 / 0.21 / 0.06)

CMYK percentages

%18.33
%0
%21.25
%5.88

Codes

Color #C4F0BD in popluar color models

C4 F0 BD
RGB 196 240 189
HSL 112° 62.96% 84.12%
HSB/HSV 112° 21.25% 94.12%
CMYK 18.33% 0.00% 21.25%
5.88%

Color #C4F0BD in popluar number systems.

HEX C4 F0 BD
Decimal 196 240 189
Binary 11000100 11110000 10111101
Octal 304 360 275

Shades and tints

Shades of #C4F0BD

#C4F0BD
(196,240,189)
#B3DBAC
(179,219,172)
#A2C69B
(162,198,155)
#91B18A
(145,177,138)
#809C79
(128,156,121)
#6F8768
(111,135,104)
#5E7257
(94,114,87)
#4D5D46
(77,93,70)
#3C4835
(60,72,53)
#2B3324
(43,51,36)
#1A1E13
(26,30,19)
#000000
(0,0,0)

Tints of #C4F0BD

#C4F0BD
(196,240,189)
#C9F1C3
(201,241,195)
#CEF2C9
(206,242,201)
#D3F3CF
(211,243,207)
#D8F4D5
(216,244,213)
#DDF5DB
(221,245,219)
#E2F6E1
(226,246,225)
#E7F7E7
(231,247,231)
#ECF8ED
(236,248,237)
#F1F9F3
(241,249,243)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F0BD; }

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

This text font color is #C4F0BD.

Background Color

.myBgColor { background-color: #C4F0BD; }

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

This div background color is #C4F0BD.

Border color

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

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

This div border color is #C4F0BD.

Opacity

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

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

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

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

This text has shadow with #C4F0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F0BD.

Preview

Color preview on black background

This text has color #C4F0BD on black background.


Color preview on white background

This text has color #C4F0BD on white background.


Black color preview on #C4F0BD background

This text has black color on #C4F0BD background.


White color preview on #C4F0BD background

This text has white color on #C4F0BD background.


Related colors

Complementary color

Complementary color for #hex is #3B0F42.


I love getcolorcode.com

Triadic colors

1 #BDC4F0 and #F0BDC4 with #C4F0BD are triadic colors.

2 #BDF0C4 and #F0C4BD with #C4F0BD are triadic colors.