COLOR #C1C6DC

HEX: #C1C6DC
RGB: (193,198,220)

Renk bilgisi

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

RGB renk modeli

#C1C6DC color RGB value is (193,198,220).

  • kırmız ton 193;
  • yeşil ton 198;
  • mavi ton 220.
RGB:
(193,198,220)
(76%,78%,86%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 198 of 255 = 78%
B 220 of 255 = 86%

193
198
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 198 + 220 = 611 (100%)
R 193 of 611 ~ 31.59%
G 198 of 611 ~ 32.41%
B 220 of 611 ~ 36.01%

%31.59
%32.41
%36.01

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%12.27
%10
%0
%13.73

Codes

Color #C1C6DC in popluar color models

C1C6DC
RGB193198220
HSL229°27.84%80.98%
HSB/HSV229°12.27%86.27%
CMYK12.27%10.00%0.00%
13.73%

Color #C1C6DC in popluar number systems.

HEXC1C6DC
Decimal193198220
Binary110000011100011011011100
Octal301306334

Shades and tints

Shades of #C1C6DC

#C1C6DC
(193,198,220)
#B0B4C8
(176,180,200)
#9FA2B4
(159,162,180)
#8E90A0
(142,144,160)
#7D7E8C
(125,126,140)
#6C6C78
(108,108,120)
#5B5A64
(91,90,100)
#4A4850
(74,72,80)
#39363C
(57,54,60)
#282428
(40,36,40)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #C1C6DC

#C1C6DC
(193,198,220)
#C6CBDF
(198,203,223)
#CBD0E2
(203,208,226)
#D0D5E5
(208,213,229)
#D5DAE8
(213,218,232)
#DADFEB
(218,223,235)
#DFE4EE
(223,228,238)
#E4E9F1
(228,233,241)
#E9EEF4
(233,238,244)
#EEF3F7
(238,243,247)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C6DC color. Also use rgb(193,198,220) instead hex code.

Text Font Color

.myTextColor { color: #C1C6DC; }

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

This text font color is #C1C6DC.


Background Color

.myBgColor { background-color: #C1C6DC; }

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

This div background color is #C1C6DC.


Border color

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

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

This div border color is #C1C6DC.


Opacity

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

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

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

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

This text has shadow with #C1C6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C6DC on black background.


Color preview on white background

This text has color #C1C6DC on white background.



Black color preview on #C1C6DC background

This text has black color on #C1C6DC background.


White color preview on #C1C6DC background

This text has white color on #C1C6DC background.