COLOR #C1D8E7

HEX: #C1D8E7
RGB: (193,216,231)

Renk bilgisi

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

RGB renk modeli

#C1D8E7 color RGB value is (193,216,231).

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

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 216 of 255 = 85%
B 231 of 255 = 91%

193
216
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 216 + 231 = 640 (100%)
R 193 of 640 ~ 30.16%
G 216 of 640 ~ 33.75%
B 231 of 640 ~ 36.09%

%30.16
%33.75
%36.09

CMYK RENK MODELİ

#C1D8E7 rengi CMYK tonu (16,6,0,9).

  • camgöbeği tonu 16.45%
  • eflatun tonu 6.49%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(16,6,0,9)
C16M6Y0K9 
(16%,6%,0%,9%)
(0.16/0.06/0.00/0.09)	

CMYK yüzdeleri

%16.45
%6.49
%0
%9.41

Codes

Color #C1D8E7 in popluar color models

C1D8E7
RGB193216231
HSL204°44.19%83.14%
HSB/HSV204°16.45%90.59%
CMYK16.45%6.49%0.00%
9.41%

Color #C1D8E7 in popluar number systems.

HEXC1D8E7
Decimal193216231
Binary110000011101100011100111
Octal301330347

Shades and tints

Shades of #C1D8E7

#C1D8E7
(193,216,231)
#B0C5D2
(176,197,210)
#9FB2BD
(159,178,189)
#8E9FA8
(142,159,168)
#7D8C93
(125,140,147)
#6C797E
(108,121,126)
#5B6669
(91,102,105)
#4A5354
(74,83,84)
#39403F
(57,64,63)
#282D2A
(40,45,42)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #C1D8E7

#C1D8E7
(193,216,231)
#C6DBE9
(198,219,233)
#CBDEEB
(203,222,235)
#D0E1ED
(208,225,237)
#D5E4EF
(213,228,239)
#DAE7F1
(218,231,241)
#DFEAF3
(223,234,243)
#E4EDF5
(228,237,245)
#E9F0F7
(233,240,247)
#EEF3F9
(238,243,249)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D8E7; }

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

This text font color is #C1D8E7.


Background Color

.myBgColor { background-color: #C1D8E7; }

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

This div background color is #C1D8E7.


Border color

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

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

This div border color is #C1D8E7.


Opacity

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

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

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

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

This text has shadow with #C1D8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D8E7 on black background.


Color preview on white background

This text has color #C1D8E7 on white background.



Black color preview on #C1D8E7 background

This text has black color on #C1D8E7 background.


White color preview on #C1D8E7 background

This text has white color on #C1D8E7 background.