COLOR #C5DAB5

HEX: #C5DAB5
RGB: (197,218,181)

Color info

#C5DAB5 contains red, green and blue colors in about the same proportion. Web safe color of #C5DAB5 is #CCCCCC (or #CCC).

RGB color model

#C5DAB5 color RGB value is (197,218,181).

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

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 181 of 255 = 71%

197
218
181

R + G + B ~ 78%. #C5DAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 218 + 181 = 596 (100%)
R 197 of 596 ~ 33.05%
G 218 of 596 ~ 36.58%
B 181 of 596 ~ 30.37%

%33.05
%36.58
%30.37

CMYK color model

#C5DAB5 color CMYK value is (10,0,17,15).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 14.51%
CMYK:
(10,0,17,15)
C10M0Y17K15 
(10%,0%,17%,15%)
(0.10/0.00/0.17/0.15)	

CMYK percentages

%9.63
%0
%16.97
%14.51

Codes

Color #C5DAB5 in popluar color models

C5DAB5
RGB197218181
HSL94°33.33%78.24%
HSB/HSV94°16.97%85.49%
CMYK9.63%0.00%16.97%
14.51%

Color #C5DAB5 in popluar number systems.

HEXC5DAB5
Decimal197218181
Binary110001011101101010110101
Octal305332265

Shades and tints

Shades of #C5DAB5

#C5DAB5
(197,218,181)
#B4C7A5
(180,199,165)
#A3B495
(163,180,149)
#92A185
(146,161,133)
#818E75
(129,142,117)
#707B65
(112,123,101)
#5F6855
(95,104,85)
#4E5545
(78,85,69)
#3D4235
(61,66,53)
#2C2F25
(44,47,37)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #C5DAB5

#C5DAB5
(197,218,181)
#CADDBB
(202,221,187)
#CFE0C1
(207,224,193)
#D4E3C7
(212,227,199)
#D9E6CD
(217,230,205)
#DEE9D3
(222,233,211)
#E3ECD9
(227,236,217)
#E8EFDF
(232,239,223)
#EDF2E5
(237,242,229)
#F2F5EB
(242,245,235)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DAB5; }

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

This text font color is #C5DAB5.


Background Color

.myBgColor { background-color: #C5DAB5; }

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

This div background color is #C5DAB5.


Border color

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

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

This div border color is #C5DAB5.


Opacity

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

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

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

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

This text has shadow with #C5DAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DAB5 on black background.


Color preview on white background

This text has color #C5DAB5 on white background.



Black color preview on #C5DAB5 background

This text has black color on #C5DAB5 background.


White color preview on #C5DAB5 background

This text has white color on #C5DAB5 background.