COLOR #C4D88E

HEX: #C4D88E RGB: (196,216,142)

Color info

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

RGB color model

#C4D88E color RGB value is (196,216,142).

RGB: (196,216,142) (77%, 85%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 216 of 255 = 85%
B 142 of 255 = 56%

196
216
142

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

Portions of RGB colors in percentages

R + G + B = 196 + 216 + 142 = 554 (100%)
R 196 of 554 ~ 35.38%
G 216 of 554 ~ 38.99%
B 142 of 554 ~ 25.63'%

%35.38
%38.99
%25.63

CMYK color model

#C4D88E color CMYK value is (9,0,34,15).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 15.29%

CMYK: (9,0,34,15)
C9M0Y34K15 (9%, 0%, 34%, 15%)
(0.09 / 0.00 / 0.34 / 0.15)

CMYK percentages

%9.26
%0
%34.26
%15.29

Codes

Color #C4D88E in popluar color models

C4 D8 8E
RGB 196 216 142
HSL 76° 48.68% 70.20%
HSB/HSV 76° 34.26% 84.71%
CMYK 9.26% 0.00% 34.26%
15.29%

Color #C4D88E in popluar number systems.

HEX C4 D8 8E
Decimal 196 216 142
Binary 11000100 11011000 10001110
Octal 304 330 216

Shades and tints

Shades of #C4D88E

#C4D88E
(196,216,142)
#B3C582
(179,197,130)
#A2B276
(162,178,118)
#919F6A
(145,159,106)
#808C5E
(128,140,94)
#6F7952
(111,121,82)
#5E6646
(94,102,70)
#4D533A
(77,83,58)
#3C402E
(60,64,46)
#2B2D22
(43,45,34)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #C4D88E

#C4D88E
(196,216,142)
#C9DB98
(201,219,152)
#CEDEA2
(206,222,162)
#D3E1AC
(211,225,172)
#D8E4B6
(216,228,182)
#DDE7C0
(221,231,192)
#E2EACA
(226,234,202)
#E7EDD4
(231,237,212)
#ECF0DE
(236,240,222)
#F1F3E8
(241,243,232)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D88E color. Also use rgb(196,216,142) instead hex code.

Text Font Color

.myTextColor { color: #C4D88E; }

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

This text font color is #C4D88E.

Background Color

.myBgColor { background-color: #C4D88E; }

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

This div background color is #C4D88E.

Border color

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

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

This div border color is #C4D88E.

Opacity

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

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

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

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

This text has shadow with #C4D88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D88E.

Preview

Color preview on black background

This text has color #C4D88E on black background.


Color preview on white background

This text has color #C4D88E on white background.


Black color preview on #C4D88E background

This text has black color on #C4D88E background.


White color preview on #C4D88E background

This text has white color on #C4D88E background.


Related colors

Complementary color

Complementary color for #hex is #3B2771.


I love getcolorcode.com

Triadic colors

1 #8EC4D8 and #D88EC4 with #C4D88E are triadic colors.

2 #8ED8C4 and #D8C48E with #C4D88E are triadic colors.