COLOR #C5D1BA

HEX: #C5D1BA
RGB: (197,209,186)

Color info

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

RGB color model

#C5D1BA color RGB value is (197,209,186).

  • red value is 197;
  • green value is 209;
  • blue value is 186.
RGB:
(197,209,186)
(77%,82%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 186 of 255 = 73%

197
209
186

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

Portions of RGB colors in percentages

R + G + B =
197 + 209 + 186 = 592 (100%)
R 197 of 592 ~ 33.28%
G 209 of 592 ~ 35.3%
B 186 of 592 ~ 31.42%

%33.28
%35.3
%31.42

CMYK color model

#C5D1BA color CMYK value is (6,0,11,18).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 11.00%
  • key color value is 18.04%
CMYK:
(6,0,11,18)
C6M0Y11K18 
(6%,0%,11%,18%)
(0.06/0.00/0.11/0.18)	

CMYK percentages

%5.74
%0
%11
%18.04

Codes

Color #C5D1BA in popluar color models

C5D1BA
RGB197209186
HSL91°20.00%77.45%
HSB/HSV91°11.00%81.96%
CMYK5.74%0.00%11.00%
18.04%

Color #C5D1BA in popluar number systems.

HEXC5D1BA
Decimal197209186
Binary110001011101000110111010
Octal305321272

Shades and tints

Shades of #C5D1BA

#C5D1BA
(197,209,186)
#B4BEAA
(180,190,170)
#A3AB9A
(163,171,154)
#92988A
(146,152,138)
#81857A
(129,133,122)
#70726A
(112,114,106)
#5F5F5A
(95,95,90)
#4E4C4A
(78,76,74)
#3D393A
(61,57,58)
#2C262A
(44,38,42)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #C5D1BA

#C5D1BA
(197,209,186)
#CAD5C0
(202,213,192)
#CFD9C6
(207,217,198)
#D4DDCC
(212,221,204)
#D9E1D2
(217,225,210)
#DEE5D8
(222,229,216)
#E3E9DE
(227,233,222)
#E8EDE4
(232,237,228)
#EDF1EA
(237,241,234)
#F2F5F0
(242,245,240)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D1BA color. Also use rgb(197,209,186) instead hex code.

Text Font Color

.myTextColor { color: #C5D1BA; }

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

This text font color is #C5D1BA.


Background Color

.myBgColor { background-color: #C5D1BA; }

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

This div background color is #C5D1BA.


Border color

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

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

This div border color is #C5D1BA.


Opacity

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

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

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

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

This text has shadow with #C5D1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D1BA on black background.


Color preview on white background

This text has color #C5D1BA on white background.



Black color preview on #C5D1BA background

This text has black color on #C5D1BA background.


White color preview on #C5D1BA background

This text has white color on #C5D1BA background.