COLOR #C1D6E5

HEX: #C1D6E5
RGB: (193,214,229)

Renk bilgisi

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

RGB renk modeli

#C1D6E5 color RGB value is (193,214,229).

  • kırmız ton 193;
  • yeşil ton 214;
  • mavi ton 229.
RGB:
(193,214,229)
(76%,84%,90%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 214 of 255 = 84%
B 229 of 255 = 90%

193
214
229

R + G + B ~ 83%. #C1D6E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 214 + 229 = 636 (100%)
R 193 of 636 ~ 30.35%
G 214 of 636 ~ 33.65%
B 229 of 636 ~ 36.01%

%30.35
%33.65
%36.01

CMYK RENK MODELİ

#C1D6E5 rengi CMYK tonu (16,7,0,10).

  • camgöbeği tonu 15.72%
  • eflatun tonu 6.55%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(16,7,0,10)
C16M7Y0K10 
(16%,7%,0%,10%)
(0.16/0.07/0.00/0.10)	

CMYK yüzdeleri

%15.72
%6.55
%0
%10.2

Codes

Color #C1D6E5 in popluar color models

C1D6E5
RGB193214229
HSL205°40.91%82.75%
HSB/HSV205°15.72%89.80%
CMYK15.72%6.55%0.00%
10.20%

Color #C1D6E5 in popluar number systems.

HEXC1D6E5
Decimal193214229
Binary110000011101011011100101
Octal301326345

Shades and tints

Shades of #C1D6E5

#C1D6E5
(193,214,229)
#B0C3D1
(176,195,209)
#9FB0BD
(159,176,189)
#8E9DA9
(142,157,169)
#7D8A95
(125,138,149)
#6C7781
(108,119,129)
#5B646D
(91,100,109)
#4A5159
(74,81,89)
#393E45
(57,62,69)
#282B31
(40,43,49)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #C1D6E5

#C1D6E5
(193,214,229)
#C6D9E7
(198,217,231)
#CBDCE9
(203,220,233)
#D0DFEB
(208,223,235)
#D5E2ED
(213,226,237)
#DAE5EF
(218,229,239)
#DFE8F1
(223,232,241)
#E4EBF3
(228,235,243)
#E9EEF5
(233,238,245)
#EEF1F7
(238,241,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D6E5 color. Also use rgb(193,214,229) instead hex code.

Text Font Color

.myTextColor { color: #C1D6E5; }

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

This text font color is #C1D6E5.


Background Color

.myBgColor { background-color: #C1D6E5; }

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

This div background color is #C1D6E5.


Border color

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

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

This div border color is #C1D6E5.


Opacity

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

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

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

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

This text has shadow with #C1D6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D6E5 on black background.


Color preview on white background

This text has color #C1D6E5 on white background.



Black color preview on #C1D6E5 background

This text has black color on #C1D6E5 background.


White color preview on #C1D6E5 background

This text has white color on #C1D6E5 background.