COLOR #C4D18D

HEX: #C4D18D RGB: (196,209,141)

Color info

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

RGB color model

#C4D18D color RGB value is (196,209,141).

RGB: (196,209,141) (77%, 82%, 55%)

RGB channels and saturation

R 196 of 255 = 77%
G 209 of 255 = 82%
B 141 of 255 = 55%

196
209
141

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

Portions of RGB colors in percentages

R + G + B = 196 + 209 + 141 = 546 (100%)
R 196 of 546 ~ 35.9%
G 209 of 546 ~ 38.28%
B 141 of 546 ~ 25.82'%

%35.9
%38.28
%25.82

CMYK color model

#C4D18D color CMYK value is (6,0,33,18).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 18.04%

CMYK: (6,0,33,18)
C6M0Y33K18 (6%, 0%, 33%, 18%)
(0.06 / 0.00 / 0.33 / 0.18)

CMYK percentages

%6.22
%0
%32.54
%18.04

Codes

Color #C4D18D in popluar color models

C4 D1 8D
RGB 196 209 141
HSL 71° 42.50% 68.63%
HSB/HSV 71° 32.54% 81.96%
CMYK 6.22% 0.00% 32.54%
18.04%

Color #C4D18D in popluar number systems.

HEX C4 D1 8D
Decimal 196 209 141
Binary 11000100 11010001 10001101
Octal 304 321 215

Shades and tints

Shades of #C4D18D

#C4D18D
(196,209,141)
#B3BE81
(179,190,129)
#A2AB75
(162,171,117)
#919869
(145,152,105)
#80855D
(128,133,93)
#6F7251
(111,114,81)
#5E5F45
(94,95,69)
#4D4C39
(77,76,57)
#3C392D
(60,57,45)
#2B2621
(43,38,33)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C4D18D

#C4D18D
(196,209,141)
#C9D597
(201,213,151)
#CED9A1
(206,217,161)
#D3DDAB
(211,221,171)
#D8E1B5
(216,225,181)
#DDE5BF
(221,229,191)
#E2E9C9
(226,233,201)
#E7EDD3
(231,237,211)
#ECF1DD
(236,241,221)
#F1F5E7
(241,245,231)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D18D color. Also use rgb(196,209,141) instead hex code.

Text Font Color

.myTextColor { color: #C4D18D; }

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

This text font color is #C4D18D.

Background Color

.myBgColor { background-color: #C4D18D; }

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

This div background color is #C4D18D.

Border color

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

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

This div border color is #C4D18D.

Opacity

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

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

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

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

This text has shadow with #C4D18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D18D.

Preview

Color preview on black background

This text has color #C4D18D on black background.


Color preview on white background

This text has color #C4D18D on white background.


Black color preview on #C4D18D background

This text has black color on #C4D18D background.


White color preview on #C4D18D background

This text has white color on #C4D18D background.


Related colors

Complementary color

Complementary color for #hex is #3B2E72.


I love getcolorcode.com

Triadic colors

1 #8DC4D1 and #D18DC4 with #C4D18D are triadic colors.

2 #8DD1C4 and #D1C48D with #C4D18D are triadic colors.