COLOR #C5DBCE

HEX: #C5DBCE
RGB: (197,219,206)

Color info

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

RGB color model

#C5DBCE color RGB value is (197,219,206).

  • red value is 197;
  • green value is 219;
  • blue value is 206.
RGB:
(197,219,206)
(77%,86%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 206 of 255 = 81%

197
219
206

R + G + B ~ 81%. #C5DBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 206 = 622 (100%)
R 197 of 622 ~ 31.67%
G 219 of 622 ~ 35.21%
B 206 of 622 ~ 33.12%

%31.67
%35.21
%33.12

CMYK color model

#C5DBCE color CMYK value is (10,0,6,14).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK:
(10,0,6,14)
C10M0Y6K14 
(10%,0%,6%,14%)
(0.10/0.00/0.06/0.14)	

CMYK percentages

%10.05
%0
%5.94
%14.12

Codes

Color #C5DBCE in popluar color models

C5DBCE
RGB197219206
HSL145°23.40%81.57%
HSB/HSV145°10.05%85.88%
CMYK10.05%0.00%5.94%
14.12%

Color #C5DBCE in popluar number systems.

HEXC5DBCE
Decimal197219206
Binary110001011101101111001110
Octal305333316

Shades and tints

Shades of #C5DBCE

#C5DBCE
(197,219,206)
#B4C8BC
(180,200,188)
#A3B5AA
(163,181,170)
#92A298
(146,162,152)
#818F86
(129,143,134)
#707C74
(112,124,116)
#5F6962
(95,105,98)
#4E5650
(78,86,80)
#3D433E
(61,67,62)
#2C302C
(44,48,44)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #C5DBCE

#C5DBCE
(197,219,206)
#CADED2
(202,222,210)
#CFE1D6
(207,225,214)
#D4E4DA
(212,228,218)
#D9E7DE
(217,231,222)
#DEEAE2
(222,234,226)
#E3EDE6
(227,237,230)
#E8F0EA
(232,240,234)
#EDF3EE
(237,243,238)
#F2F6F2
(242,246,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DBCE color. Also use rgb(197,219,206) instead hex code.

Text Font Color

.myTextColor { color: #C5DBCE; }

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

This text font color is #C5DBCE.


Background Color

.myBgColor { background-color: #C5DBCE; }

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

This div background color is #C5DBCE.


Border color

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

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

This div border color is #C5DBCE.


Opacity

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

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

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

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

This text has shadow with #C5DBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBCE on black background.


Color preview on white background

This text has color #C5DBCE on white background.



Black color preview on #C5DBCE background

This text has black color on #C5DBCE background.


White color preview on #C5DBCE background

This text has white color on #C5DBCE background.