COLOR #C5DABE

HEX: #C5DABE
RGB: (197,218,190)

Color info

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

RGB color model

#C5DABE color RGB value is (197,218,190).

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

RGB channels and saturation

R 197 of 255 = 77%
G 218 of 255 = 85%
B 190 of 255 = 75%

197
218
190

R + G + B ~ 79%. #C5DABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 218 + 190 = 605 (100%)
R 197 of 605 ~ 32.56%
G 218 of 605 ~ 36.03%
B 190 of 605 ~ 31.4%

%32.56
%36.03
%31.4

CMYK color model

#C5DABE color CMYK value is (10,0,13,15).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK:
(10,0,13,15)
C10M0Y13K15 
(10%,0%,13%,15%)
(0.10/0.00/0.13/0.15)	

CMYK percentages

%9.63
%0
%12.84
%14.51

Codes

Color #C5DABE in popluar color models

C5DABE
RGB197218190
HSL105°27.45%80.00%
HSB/HSV105°12.84%85.49%
CMYK9.63%0.00%12.84%
14.51%

Color #C5DABE in popluar number systems.

HEXC5DABE
Decimal197218190
Binary110001011101101010111110
Octal305332276

Shades and tints

Shades of #C5DABE

#C5DABE
(197,218,190)
#B4C7AD
(180,199,173)
#A3B49C
(163,180,156)
#92A18B
(146,161,139)
#818E7A
(129,142,122)
#707B69
(112,123,105)
#5F6858
(95,104,88)
#4E5547
(78,85,71)
#3D4236
(61,66,54)
#2C2F25
(44,47,37)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #C5DABE

#C5DABE
(197,218,190)
#CADDC3
(202,221,195)
#CFE0C8
(207,224,200)
#D4E3CD
(212,227,205)
#D9E6D2
(217,230,210)
#DEE9D7
(222,233,215)
#E3ECDC
(227,236,220)
#E8EFE1
(232,239,225)
#EDF2E6
(237,242,230)
#F2F5EB
(242,245,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DABE; }

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

This text font color is #C5DABE.


Background Color

.myBgColor { background-color: #C5DABE; }

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

This div background color is #C5DABE.


Border color

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

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

This div border color is #C5DABE.


Opacity

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

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

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

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

This text has shadow with #C5DABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DABE on black background.


Color preview on white background

This text has color #C5DABE on white background.



Black color preview on #C5DABE background

This text has black color on #C5DABE background.


White color preview on #C5DABE background

This text has white color on #C5DABE background.