COLOR #C4D48A

HEX: #C4D48A
RGB: (196,212,138)

Color info

#C4D48A contains mainly red and green colors. Web safe color of #C4D48A is #CCCC99 (or #CC9).

RGB color model

#C4D48A color RGB value is (196,212,138).

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

RGB channels and saturation

R 196 of 255 = 77%
G 212 of 255 = 83%
B 138 of 255 = 54%

196
212
138

R + G + B ~ 71%. #C4D48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 212 + 138 = 546 (100%)
R 196 of 546 ~ 35.9%
G 212 of 546 ~ 38.83%
B 138 of 546 ~ 25.27%

%35.9
%38.83
%25.27

CMYK color model

#C4D48A color CMYK value is (8,0,35,17).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 34.91%
  • key color value is 16.86%
CMYK:
(8,0,35,17)
C8M0Y35K17 
(8%,0%,35%,17%)
(0.08/0.00/0.35/0.17)	

CMYK percentages

%7.55
%0
%34.91
%16.86

Codes

Color #C4D48A in popluar color models

C4D48A
RGB196212138
HSL73°46.25%68.63%
HSB/HSV73°34.91%83.14%
CMYK7.55%0.00%34.91%
16.86%

Color #C4D48A in popluar number systems.

HEXC4D48A
Decimal196212138
Binary110001001101010010001010
Octal304324212

Shades and tints

Shades of #C4D48A

#C4D48A
(196,212,138)
#B3C17E
(179,193,126)
#A2AE72
(162,174,114)
#919B66
(145,155,102)
#80885A
(128,136,90)
#6F754E
(111,117,78)
#5E6242
(94,98,66)
#4D4F36
(77,79,54)
#3C3C2A
(60,60,42)
#2B291E
(43,41,30)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #C4D48A

#C4D48A
(196,212,138)
#C9D794
(201,215,148)
#CEDA9E
(206,218,158)
#D3DDA8
(211,221,168)
#D8E0B2
(216,224,178)
#DDE3BC
(221,227,188)
#E2E6C6
(226,230,198)
#E7E9D0
(231,233,208)
#ECECDA
(236,236,218)
#F1EFE4
(241,239,228)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D48A; }

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

This text font color is #C4D48A.


Background Color

.myBgColor { background-color: #C4D48A; }

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

This div background color is #C4D48A.


Border color

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

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

This div border color is #C4D48A.


Opacity

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

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

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

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

This text has shadow with #C4D48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D48A on black background.


Color preview on white background

This text has color #C4D48A on white background.



Black color preview on #C4D48A background

This text has black color on #C4D48A background.


White color preview on #C4D48A background

This text has white color on #C4D48A background.