COLOR #C4C5DB

HEX: #C4C5DB
RGB: (196,197,219)

Color info

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

RGB color model

#C4C5DB color RGB value is (196,197,219).

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

RGB channels and saturation

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

196
197
219

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 219 = 612 (100%)
R 196 of 612 ~ 32.03%
G 197 of 612 ~ 32.19%
B 219 of 612 ~ 35.78%

%32.03
%32.19
%35.78

CMYK color model

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

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

CMYK percentages

%10.5
%10.05
%0
%14.12

Codes

Color #C4C5DB in popluar color models

C4C5DB
RGB196197219
HSL237°24.21%81.37%
HSB/HSV237°10.50%85.88%
CMYK10.50%10.05%0.00%
14.12%

Color #C4C5DB in popluar number systems.

HEXC4C5DB
Decimal196197219
Binary110001001100010111011011
Octal304305333

Shades and tints

Shades of #C4C5DB

#C4C5DB
(196,197,219)
#B3B4C8
(179,180,200)
#A2A3B5
(162,163,181)
#9192A2
(145,146,162)
#80818F
(128,129,143)
#6F707C
(111,112,124)
#5E5F69
(94,95,105)
#4D4E56
(77,78,86)
#3C3D43
(60,61,67)
#2B2C30
(43,44,48)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #C4C5DB

#C4C5DB
(196,197,219)
#C9CADE
(201,202,222)
#CECFE1
(206,207,225)
#D3D4E4
(211,212,228)
#D8D9E7
(216,217,231)
#DDDEEA
(221,222,234)
#E2E3ED
(226,227,237)
#E7E8F0
(231,232,240)
#ECEDF3
(236,237,243)
#F1F2F6
(241,242,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5DB; }

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

This text font color is #C4C5DB.


Background Color

.myBgColor { background-color: #C4C5DB; }

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

This div background color is #C4C5DB.


Border color

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

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

This div border color is #C4C5DB.


Opacity

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

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

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

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

This text has shadow with #C4C5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5DB on black background.


Color preview on white background

This text has color #C4C5DB on white background.



Black color preview on #C4C5DB background

This text has black color on #C4C5DB background.


White color preview on #C4C5DB background

This text has white color on #C4C5DB background.