COLOR #C4DA8C

HEX: #C4DA8C RGB: (196,218,140)

Color info

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

RGB color model

#C4DA8C color RGB value is (196,218,140).

RGB: (196,218,140) (77%, 85%, 55%)

RGB channels and saturation

R 196 of 255 = 77%
G 218 of 255 = 85%
B 140 of 255 = 55%

196
218
140

R + G + B ~ 72%. #C4DA8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 218 + 140 = 554 (100%)
R 196 of 554 ~ 35.38%
G 218 of 554 ~ 39.35%
B 140 of 554 ~ 25.27'%

%35.38
%39.35
%25.27

CMYK color model

#C4DA8C color CMYK value is (10,0,36,15).

  • cyan value is 10.09%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 14.51%

CMYK: (10,0,36,15)
C10M0Y36K15 (10%, 0%, 36%, 15%)
(0.10 / 0.00 / 0.36 / 0.15)

CMYK percentages

%10.09
%0
%35.78
%14.51

Codes

Color #C4DA8C in popluar color models

C4 DA 8C
RGB 196 218 140
HSL 77° 51.32% 70.20%
HSB/HSV 77° 35.78% 85.49%
CMYK 10.09% 0.00% 35.78%
14.51%

Color #C4DA8C in popluar number systems.

HEX C4 DA 8C
Decimal 196 218 140
Binary 11000100 11011010 10001100
Octal 304 332 214

Shades and tints

Shades of #C4DA8C

#C4DA8C
(196,218,140)
#B3C780
(179,199,128)
#A2B474
(162,180,116)
#91A168
(145,161,104)
#808E5C
(128,142,92)
#6F7B50
(111,123,80)
#5E6844
(94,104,68)
#4D5538
(77,85,56)
#3C422C
(60,66,44)
#2B2F20
(43,47,32)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #C4DA8C

#C4DA8C
(196,218,140)
#C9DD96
(201,221,150)
#CEE0A0
(206,224,160)
#D3E3AA
(211,227,170)
#D8E6B4
(216,230,180)
#DDE9BE
(221,233,190)
#E2ECC8
(226,236,200)
#E7EFD2
(231,239,210)
#ECF2DC
(236,242,220)
#F1F5E6
(241,245,230)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DA8C color. Also use rgb(196,218,140) instead hex code.

Text Font Color

.myTextColor { color: #C4DA8C; }

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

This text font color is #C4DA8C.

Background Color

.myBgColor { background-color: #C4DA8C; }

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

This div background color is #C4DA8C.

Border color

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

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

This div border color is #C4DA8C.

Opacity

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

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

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

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

This text has shadow with #C4DA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DA8C.

Preview

Color preview on black background

This text has color #C4DA8C on black background.


Color preview on white background

This text has color #C4DA8C on white background.


Black color preview on #C4DA8C background

This text has black color on #C4DA8C background.


White color preview on #C4DA8C background

This text has white color on #C4DA8C background.


Related colors

Complementary color

Complementary color for #hex is #3B2573.


I love getcolorcode.com

Triadic colors

1 #8CC4DA and #DA8CC4 with #C4DA8C are triadic colors.

2 #8CDAC4 and #DAC48C with #C4DA8C are triadic colors.