COLOR #C5DBAC

HEX: #C5DBAC
RGB: (197,219,172)

Color info

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

RGB color model

#C5DBAC color RGB value is (197,219,172).

  • red value is 197;
  • green value is 219;
  • blue value is 172.
RGB:
(197,219,172)
(77%,86%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 172 of 255 = 67%

197
219
172

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

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 172 = 588 (100%)
R 197 of 588 ~ 33.5%
G 219 of 588 ~ 37.24%
B 172 of 588 ~ 29.25%

%33.5
%37.24
%29.25

CMYK color model

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

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • 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.46
%14.12

Codes

Color #C5DBAC in popluar color models

C5DBAC
RGB197219172
HSL88°39.50%76.67%
HSB/HSV88°21.46%85.88%
CMYK10.05%0.00%21.46%
14.12%

Color #C5DBAC in popluar number systems.

HEXC5DBAC
Decimal197219172
Binary110001011101101110101100
Octal305333254

Shades and tints

Shades of #C5DBAC

#C5DBAC
(197,219,172)
#B4C89D
(180,200,157)
#A3B58E
(163,181,142)
#92A27F
(146,162,127)
#818F70
(129,143,112)
#707C61
(112,124,97)
#5F6952
(95,105,82)
#4E5643
(78,86,67)
#3D4334
(61,67,52)
#2C3025
(44,48,37)
#1B1D16
(27,29,22)
#000000
(0,0,0)

Tints of #C5DBAC

#C5DBAC
(197,219,172)
#CADEB3
(202,222,179)
#CFE1BA
(207,225,186)
#D4E4C1
(212,228,193)
#D9E7C8
(217,231,200)
#DEEACF
(222,234,207)
#E3EDD6
(227,237,214)
#E8F0DD
(232,240,221)
#EDF3E4
(237,243,228)
#F2F6EB
(242,246,235)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBAC; }

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

This text font color is #C5DBAC.


Background Color

.myBgColor { background-color: #C5DBAC; }

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

This div background color is #C5DBAC.


Border color

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

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

This div border color is #C5DBAC.


Opacity

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

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

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

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

This text has shadow with #C5DBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBAC on black background.


Color preview on white background

This text has color #C5DBAC on white background.



Black color preview on #C5DBAC background

This text has black color on #C5DBAC background.


White color preview on #C5DBAC background

This text has white color on #C5DBAC background.