COLOR #C4DC9A

HEX: #C4DC9A RGB: (196,220,154)

Color info

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

RGB color model

#C4DC9A color RGB value is (196,220,154).

RGB: (196,220,154) (77%, 86%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 154 of 255 = 60%

196
220
154

R + G + B ~ 74%. #C4DC9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 220 + 154 = 570 (100%)
R 196 of 570 ~ 34.39%
G 220 of 570 ~ 38.6%
B 154 of 570 ~ 27.02'%

%34.39
%38.6
%27.02

CMYK color model

#C4DC9A color CMYK value is (11,0,30,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 13.73%

CMYK: (11,0,30,14)
C11M0Y30K14 (11%, 0%, 30%, 14%)
(0.11 / 0.00 / 0.30 / 0.14)

CMYK percentages

%10.91
%0
%30
%13.73

Codes

Color #C4DC9A in popluar color models

C4 DC 9A
RGB 196 220 154
HSL 82° 48.53% 73.33%
HSB/HSV 82° 30.00% 86.27%
CMYK 10.91% 0.00% 30.00%
13.73%

Color #C4DC9A in popluar number systems.

HEX C4 DC 9A
Decimal 196 220 154
Binary 11000100 11011100 10011010
Octal 304 334 232

Shades and tints

Shades of #C4DC9A

#C4DC9A
(196,220,154)
#B3C88C
(179,200,140)
#A2B47E
(162,180,126)
#91A070
(145,160,112)
#808C62
(128,140,98)
#6F7854
(111,120,84)
#5E6446
(94,100,70)
#4D5038
(77,80,56)
#3C3C2A
(60,60,42)
#2B281C
(43,40,28)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #C4DC9A

#C4DC9A
(196,220,154)
#C9DFA3
(201,223,163)
#CEE2AC
(206,226,172)
#D3E5B5
(211,229,181)
#D8E8BE
(216,232,190)
#DDEBC7
(221,235,199)
#E2EED0
(226,238,208)
#E7F1D9
(231,241,217)
#ECF4E2
(236,244,226)
#F1F7EB
(241,247,235)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DC9A; }

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

This text font color is #C4DC9A.

Background Color

.myBgColor { background-color: #C4DC9A; }

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

This div background color is #C4DC9A.

Border color

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

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

This div border color is #C4DC9A.

Opacity

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

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

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

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

This text has shadow with #C4DC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DC9A.

Preview

Color preview on black background

This text has color #C4DC9A on black background.


Color preview on white background

This text has color #C4DC9A on white background.


Black color preview on #C4DC9A background

This text has black color on #C4DC9A background.


White color preview on #C4DC9A background

This text has white color on #C4DC9A background.


Related colors

Complementary color

Complementary color for #hex is #3B2365.


I love getcolorcode.com

Triadic colors

1 #9AC4DC and #DC9AC4 with #C4DC9A are triadic colors.

2 #9ADCC4 and #DCC49A with #C4DC9A are triadic colors.