COLOR #C4DD95

HEX: #C4DD95 RGB: (196,221,149)

Color info

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

RGB color model

#C4DD95 color RGB value is (196,221,149).

RGB: (196,221,149) (77%, 87%, 58%)

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 149 of 255 = 58%

196
221
149

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

Portions of RGB colors in percentages

R + G + B = 196 + 221 + 149 = 566 (100%)
R 196 of 566 ~ 34.63%
G 221 of 566 ~ 39.05%
B 149 of 566 ~ 26.33'%

%34.63
%39.05
%26.33

CMYK color model

#C4DD95 color CMYK value is (11,0,33,13).

  • cyan value is 11.31%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK: (11,0,33,13) C11M0Y33K13 (11%,0%,33%,13%) (0.11/0.00/0.33/0.13) 

CMYK percentages

%11.31
%0
%32.58
%13.33

Codes

Color #C4DD95 in popluar color models

C4 DD 95
RGB 196 221 149
HSL 81° 51.43% 72.55%
HSB/HSV 81° 32.58% 86.67%
CMYK 11.31% 0.00% 32.58%
13.33%

Color #C4DD95 in popluar number systems.

HEX C4 DD 95
Decimal 196 221 149
Binary 11000100 11011101 10010101
Octal 304 335 225

Shades and tints

Shades of #C4DD95

#C4DD95
(196,221,149)
#B3C988
(179,201,136)
#A2B57B
(162,181,123)
#91A16E
(145,161,110)
#808D61
(128,141,97)
#6F7954
(111,121,84)
#5E6547
(94,101,71)
#4D513A
(77,81,58)
#3C3D2D
(60,61,45)
#2B2920
(43,41,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #C4DD95

#C4DD95
(196,221,149)
#C9E09E
(201,224,158)
#CEE3A7
(206,227,167)
#D3E6B0
(211,230,176)
#D8E9B9
(216,233,185)
#DDECC2
(221,236,194)
#E2EFCB
(226,239,203)
#E7F2D4
(231,242,212)
#ECF5DD
(236,245,221)
#F1F8E6
(241,248,230)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DD95 color. Also use rgb(196,221,149) instead hex code.

Text Font Color

.myTextColor { color: #C4DD95; }

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

This text font color is #C4DD95.

Background Color

.myBgColor { background-color: #C4DD95; }

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

This div background color is #C4DD95.

Border color

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

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

This div border color is #C4DD95.

Opacity

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

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

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

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

This text has shadow with #C4DD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DD95.

Preview

Color preview on black background

This text has color #C4DD95 on black background.


Color preview on white background

This text has color #C4DD95 on white background.


Black color preview on #C4DD95 background

This text has black color on #C4DD95 background.


White color preview on #C4DD95 background

This text has white color on #C4DD95 background.


Related colors

Complementary color

Complementary color for #hex is #3B226A.


I love getcolorcode.com

Triadic colors

1 #95C4DD and #DD95C4 with #C4DD95 are triadic colors.

2 #95DDC4 and #DDC495 with #C4DD95 are triadic colors.