COLOR #C1DAE6

HEX: #C1DAE6
RGB: (193,218,230)

Renk bilgisi

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

RGB renk modeli

#C1DAE6 color RGB value is (193,218,230).

  • kırmız ton 193;
  • yeşil ton 218;
  • mavi ton 230.
RGB:
(193,218,230)
(76%,85%,90%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 218 of 255 = 85%
B 230 of 255 = 90%

193
218
230

R + G + B ~ 84%. #C1DAE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 218 + 230 = 641 (100%)
R 193 of 641 ~ 30.11%
G 218 of 641 ~ 34.01%
B 230 of 641 ~ 35.88%

%30.11
%34.01
%35.88

CMYK RENK MODELİ

#C1DAE6 rengi CMYK tonu (16,5,0,10).

  • camgöbeği tonu 16.09%
  • eflatun tonu 5.22%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(16,5,0,10)
C16M5Y0K10 
(16%,5%,0%,10%)
(0.16/0.05/0.00/0.10)	

CMYK yüzdeleri

%16.09
%5.22
%0
%9.8

Codes

Color #C1DAE6 in popluar color models

C1DAE6
RGB193218230
HSL199°42.53%82.94%
HSB/HSV199°16.09%90.20%
CMYK16.09%5.22%0.00%
9.80%

Color #C1DAE6 in popluar number systems.

HEXC1DAE6
Decimal193218230
Binary110000011101101011100110
Octal301332346

Shades and tints

Shades of #C1DAE6

#C1DAE6
(193,218,230)
#B0C7D2
(176,199,210)
#9FB4BE
(159,180,190)
#8EA1AA
(142,161,170)
#7D8E96
(125,142,150)
#6C7B82
(108,123,130)
#5B686E
(91,104,110)
#4A555A
(74,85,90)
#394246
(57,66,70)
#282F32
(40,47,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #C1DAE6

#C1DAE6
(193,218,230)
#C6DDE8
(198,221,232)
#CBE0EA
(203,224,234)
#D0E3EC
(208,227,236)
#D5E6EE
(213,230,238)
#DAE9F0
(218,233,240)
#DFECF2
(223,236,242)
#E4EFF4
(228,239,244)
#E9F2F6
(233,242,246)
#EEF5F8
(238,245,248)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DAE6 color. Also use rgb(193,218,230) instead hex code.

Text Font Color

.myTextColor { color: #C1DAE6; }

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

This text font color is #C1DAE6.


Background Color

.myBgColor { background-color: #C1DAE6; }

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

This div background color is #C1DAE6.


Border color

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

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

This div border color is #C1DAE6.


Opacity

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

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

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

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

This text has shadow with #C1DAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DAE6 on black background.


Color preview on white background

This text has color #C1DAE6 on white background.



Black color preview on #C1DAE6 background

This text has black color on #C1DAE6 background.


White color preview on #C1DAE6 background

This text has white color on #C1DAE6 background.