COLOR #C5DBAD

HEX: #C5DBAD RGB: (197,219,173)

Color info

#C5DBAD contains red, green and blue colors in about the same proportion. Web safe color of #C5DBAD is #CCCC99 (or #CC9).

RGB color model

#C5DBAD color RGB value is (197,219,173).

RGB: (197,219,173) (77%, 86%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 173 of 255 = 68%

197
219
173

R + G + B ~ 77%. #C5DBAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 219 + 173 = 589 (100%)
R 197 of 589 ~ 33.45%
G 219 of 589 ~ 37.18%
B 173 of 589 ~ 29.37'%

%33.45
%37.18
%29.37

CMYK color model

#C5DBAD color CMYK value is (10,0,21,14).

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

CMYK: (10,0,21,14)
C10M0Y21K14 (10%, 0%, 21%, 14%)
(0.10 / 0.00 / 0.21 / 0.14)

CMYK percentages

%10.05
%0
%21
%14.12

Codes

Color #C5DBAD in popluar color models

C5 DB AD
RGB 197 219 173
HSL 89° 38.98% 76.86%
HSB/HSV 89° 21.00% 85.88%
CMYK 10.05% 0.00% 21.00%
14.12%

Color #C5DBAD in popluar number systems.

HEX C5 DB AD
Decimal 197 219 173
Binary 11000101 11011011 10101101
Octal 305 333 255

Shades and tints

Shades of #C5DBAD

#C5DBAD
(197,219,173)
#B4C89E
(180,200,158)
#A3B58F
(163,181,143)
#92A280
(146,162,128)
#818F71
(129,143,113)
#707C62
(112,124,98)
#5F6953
(95,105,83)
#4E5644
(78,86,68)
#3D4335
(61,67,53)
#2C3026
(44,48,38)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #C5DBAD

#C5DBAD
(197,219,173)
#CADEB4
(202,222,180)
#CFE1BB
(207,225,187)
#D4E4C2
(212,228,194)
#D9E7C9
(217,231,201)
#DEEAD0
(222,234,208)
#E3EDD7
(227,237,215)
#E8F0DE
(232,240,222)
#EDF3E5
(237,243,229)
#F2F6EC
(242,246,236)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBAD; }

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

This text font color is #C5DBAD.

Background Color

.myBgColor { background-color: #C5DBAD; }

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

This div background color is #C5DBAD.

Border color

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

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

This div border color is #C5DBAD.

Opacity

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

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

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

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

This text has shadow with #C5DBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DBAD.

Preview

Color preview on black background

This text has color #C5DBAD on black background.


Color preview on white background

This text has color #C5DBAD on white background.


Black color preview on #C5DBAD background

This text has black color on #C5DBAD background.


White color preview on #C5DBAD background

This text has white color on #C5DBAD background.


Related colors

Complementary color

Complementary color for #hex is #3A2452.


I love getcolorcode.com

Triadic colors

1 #ADC5DB and #DBADC5 with #C5DBAD are triadic colors.

2 #ADDBC5 and #DBC5AD with #C5DBAD are triadic colors.