COLOR #C5DD99

HEX: #C5DD99
RGB: (197,221,153)

Color info

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

RGB color model

#C5DD99 color RGB value is (197,221,153).

  • red value is 197;
  • green value is 221;
  • blue value is 153.
RGB:
(197,221,153)
(77%,87%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 221 of 255 = 87%
B 153 of 255 = 60%

197
221
153

R + G + B ~ 75%. #C5DD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 221 + 153 = 571 (100%)
R 197 of 571 ~ 34.5%
G 221 of 571 ~ 38.7%
B 153 of 571 ~ 26.8%

%34.5
%38.7
%26.8

CMYK color model

#C5DD99 color CMYK value is (11,0,31,13).

  • cyan value is 10.86%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 13.33%
CMYK:
(11,0,31,13)
C11M0Y31K13 
(11%,0%,31%,13%)
(0.11/0.00/0.31/0.13)	

CMYK percentages

%10.86
%0
%30.77
%13.33

Codes

Color #C5DD99 in popluar color models

C5DD99
RGB197221153
HSL81°50.00%73.33%
HSB/HSV81°30.77%86.67%
CMYK10.86%0.00%30.77%
13.33%

Color #C5DD99 in popluar number systems.

HEXC5DD99
Decimal197221153
Binary110001011101110110011001
Octal305335231

Shades and tints

Shades of #C5DD99

#C5DD99
(197,221,153)
#B4C98C
(180,201,140)
#A3B57F
(163,181,127)
#92A172
(146,161,114)
#818D65
(129,141,101)
#707958
(112,121,88)
#5F654B
(95,101,75)
#4E513E
(78,81,62)
#3D3D31
(61,61,49)
#2C2924
(44,41,36)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5DD99

#C5DD99
(197,221,153)
#CAE0A2
(202,224,162)
#CFE3AB
(207,227,171)
#D4E6B4
(212,230,180)
#D9E9BD
(217,233,189)
#DEECC6
(222,236,198)
#E3EFCF
(227,239,207)
#E8F2D8
(232,242,216)
#EDF5E1
(237,245,225)
#F2F8EA
(242,248,234)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DD99 color. Also use rgb(197,221,153) instead hex code.

Text Font Color

.myTextColor { color: #C5DD99; }

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

This text font color is #C5DD99.


Background Color

.myBgColor { background-color: #C5DD99; }

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

This div background color is #C5DD99.


Border color

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

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

This div border color is #C5DD99.


Opacity

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

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

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

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

This text has shadow with #C5DD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DD99 on black background.


Color preview on white background

This text has color #C5DD99 on white background.



Black color preview on #C5DD99 background

This text has black color on #C5DD99 background.


White color preview on #C5DD99 background

This text has white color on #C5DD99 background.