COLOR #C5CBDE

HEX: #C5CBDE RGB: (197,203,222)

Color info

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

RGB color model

#C5CBDE color RGB value is (197,203,222).

RGB: (197,203,222) (77%, 80%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 203 of 255 = 80%
B 222 of 255 = 87%

197
203
222

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

Portions of RGB colors in percentages

R + G + B = 197 + 203 + 222 = 622 (100%)
R 197 of 622 ~ 31.67%
G 203 of 622 ~ 32.64%
B 222 of 622 ~ 35.69'%

%31.67
%32.64
%35.69

CMYK color model

#C5CBDE color CMYK value is (11,9,0,13).

  • cyan value is 11.26%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (11,9,0,13) C11M9Y0K13 (11%,9%,0%,13%) (0.11/0.09/0.00/0.13) 

CMYK percentages

%11.26
%8.56
%0
%12.94

Codes

Color #C5CBDE in popluar color models

C5 CB DE
RGB 197 203 222
HSL 226° 27.47% 82.16%
HSB/HSV 226° 11.26% 87.06%
CMYK 11.26% 8.56% 0.00%
12.94%

Color #C5CBDE in popluar number systems.

HEX C5 CB DE
Decimal 197 203 222
Binary 11000101 11001011 11011110
Octal 305 313 336

Shades and tints

Shades of #C5CBDE

#C5CBDE
(197,203,222)
#B4B9CA
(180,185,202)
#A3A7B6
(163,167,182)
#9295A2
(146,149,162)
#81838E
(129,131,142)
#70717A
(112,113,122)
#5F5F66
(95,95,102)
#4E4D52
(78,77,82)
#3D3B3E
(61,59,62)
#2C292A
(44,41,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5CBDE

#C5CBDE
(197,203,222)
#CACFE1
(202,207,225)
#CFD3E4
(207,211,228)
#D4D7E7
(212,215,231)
#D9DBEA
(217,219,234)
#DEDFED
(222,223,237)
#E3E3F0
(227,227,240)
#E8E7F3
(232,231,243)
#EDEBF6
(237,235,246)
#F2EFF9
(242,239,249)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CBDE color. Also use rgb(197,203,222) instead hex code.

Text Font Color

.myTextColor { color: #C5CBDE; }

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

This text font color is #C5CBDE.

Background Color

.myBgColor { background-color: #C5CBDE; }

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

This div background color is #C5CBDE.

Border color

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

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

This div border color is #C5CBDE.

Opacity

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

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

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

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

This text has shadow with #C5CBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CBDE.

Preview

Color preview on black background

This text has color #C5CBDE on black background.


Color preview on white background

This text has color #C5CBDE on white background.


Black color preview on #C5CBDE background

This text has black color on #C5CBDE background.


White color preview on #C5CBDE background

This text has white color on #C5CBDE background.


Related colors

Complementary color

Complementary color for #hex is #3A3421.


I love getcolorcode.com

Triadic colors

1 #DEC5CB and #CBDEC5 with #C5CBDE are triadic colors.

2 #DECBC5 and #CBC5DE with #C5CBDE are triadic colors.