COLOR #C3C6DB

HEX: #C3C6DB
RGB: (195,198,219)

Color info

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

RGB color model

#C3C6DB color RGB value is (195,198,219).

  • red value is 195;
  • green value is 198;
  • blue value is 219.
RGB:
(195,198,219)
(76%,78%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 198 of 255 = 78%
B 219 of 255 = 86%

195
198
219

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

Portions of RGB colors in percentages

R + G + B =
195 + 198 + 219 = 612 (100%)
R 195 of 612 ~ 31.86%
G 198 of 612 ~ 32.35%
B 219 of 612 ~ 35.78%

%31.86
%32.35
%35.78

CMYK color model

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

  • cyan value is 10.96%
  • magenta value is 9.59%
  • 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.96
%9.59
%0
%14.12

Codes

Color #C3C6DB in popluar color models

C3C6DB
RGB195198219
HSL233°25.00%81.18%
HSB/HSV233°10.96%85.88%
CMYK10.96%9.59%0.00%
14.12%

Color #C3C6DB in popluar number systems.

HEXC3C6DB
Decimal195198219
Binary110000111100011011011011
Octal303306333

Shades and tints

Shades of #C3C6DB

#C3C6DB
(195,198,219)
#B2B4C8
(178,180,200)
#A1A2B5
(161,162,181)
#9090A2
(144,144,162)
#7F7E8F
(127,126,143)
#6E6C7C
(110,108,124)
#5D5A69
(93,90,105)
#4C4856
(76,72,86)
#3B3643
(59,54,67)
#2A2430
(42,36,48)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #C3C6DB

#C3C6DB
(195,198,219)
#C8CBDE
(200,203,222)
#CDD0E1
(205,208,225)
#D2D5E4
(210,213,228)
#D7DAE7
(215,218,231)
#DCDFEA
(220,223,234)
#E1E4ED
(225,228,237)
#E6E9F0
(230,233,240)
#EBEEF3
(235,238,243)
#F0F3F6
(240,243,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C6DB; }

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

This text font color is #C3C6DB.


Background Color

.myBgColor { background-color: #C3C6DB; }

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

This div background color is #C3C6DB.


Border color

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

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

This div border color is #C3C6DB.


Opacity

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

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

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

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

This text has shadow with #C3C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C6DB on black background.


Color preview on white background

This text has color #C3C6DB on white background.



Black color preview on #C3C6DB background

This text has black color on #C3C6DB background.


White color preview on #C3C6DB background

This text has white color on #C3C6DB background.