COLOR #C5CCDB

HEX: #C5CCDB
RGB: (197,204,219)

Color info

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

RGB color model

#C5CCDB color RGB value is (197,204,219).

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

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 219 of 255 = 86%

197
204
219

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

Portions of RGB colors in percentages

R + G + B =
197 + 204 + 219 = 620 (100%)
R 197 of 620 ~ 31.77%
G 204 of 620 ~ 32.9%
B 219 of 620 ~ 35.32%

%31.77
%32.9
%35.32

CMYK color model

#C5CCDB color CMYK value is (10,7,0,14).

  • cyan value is 10.05%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,7,0,14)
C10M7Y0K14 
(10%,7%,0%,14%)
(0.10/0.07/0.00/0.14)	

CMYK percentages

%10.05
%6.85
%0
%14.12

Codes

Color #C5CCDB in popluar color models

C5CCDB
RGB197204219
HSL221°23.40%81.57%
HSB/HSV221°10.05%85.88%
CMYK10.05%6.85%0.00%
14.12%

Color #C5CCDB in popluar number systems.

HEXC5CCDB
Decimal197204219
Binary110001011100110011011011
Octal305314333

Shades and tints

Shades of #C5CCDB

#C5CCDB
(197,204,219)
#B4BAC8
(180,186,200)
#A3A8B5
(163,168,181)
#9296A2
(146,150,162)
#81848F
(129,132,143)
#70727C
(112,114,124)
#5F6069
(95,96,105)
#4E4E56
(78,78,86)
#3D3C43
(61,60,67)
#2C2A30
(44,42,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #C5CCDB

#C5CCDB
(197,204,219)
#CAD0DE
(202,208,222)
#CFD4E1
(207,212,225)
#D4D8E4
(212,216,228)
#D9DCE7
(217,220,231)
#DEE0EA
(222,224,234)
#E3E4ED
(227,228,237)
#E8E8F0
(232,232,240)
#EDECF3
(237,236,243)
#F2F0F6
(242,240,246)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCDB; }

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

This text font color is #C5CCDB.


Background Color

.myBgColor { background-color: #C5CCDB; }

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

This div background color is #C5CCDB.


Border color

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

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

This div border color is #C5CCDB.


Opacity

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

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

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

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

This text has shadow with #C5CCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCDB on black background.


Color preview on white background

This text has color #C5CCDB on white background.



Black color preview on #C5CCDB background

This text has black color on #C5CCDB background.


White color preview on #C5CCDB background

This text has white color on #C5CCDB background.