COLOR #C1C5DB

HEX: #C1C5DB
RGB: (193,197,219)

Renk bilgisi

#C1C5DB contains red, green and blue colors in about the same proportion. #C1C5DB ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C1C5DB color RGB value is (193,197,219).

  • kırmız ton 193;
  • yeşil ton 197;
  • mavi ton 219.
RGB:
(193,197,219)
(76%,77%,86%)

RGB bağlantıları ve doygunluk

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

193
197
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 197 + 219 = 609 (100%)
R 193 of 609 ~ 31.69%
G 197 of 609 ~ 32.35%
B 219 of 609 ~ 35.96%

%31.69
%32.35
%35.96

CMYK RENK MODELİ

#C1C5DB rengi CMYK tonu (12,10,0,14).

  • camgöbeği tonu 11.87%
  • eflatun tonu 10.05%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(12,10,0,14)
C12M10Y0K14 
(12%,10%,0%,14%)
(0.12/0.10/0.00/0.14)	

CMYK yüzdeleri

%11.87
%10.05
%0
%14.12

Codes

Color #C1C5DB in popluar color models

C1C5DB
RGB193197219
HSL231°26.53%80.78%
HSB/HSV231°11.87%85.88%
CMYK11.87%10.05%0.00%
14.12%

Color #C1C5DB in popluar number systems.

HEXC1C5DB
Decimal193197219
Binary110000011100010111011011
Octal301305333

Shades and tints

Shades of #C1C5DB

#C1C5DB
(193,197,219)
#B0B4C8
(176,180,200)
#9FA3B5
(159,163,181)
#8E92A2
(142,146,162)
#7D818F
(125,129,143)
#6C707C
(108,112,124)
#5B5F69
(91,95,105)
#4A4E56
(74,78,86)
#393D43
(57,61,67)
#282C30
(40,44,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #C1C5DB

#C1C5DB
(193,197,219)
#C6CADE
(198,202,222)
#CBCFE1
(203,207,225)
#D0D4E4
(208,212,228)
#D5D9E7
(213,217,231)
#DADEEA
(218,222,234)
#DFE3ED
(223,227,237)
#E4E8F0
(228,232,240)
#E9EDF3
(233,237,243)
#EEF2F6
(238,242,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C5DB; }

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

This text font color is #C1C5DB.


Background Color

.myBgColor { background-color: #C1C5DB; }

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

This div background color is #C1C5DB.


Border color

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

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

This div border color is #C1C5DB.


Opacity

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

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

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

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

This text has shadow with #C1C5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C5DB on black background.


Color preview on white background

This text has color #C1C5DB on white background.



Black color preview on #C1C5DB background

This text has black color on #C1C5DB background.


White color preview on #C1C5DB background

This text has white color on #C1C5DB background.