COLOR #C4D49A

HEX: #C4D49A
RGB: (196,212,154)

Color info

#C4D49A contains red, green and blue colors in about the same proportion. Web safe color of #C4D49A is #CCCC99 (or #CC9).

RGB color model

#C4D49A color RGB value is (196,212,154).

  • red value is 196;
  • green value is 212;
  • blue value is 154.
RGB: (196,212,154) (77%,83%,60%)

RGB channels and saturation

R 196 of 255 = 77%
G 212 of 255 = 83%
B 154 of 255 = 60%

196
212
154

R + G + B ~ 73%. #C4D49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 212 + 154 = 562 (100%)
R 196 of 562 ~ 34.88%
G 212 of 562 ~ 37.72%
B 154 of 562 ~ 27.4%

%34.88
%37.72
%27.4

CMYK color model

#C4D49A color CMYK value is (8,0,27,17).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK: (8,0,27,17) C8M0Y27K17 (8%,0%,27%,17%) (0.08/0.00/0.27/0.17)

CMYK percentages

%7.55
%0
%27.36
%16.86

Codes

Color #C4D49A in popluar color models

C4D49A
RGB196212154
HSL77°40.28%71.76%
HSB/HSV77°27.36%83.14%
CMYK7.55%0.00%27.36%
16.86%

Color #C4D49A in popluar number systems.

HEXC4D49A
Decimal196212154
Binary110001001101010010011010
Octal304324232

Shades and tints

Shades of #C4D49A

#C4D49A
(196,212,154)
#B3C18C
(179,193,140)
#A2AE7E
(162,174,126)
#919B70
(145,155,112)
#808862
(128,136,98)
#6F7554
(111,117,84)
#5E6246
(94,98,70)
#4D4F38
(77,79,56)
#3C3C2A
(60,60,42)
#2B291C
(43,41,28)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #C4D49A

#C4D49A
(196,212,154)
#C9D7A3
(201,215,163)
#CEDAAC
(206,218,172)
#D3DDB5
(211,221,181)
#D8E0BE
(216,224,190)
#DDE3C7
(221,227,199)
#E2E6D0
(226,230,208)
#E7E9D9
(231,233,217)
#ECECE2
(236,236,226)
#F1EFEB
(241,239,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D49A color. Also use rgb(196,212,154) instead hex code.

Text Font Color

.myTextColor { color: #C4D49A; }

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

This text font color is #C4D49A.


Background Color

.myBgColor { background-color: #C4D49A; }

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

This div background color is #C4D49A.


Border color

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

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

This div border color is #C4D49A.


Opacity

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

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

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

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

This text has shadow with #C4D49A color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C4D49A; -webkit-box-shadow:	1px 1px 3px 2px #C4D49A; box-shadow:	1px 1px 3px 2px #C4D49A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4D49A; -webkit-box-shadow: 1px 1px 3px 2px #C4D49A; box-shadow:1px 1px 3px 2px #C4D49A;">
Div content here</div>
This div box has shadow with color #C4D49A.

Preview

Color preview on black background

This text has color #C4D49A on black background.


Color preview on white background

This text has color #C4D49A on white background.



Black color preview on #C4D49A background

This text has black color on #C4D49A background.


White color preview on #C4D49A background

This text has white color on #C4D49A background.