COLOR #C1D1EF

HEX: #C1D1EF
RGB: (193,209,239)

Renk bilgisi

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

RGB renk modeli

#C1D1EF color RGB value is (193,209,239).

  • kırmız ton 193;
  • yeşil ton 209;
  • mavi ton 239.
RGB:
(193,209,239)
(76%,82%,94%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 209 of 255 = 82%
B 239 of 255 = 94%

193
209
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 209 + 239 = 641 (100%)
R 193 of 641 ~ 30.11%
G 209 of 641 ~ 32.61%
B 239 of 641 ~ 37.29%

%30.11
%32.61
%37.29

CMYK RENK MODELİ

#C1D1EF rengi CMYK tonu (19,13,0,6).

  • camgöbeği tonu 19.25%
  • eflatun tonu 12.55%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(19,13,0,6)
C19M13Y0K6 
(19%,13%,0%,6%)
(0.19/0.13/0.00/0.06)	

CMYK yüzdeleri

%19.25
%12.55
%0
%6.27

Codes

Color #C1D1EF in popluar color models

C1D1EF
RGB193209239
HSL219°58.97%84.71%
HSB/HSV219°19.25%93.73%
CMYK19.25%12.55%0.00%
6.27%

Color #C1D1EF in popluar number systems.

HEXC1D1EF
Decimal193209239
Binary110000011101000111101111
Octal301321357

Shades and tints

Shades of #C1D1EF

#C1D1EF
(193,209,239)
#B0BEDA
(176,190,218)
#9FABC5
(159,171,197)
#8E98B0
(142,152,176)
#7D859B
(125,133,155)
#6C7286
(108,114,134)
#5B5F71
(91,95,113)
#4A4C5C
(74,76,92)
#393947
(57,57,71)
#282632
(40,38,50)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #C1D1EF

#C1D1EF
(193,209,239)
#C6D5F0
(198,213,240)
#CBD9F1
(203,217,241)
#D0DDF2
(208,221,242)
#D5E1F3
(213,225,243)
#DAE5F4
(218,229,244)
#DFE9F5
(223,233,245)
#E4EDF6
(228,237,246)
#E9F1F7
(233,241,247)
#EEF5F8
(238,245,248)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D1EF color. Also use rgb(193,209,239) instead hex code.

Text Font Color

.myTextColor { color: #C1D1EF; }

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

This text font color is #C1D1EF.


Background Color

.myBgColor { background-color: #C1D1EF; }

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

This div background color is #C1D1EF.


Border color

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

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

This div border color is #C1D1EF.


Opacity

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

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

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

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

This text has shadow with #C1D1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D1EF on black background.


Color preview on white background

This text has color #C1D1EF on white background.



Black color preview on #C1D1EF background

This text has black color on #C1D1EF background.


White color preview on #C1D1EF background

This text has white color on #C1D1EF background.