COLOR #C4E6BD

HEX: #C4E6BD RGB: (196,230,189)

Color info

#C4E6BD contains red, green and blue colors in about the same proportion. Web safe color of #C4E6BD is #CCCCCC (or #CCC).

RGB color model

#C4E6BD color RGB value is (196,230,189).

RGB: (196,230,189) (77%, 90%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 230 of 255 = 90%
B 189 of 255 = 74%

196
230
189

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

Portions of RGB colors in percentages

R + G + B = 196 + 230 + 189 = 615 (100%)
R 196 of 615 ~ 31.87%
G 230 of 615 ~ 37.4%
B 189 of 615 ~ 30.73'%

%31.87
%37.4
%30.73

CMYK color model

#C4E6BD color CMYK value is (15,0,18,10).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 9.80%

CMYK: (15,0,18,10)
C15M0Y18K10 (15%, 0%, 18%, 10%)
(0.15 / 0.00 / 0.18 / 0.10)

CMYK percentages

%14.78
%0
%17.83
%9.8

Codes

Color #C4E6BD in popluar color models

C4 E6 BD
RGB 196 230 189
HSL 110° 45.05% 82.16%
HSB/HSV 110° 17.83% 90.20%
CMYK 14.78% 0.00% 17.83%
9.80%

Color #C4E6BD in popluar number systems.

HEX C4 E6 BD
Decimal 196 230 189
Binary 11000100 11100110 10111101
Octal 304 346 275

Shades and tints

Shades of #C4E6BD

#C4E6BD
(196,230,189)
#B3D2AC
(179,210,172)
#A2BE9B
(162,190,155)
#91AA8A
(145,170,138)
#809679
(128,150,121)
#6F8268
(111,130,104)
#5E6E57
(94,110,87)
#4D5A46
(77,90,70)
#3C4635
(60,70,53)
#2B3224
(43,50,36)
#1A1E13
(26,30,19)
#000000
(0,0,0)

Tints of #C4E6BD

#C4E6BD
(196,230,189)
#C9E8C3
(201,232,195)
#CEEAC9
(206,234,201)
#D3ECCF
(211,236,207)
#D8EED5
(216,238,213)
#DDF0DB
(221,240,219)
#E2F2E1
(226,242,225)
#E7F4E7
(231,244,231)
#ECF6ED
(236,246,237)
#F1F8F3
(241,248,243)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E6BD; }

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

This text font color is #C4E6BD.

Background Color

.myBgColor { background-color: #C4E6BD; }

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

This div background color is #C4E6BD.

Border color

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

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

This div border color is #C4E6BD.

Opacity

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

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

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

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

This text has shadow with #C4E6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E6BD.

Preview

Color preview on black background

This text has color #C4E6BD on black background.


Color preview on white background

This text has color #C4E6BD on white background.


Black color preview on #C4E6BD background

This text has black color on #C4E6BD background.


White color preview on #C4E6BD background

This text has white color on #C4E6BD background.


Related colors

Complementary color

Complementary color for #hex is #3B1942.


I love getcolorcode.com

Triadic colors

1 #BDC4E6 and #E6BDC4 with #C4E6BD are triadic colors.

2 #BDE6C4 and #E6C4BD with #C4E6BD are triadic colors.