COLOR #C1C6E7

HEX: #C1C6E7
RGB: (193,198,231)

Renk bilgisi

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

RGB renk modeli

#C1C6E7 color RGB value is (193,198,231).

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

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 198 of 255 = 78%
B 231 of 255 = 91%

193
198
231

R + G + B ~ 82%. #C1C6E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 198 + 231 = 622 (100%)
R 193 of 622 ~ 31.03%
G 198 of 622 ~ 31.83%
B 231 of 622 ~ 37.14%

%31.03
%31.83
%37.14

CMYK RENK MODELİ

#C1C6E7 rengi CMYK tonu (16,14,0,9).

  • camgöbeği tonu 16.45%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(16,14,0,9)
C16M14Y0K9 
(16%,14%,0%,9%)
(0.16/0.14/0.00/0.09)	

CMYK yüzdeleri

%16.45
%14.29
%0
%9.41

Codes

Color #C1C6E7 in popluar color models

C1C6E7
RGB193198231
HSL232°44.19%83.14%
HSB/HSV232°16.45%90.59%
CMYK16.45%14.29%0.00%
9.41%

Color #C1C6E7 in popluar number systems.

HEXC1C6E7
Decimal193198231
Binary110000011100011011100111
Octal301306347

Shades and tints

Shades of #C1C6E7

#C1C6E7
(193,198,231)
#B0B4D2
(176,180,210)
#9FA2BD
(159,162,189)
#8E90A8
(142,144,168)
#7D7E93
(125,126,147)
#6C6C7E
(108,108,126)
#5B5A69
(91,90,105)
#4A4854
(74,72,84)
#39363F
(57,54,63)
#28242A
(40,36,42)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #C1C6E7

#C1C6E7
(193,198,231)
#C6CBE9
(198,203,233)
#CBD0EB
(203,208,235)
#D0D5ED
(208,213,237)
#D5DAEF
(213,218,239)
#DADFF1
(218,223,241)
#DFE4F3
(223,228,243)
#E4E9F5
(228,233,245)
#E9EEF7
(233,238,247)
#EEF3F9
(238,243,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C6E7; }

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

This text font color is #C1C6E7.


Background Color

.myBgColor { background-color: #C1C6E7; }

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

This div background color is #C1C6E7.


Border color

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

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

This div border color is #C1C6E7.


Opacity

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

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

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

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

This text has shadow with #C1C6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C6E7 on black background.


Color preview on white background

This text has color #C1C6E7 on white background.



Black color preview on #C1C6E7 background

This text has black color on #C1C6E7 background.


White color preview on #C1C6E7 background

This text has white color on #C1C6E7 background.