COLOR #C5DAB0

HEX: #C5DAB0
RGB: (197,218,176)

Color info

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

RGB color model

#C5DAB0 color RGB value is (197,218,176).

  • red value is 197;
  • green value is 218;
  • blue value is 176.
RGB:
(197,218,176)
(77%,85%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 176 of 255 = 69%

197
218
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 218 + 176 = 591 (100%)
R 197 of 591 ~ 33.33%
G 218 of 591 ~ 36.89%
B 176 of 591 ~ 29.78%

%33.33
%36.89
%29.78

CMYK color model

#C5DAB0 color CMYK value is (10,0,19,15).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK:
(10,0,19,15)
C10M0Y19K15 
(10%,0%,19%,15%)
(0.10/0.00/0.19/0.15)	

CMYK percentages

%9.63
%0
%19.27
%14.51

Codes

Color #C5DAB0 in popluar color models

C5DAB0
RGB197218176
HSL90°36.21%77.25%
HSB/HSV90°19.27%85.49%
CMYK9.63%0.00%19.27%
14.51%

Color #C5DAB0 in popluar number systems.

HEXC5DAB0
Decimal197218176
Binary110001011101101010110000
Octal305332260

Shades and tints

Shades of #C5DAB0

#C5DAB0
(197,218,176)
#B4C7A0
(180,199,160)
#A3B490
(163,180,144)
#92A180
(146,161,128)
#818E70
(129,142,112)
#707B60
(112,123,96)
#5F6850
(95,104,80)
#4E5540
(78,85,64)
#3D4230
(61,66,48)
#2C2F20
(44,47,32)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #C5DAB0

#C5DAB0
(197,218,176)
#CADDB7
(202,221,183)
#CFE0BE
(207,224,190)
#D4E3C5
(212,227,197)
#D9E6CC
(217,230,204)
#DEE9D3
(222,233,211)
#E3ECDA
(227,236,218)
#E8EFE1
(232,239,225)
#EDF2E8
(237,242,232)
#F2F5EF
(242,245,239)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DAB0 color. Also use rgb(197,218,176) instead hex code.

Text Font Color

.myTextColor { color: #C5DAB0; }

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

This text font color is #C5DAB0.


Background Color

.myBgColor { background-color: #C5DAB0; }

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

This div background color is #C5DAB0.


Border color

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

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

This div border color is #C5DAB0.


Opacity

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

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

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

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

This text has shadow with #C5DAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DAB0 on black background.


Color preview on white background

This text has color #C5DAB0 on white background.



Black color preview on #C5DAB0 background

This text has black color on #C5DAB0 background.


White color preview on #C5DAB0 background

This text has white color on #C5DAB0 background.