COLOR #C5CFDB

HEX: #C5CFDB RGB: (197,207,219)

Color info

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

RGB color model

#C5CFDB color RGB value is (197,207,219).

RGB: (197,207,219) (77%, 81%, 86%)

RGB channels and saturation

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

197
207
219

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

Portions of RGB colors in percentages

R + G + B = 197 + 207 + 219 = 623 (100%)
R 197 of 623 ~ 31.62%
G 207 of 623 ~ 33.23%
B 219 of 623 ~ 35.15'%

%31.62
%33.23
%35.15

CMYK color model

#C5CFDB color CMYK value is (10,5,0,14).

  • cyan value is 10.05%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (10,5,0,14) C10M5Y0K14 (10%,5%,0%,14%) (0.10/0.05/0.00/0.14) 

CMYK percentages

%10.05
%5.48
%0
%14.12

Codes

Color #C5CFDB in popluar color models

C5 CF DB
RGB 197 207 219
HSL 213° 23.40% 81.57%
HSB/HSV 213° 10.05% 85.88%
CMYK 10.05% 5.48% 0.00%
14.12%

Color #C5CFDB in popluar number systems.

HEX C5 CF DB
Decimal 197 207 219
Binary 11000101 11001111 11011011
Octal 305 317 333

Shades and tints

Shades of #C5CFDB

#C5CFDB
(197,207,219)
#B4BDC8
(180,189,200)
#A3ABB5
(163,171,181)
#9299A2
(146,153,162)
#81878F
(129,135,143)
#70757C
(112,117,124)
#5F6369
(95,99,105)
#4E5156
(78,81,86)
#3D3F43
(61,63,67)
#2C2D30
(44,45,48)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #C5CFDB

#C5CFDB
(197,207,219)
#CAD3DE
(202,211,222)
#CFD7E1
(207,215,225)
#D4DBE4
(212,219,228)
#D9DFE7
(217,223,231)
#DEE3EA
(222,227,234)
#E3E7ED
(227,231,237)
#E8EBF0
(232,235,240)
#EDEFF3
(237,239,243)
#F2F3F6
(242,243,246)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFDB; }

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

This text font color is #C5CFDB.

Background Color

.myBgColor { background-color: #C5CFDB; }

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

This div background color is #C5CFDB.

Border color

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

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

This div border color is #C5CFDB.

Opacity

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

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

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

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

This text has shadow with #C5CFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CFDB.

Preview

Color preview on black background

This text has color #C5CFDB on black background.


Color preview on white background

This text has color #C5CFDB on white background.


Black color preview on #C5CFDB background

This text has black color on #C5CFDB background.


White color preview on #C5CFDB background

This text has white color on #C5CFDB background.


Related colors

Complementary color

Complementary color for #hex is #3A3024.


I love getcolorcode.com

Triadic colors

1 #DBC5CF and #CFDBC5 with #C5CFDB are triadic colors.

2 #DBCFC5 and #CFC5DB with #C5CFDB are triadic colors.