COLOR #C1D5E5

HEX: #C1D5E5
RGB: (193,213,229)

Renk bilgisi

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

RGB renk modeli

#C1D5E5 color RGB value is (193,213,229).

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

RGB bağlantıları ve doygunluk

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

193
213
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 213 + 229 = 635 (100%)
R 193 of 635 ~ 30.39%
G 213 of 635 ~ 33.54%
B 229 of 635 ~ 36.06%

%30.39
%33.54
%36.06

CMYK RENK MODELİ

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

  • camgöbeği tonu 15.72%
  • eflatun tonu 6.99%
  • 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.99
%0
%10.2

Codes

Color #C1D5E5 in popluar color models

C1D5E5
RGB193213229
HSL207°40.91%82.75%
HSB/HSV207°15.72%89.80%
CMYK15.72%6.99%0.00%
10.20%

Color #C1D5E5 in popluar number systems.

HEXC1D5E5
Decimal193213229
Binary110000011101010111100101
Octal301325345

Shades and tints

Shades of #C1D5E5

#C1D5E5
(193,213,229)
#B0C2D1
(176,194,209)
#9FAFBD
(159,175,189)
#8E9CA9
(142,156,169)
#7D8995
(125,137,149)
#6C7681
(108,118,129)
#5B636D
(91,99,109)
#4A5059
(74,80,89)
#393D45
(57,61,69)
#282A31
(40,42,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #C1D5E5

#C1D5E5
(193,213,229)
#C6D8E7
(198,216,231)
#CBDBE9
(203,219,233)
#D0DEEB
(208,222,235)
#D5E1ED
(213,225,237)
#DAE4EF
(218,228,239)
#DFE7F1
(223,231,241)
#E4EAF3
(228,234,243)
#E9EDF5
(233,237,245)
#EEF0F7
(238,240,247)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D5E5; }

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

This text font color is #C1D5E5.


Background Color

.myBgColor { background-color: #C1D5E5; }

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

This div background color is #C1D5E5.


Border color

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

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

This div border color is #C1D5E5.


Opacity

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

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

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

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

This text has shadow with #C1D5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D5E5 on black background.


Color preview on white background

This text has color #C1D5E5 on white background.



Black color preview on #C1D5E5 background

This text has black color on #C1D5E5 background.


White color preview on #C1D5E5 background

This text has white color on #C1D5E5 background.