COLOR #C5DB99

HEX: #C5DB99 RGB: (197,219,153)

Color info

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

RGB color model

#C5DB99 color RGB value is (197,219,153).

RGB: (197,219,153) (77%, 86%, 60%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 153 of 255 = 60%

197
219
153

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

Portions of RGB colors in percentages

R + G + B = 197 + 219 + 153 = 569 (100%)
R 197 of 569 ~ 34.62%
G 219 of 569 ~ 38.49%
B 153 of 569 ~ 26.89'%

%34.62
%38.49
%26.89

CMYK color model

#C5DB99 color CMYK value is (10,0,30,14).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 14.12%

CMYK: (10,0,30,14)
C10M0Y30K14 (10%, 0%, 30%, 14%)
(0.10 / 0.00 / 0.30 / 0.14)

CMYK percentages

%10.05
%0
%30.14
%14.12

Codes

Color #C5DB99 in popluar color models

C5 DB 99
RGB 197 219 153
HSL 80° 47.83% 72.94%
HSB/HSV 80° 30.14% 85.88%
CMYK 10.05% 0.00% 30.14%
14.12%

Color #C5DB99 in popluar number systems.

HEX C5 DB 99
Decimal 197 219 153
Binary 11000101 11011011 10011001
Octal 305 333 231

Shades and tints

Shades of #C5DB99

#C5DB99
(197,219,153)
#B4C88C
(180,200,140)
#A3B57F
(163,181,127)
#92A272
(146,162,114)
#818F65
(129,143,101)
#707C58
(112,124,88)
#5F694B
(95,105,75)
#4E563E
(78,86,62)
#3D4331
(61,67,49)
#2C3024
(44,48,36)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #C5DB99

#C5DB99
(197,219,153)
#CADEA2
(202,222,162)
#CFE1AB
(207,225,171)
#D4E4B4
(212,228,180)
#D9E7BD
(217,231,189)
#DEEAC6
(222,234,198)
#E3EDCF
(227,237,207)
#E8F0D8
(232,240,216)
#EDF3E1
(237,243,225)
#F2F6EA
(242,246,234)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DB99; }

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

This text font color is #C5DB99.

Background Color

.myBgColor { background-color: #C5DB99; }

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

This div background color is #C5DB99.

Border color

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

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

This div border color is #C5DB99.

Opacity

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

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

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

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

This text has shadow with #C5DB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DB99.

Preview

Color preview on black background

This text has color #C5DB99 on black background.


Color preview on white background

This text has color #C5DB99 on white background.


Black color preview on #C5DB99 background

This text has black color on #C5DB99 background.


White color preview on #C5DB99 background

This text has white color on #C5DB99 background.


Related colors

Complementary color

Complementary color for #hex is #3A2466.


I love getcolorcode.com

Triadic colors

1 #99C5DB and #DB99C5 with #C5DB99 are triadic colors.

2 #99DBC5 and #DBC599 with #C5DB99 are triadic colors.