COLOR #C5C0DB

HEX: #C5C0DB RGB: (197,192,219)

Color info

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

RGB color model

#C5C0DB color RGB value is (197,192,219).

RGB: (197,192,219) (77%, 75%, 86%)

RGB channels and saturation

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

197
192
219

R + G + B ~ 79%. #C5C0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 192 + 219 = 608 (100%)
R 197 of 608 ~ 32.4%
G 192 of 608 ~ 31.58%
B 219 of 608 ~ 36.02'%

%32.4
%31.58
%36.02

CMYK color model

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

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

CMYK: (10,12,0,14)
C10M12Y0K14 (10%, 12%, 0%, 14%)
(0.10 / 0.12 / 0.00 / 0.14)

CMYK percentages

%10.05
%12.33
%0
%14.12

Codes

Color #C5C0DB in popluar color models

C5 C0 DB
RGB 197 192 219
HSL 251° 27.27% 80.59%
HSB/HSV 251° 12.33% 85.88%
CMYK 10.05% 12.33% 0.00%
14.12%

Color #C5C0DB in popluar number systems.

HEX C5 C0 DB
Decimal 197 192 219
Binary 11000101 11000000 11011011
Octal 305 300 333

Shades and tints

Shades of #C5C0DB

#C5C0DB
(197,192,219)
#B4AFC8
(180,175,200)
#A39EB5
(163,158,181)
#928DA2
(146,141,162)
#817C8F
(129,124,143)
#706B7C
(112,107,124)
#5F5A69
(95,90,105)
#4E4956
(78,73,86)
#3D3843
(61,56,67)
#2C2730
(44,39,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #C5C0DB

#C5C0DB
(197,192,219)
#CAC5DE
(202,197,222)
#CFCAE1
(207,202,225)
#D4CFE4
(212,207,228)
#D9D4E7
(217,212,231)
#DED9EA
(222,217,234)
#E3DEED
(227,222,237)
#E8E3F0
(232,227,240)
#EDE8F3
(237,232,243)
#F2EDF6
(242,237,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C0DB; }

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

This text font color is #C5C0DB.

Background Color

.myBgColor { background-color: #C5C0DB; }

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

This div background color is #C5C0DB.

Border color

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

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

This div border color is #C5C0DB.

Opacity

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

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

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

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

This text has shadow with #C5C0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C0DB.

Preview

Color preview on black background

This text has color #C5C0DB on black background.


Color preview on white background

This text has color #C5C0DB on white background.


Black color preview on #C5C0DB background

This text has black color on #C5C0DB background.


White color preview on #C5C0DB background

This text has white color on #C5C0DB background.


Related colors

Complementary color

Complementary color for #hex is #3A3F24.


I love getcolorcode.com

Triadic colors

1 #DBC5C0 and #C0DBC5 with #C5C0DB are triadic colors.

2 #DBC0C5 and #C0C5DB with #C5C0DB are triadic colors.