COLOR #C5D0BC

HEX: #C5D0BC
RGB: (197,208,188)

Color info

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

RGB color model

#C5D0BC color RGB value is (197,208,188).

  • red value is 197;
  • green value is 208;
  • blue value is 188.
RGB:
(197,208,188)
(77%,82%,74%)

RGB channels and saturation

R 197 of 255 = 77%
G 208 of 255 = 82%
B 188 of 255 = 74%

197
208
188

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

Portions of RGB colors in percentages

R + G + B =
197 + 208 + 188 = 593 (100%)
R 197 of 593 ~ 33.22%
G 208 of 593 ~ 35.08%
B 188 of 593 ~ 31.7%

%33.22
%35.08
%31.7

CMYK color model

#C5D0BC color CMYK value is (5,0,10,18).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 18.43%
CMYK:
(5,0,10,18)
C5M0Y10K18 
(5%,0%,10%,18%)
(0.05/0.00/0.10/0.18)	

CMYK percentages

%5.29
%0
%9.62
%18.43

Codes

Color #C5D0BC in popluar color models

C5D0BC
RGB197208188
HSL93°17.54%77.65%
HSB/HSV93°9.62%81.57%
CMYK5.29%0.00%9.62%
18.43%

Color #C5D0BC in popluar number systems.

HEXC5D0BC
Decimal197208188
Binary110001011101000010111100
Octal305320274

Shades and tints

Shades of #C5D0BC

#C5D0BC
(197,208,188)
#B4BEAB
(180,190,171)
#A3AC9A
(163,172,154)
#929A89
(146,154,137)
#818878
(129,136,120)
#707667
(112,118,103)
#5F6456
(95,100,86)
#4E5245
(78,82,69)
#3D4034
(61,64,52)
#2C2E23
(44,46,35)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #C5D0BC

#C5D0BC
(197,208,188)
#CAD4C2
(202,212,194)
#CFD8C8
(207,216,200)
#D4DCCE
(212,220,206)
#D9E0D4
(217,224,212)
#DEE4DA
(222,228,218)
#E3E8E0
(227,232,224)
#E8ECE6
(232,236,230)
#EDF0EC
(237,240,236)
#F2F4F2
(242,244,242)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D0BC color. Also use rgb(197,208,188) instead hex code.

Text Font Color

.myTextColor { color: #C5D0BC; }

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

This text font color is #C5D0BC.


Background Color

.myBgColor { background-color: #C5D0BC; }

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

This div background color is #C5D0BC.


Border color

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

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

This div border color is #C5D0BC.


Opacity

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

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

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

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

This text has shadow with #C5D0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D0BC on black background.


Color preview on white background

This text has color #C5D0BC on white background.



Black color preview on #C5D0BC background

This text has black color on #C5D0BC background.


White color preview on #C5D0BC background

This text has white color on #C5D0BC background.