COLOR #C4EDB9

HEX: #C4EDB9 RGB: (196,237,185)

Color info

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

RGB color model

#C4EDB9 color RGB value is (196,237,185).

RGB: (196,237,185) (77%, 93%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 185 of 255 = 73%

196
237
185

R + G + B ~ 81%. #C4EDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 237 + 185 = 618 (100%)
R 196 of 618 ~ 31.72%
G 237 of 618 ~ 38.35%
B 185 of 618 ~ 29.94'%

%31.72
%38.35
%29.94

CMYK color model

#C4EDB9 color CMYK value is (17,0,22,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%

CMYK: (17,0,22,7)
C17M0Y22K7 (17%, 0%, 22%, 7%)
(0.17 / 0.00 / 0.22 / 0.07)

CMYK percentages

%17.3
%0
%21.94
%7.06

Codes

Color #C4EDB9 in popluar color models

C4 ED B9
RGB 196 237 185
HSL 107° 59.09% 82.75%
HSB/HSV 107° 21.94% 92.94%
CMYK 17.30% 0.00% 21.94%
7.06%

Color #C4EDB9 in popluar number systems.

HEX C4 ED B9
Decimal 196 237 185
Binary 11000100 11101101 10111001
Octal 304 355 271

Shades and tints

Shades of #C4EDB9

#C4EDB9
(196,237,185)
#B3D8A9
(179,216,169)
#A2C399
(162,195,153)
#91AE89
(145,174,137)
#809979
(128,153,121)
#6F8469
(111,132,105)
#5E6F59
(94,111,89)
#4D5A49
(77,90,73)
#3C4539
(60,69,57)
#2B3029
(43,48,41)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #C4EDB9

#C4EDB9
(196,237,185)
#C9EEBF
(201,238,191)
#CEEFC5
(206,239,197)
#D3F0CB
(211,240,203)
#D8F1D1
(216,241,209)
#DDF2D7
(221,242,215)
#E2F3DD
(226,243,221)
#E7F4E3
(231,244,227)
#ECF5E9
(236,245,233)
#F1F6EF
(241,246,239)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EDB9 color. Also use rgb(196,237,185) instead hex code.

Text Font Color

.myTextColor { color: #C4EDB9; }

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

This text font color is #C4EDB9.

Background Color

.myBgColor { background-color: #C4EDB9; }

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

This div background color is #C4EDB9.

Border color

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

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

This div border color is #C4EDB9.

Opacity

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

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

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

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

This text has shadow with #C4EDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EDB9.

Preview

Color preview on black background

This text has color #C4EDB9 on black background.


Color preview on white background

This text has color #C4EDB9 on white background.


Black color preview on #C4EDB9 background

This text has black color on #C4EDB9 background.


White color preview on #C4EDB9 background

This text has white color on #C4EDB9 background.


Related colors

Complementary color

Complementary color for #hex is #3B1246.


I love getcolorcode.com

Triadic colors

1 #B9C4ED and #EDB9C4 with #C4EDB9 are triadic colors.

2 #B9EDC4 and #EDC4B9 with #C4EDB9 are triadic colors.