COLOR #C5CADB

HEX: #C5CADB RGB: (197,202,219)

Color info

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

RGB color model

#C5CADB color RGB value is (197,202,219).

RGB: (197,202,219) (77%, 79%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 219 of 255 = 86%

197
202
219

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

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 219 = 618 (100%)
R 197 of 618 ~ 31.88%
G 202 of 618 ~ 32.69%
B 219 of 618 ~ 35.44'%

%31.88
%32.69
%35.44

CMYK color model

#C5CADB color CMYK value is (10,8,0,14).

  • cyan value is 10.05%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (10,8,0,14)
C10M8Y0K14 (10%, 8%, 0%, 14%)
(0.10 / 0.08 / 0.00 / 0.14)

CMYK percentages

%10.05
%7.76
%0
%14.12

Codes

Color #C5CADB in popluar color models

C5 CA DB
RGB 197 202 219
HSL 226° 23.40% 81.57%
HSB/HSV 226° 10.05% 85.88%
CMYK 10.05% 7.76% 0.00%
14.12%

Color #C5CADB in popluar number systems.

HEX C5 CA DB
Decimal 197 202 219
Binary 11000101 11001010 11011011
Octal 305 312 333

Shades and tints

Shades of #C5CADB

#C5CADB
(197,202,219)
#B4B8C8
(180,184,200)
#A3A6B5
(163,166,181)
#9294A2
(146,148,162)
#81828F
(129,130,143)
#70707C
(112,112,124)
#5F5E69
(95,94,105)
#4E4C56
(78,76,86)
#3D3A43
(61,58,67)
#2C2830
(44,40,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #C5CADB

#C5CADB
(197,202,219)
#CACEDE
(202,206,222)
#CFD2E1
(207,210,225)
#D4D6E4
(212,214,228)
#D9DAE7
(217,218,231)
#DEDEEA
(222,222,234)
#E3E2ED
(227,226,237)
#E8E6F0
(232,230,240)
#EDEAF3
(237,234,243)
#F2EEF6
(242,238,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CADB; }

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

This text font color is #C5CADB.

Background Color

.myBgColor { background-color: #C5CADB; }

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

This div background color is #C5CADB.

Border color

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

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

This div border color is #C5CADB.

Opacity

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

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

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

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

This text has shadow with #C5CADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CADB.

Preview

Color preview on black background

This text has color #C5CADB on black background.


Color preview on white background

This text has color #C5CADB on white background.


Black color preview on #C5CADB background

This text has black color on #C5CADB background.


White color preview on #C5CADB background

This text has white color on #C5CADB background.


Related colors

Complementary color

Complementary color for #hex is #3A3524.


I love getcolorcode.com

Triadic colors

1 #DBC5CA and #CADBC5 with #C5CADB are triadic colors.

2 #DBCAC5 and #CAC5DB with #C5CADB are triadic colors.