COLOR #C5CDDC

HEX: #C5CDDC
RGB: (197,205,220)

Color info

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

RGB color model

#C5CDDC color RGB value is (197,205,220).

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

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 220 of 255 = 86%

197
205
220

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

Portions of RGB colors in percentages

R + G + B =
197 + 205 + 220 = 622 (100%)
R 197 of 622 ~ 31.67%
G 205 of 622 ~ 32.96%
B 220 of 622 ~ 35.37%

%31.67
%32.96
%35.37

CMYK color model

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

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

CMYK percentages

%10.45
%6.82
%0
%13.73

Codes

Color #C5CDDC in popluar color models

C5CDDC
RGB197205220
HSL219°24.73%81.76%
HSB/HSV219°10.45%86.27%
CMYK10.45%6.82%0.00%
13.73%

Color #C5CDDC in popluar number systems.

HEXC5CDDC
Decimal197205220
Binary110001011100110111011100
Octal305315334

Shades and tints

Shades of #C5CDDC

#C5CDDC
(197,205,220)
#B4BBC8
(180,187,200)
#A3A9B4
(163,169,180)
#9297A0
(146,151,160)
#81858C
(129,133,140)
#707378
(112,115,120)
#5F6164
(95,97,100)
#4E4F50
(78,79,80)
#3D3D3C
(61,61,60)
#2C2B28
(44,43,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5CDDC

#C5CDDC
(197,205,220)
#CAD1DF
(202,209,223)
#CFD5E2
(207,213,226)
#D4D9E5
(212,217,229)
#D9DDE8
(217,221,232)
#DEE1EB
(222,225,235)
#E3E5EE
(227,229,238)
#E8E9F1
(232,233,241)
#EDEDF4
(237,237,244)
#F2F1F7
(242,241,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CDDC color. Also use rgb(197,205,220) instead hex code.

Text Font Color

.myTextColor { color: #C5CDDC; }

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

This text font color is #C5CDDC.


Background Color

.myBgColor { background-color: #C5CDDC; }

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

This div background color is #C5CDDC.


Border color

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

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

This div border color is #C5CDDC.


Opacity

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

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

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

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

This text has shadow with #C5CDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CDDC on black background.


Color preview on white background

This text has color #C5CDDC on white background.



Black color preview on #C5CDDC background

This text has black color on #C5CDDC background.


White color preview on #C5CDDC background

This text has white color on #C5CDDC background.