COLOR #C5C5DB

HEX: #C5C5DB
RGB: (197,197,219)

Color info

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

RGB color model

#C5C5DB color RGB value is (197,197,219).

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

RGB channels and saturation

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

197
197
219

R + G + B ~ 80%. #C5C5DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 219 = 613 (100%)
R 197 of 613 ~ 32.14%
G 197 of 613 ~ 32.14%
B 219 of 613 ~ 35.73%

%32.14
%32.14
%35.73

CMYK color model

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

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

CMYK percentages

%10.05
%10.05
%0
%14.12

Codes

Color #C5C5DB in popluar color models

C5C5DB
RGB197197219
HSL240°23.40%81.57%
HSB/HSV240°10.05%85.88%
CMYK10.05%10.05%0.00%
14.12%

Color #C5C5DB in popluar number systems.

HEXC5C5DB
Decimal197197219
Binary110001011100010111011011
Octal305305333

Shades and tints

Shades of #C5C5DB

#C5C5DB
(197,197,219)
#B4B4C8
(180,180,200)
#A3A3B5
(163,163,181)
#9292A2
(146,146,162)
#81818F
(129,129,143)
#70707C
(112,112,124)
#5F5F69
(95,95,105)
#4E4E56
(78,78,86)
#3D3D43
(61,61,67)
#2C2C30
(44,44,48)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #C5C5DB

#C5C5DB
(197,197,219)
#CACADE
(202,202,222)
#CFCFE1
(207,207,225)
#D4D4E4
(212,212,228)
#D9D9E7
(217,217,231)
#DEDEEA
(222,222,234)
#E3E3ED
(227,227,237)
#E8E8F0
(232,232,240)
#EDEDF3
(237,237,243)
#F2F2F6
(242,242,246)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C5DB; }

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

This text font color is #C5C5DB.


Background Color

.myBgColor { background-color: #C5C5DB; }

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

This div background color is #C5C5DB.


Border color

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

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

This div border color is #C5C5DB.


Opacity

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

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

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

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

This text has shadow with #C5C5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C5DB on black background.


Color preview on white background

This text has color #C5C5DB on white background.



Black color preview on #C5C5DB background

This text has black color on #C5C5DB background.


White color preview on #C5C5DB background

This text has white color on #C5C5DB background.