COLOR #C1D2E1

HEX: #C1D2E1
RGB: (193,210,225)

Renk bilgisi

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

RGB renk modeli

#C1D2E1 color RGB value is (193,210,225).

  • kırmız ton 193;
  • yeşil ton 210;
  • mavi ton 225.
RGB:
(193,210,225)
(76%,82%,88%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 210 of 255 = 82%
B 225 of 255 = 88%

193
210
225

R + G + B ~ 82%. #C1D2E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 210 + 225 = 628 (100%)
R 193 of 628 ~ 30.73%
G 210 of 628 ~ 33.44%
B 225 of 628 ~ 35.83%

%30.73
%33.44
%35.83

CMYK RENK MODELİ

#C1D2E1 rengi CMYK tonu (14,7,0,12).

  • camgöbeği tonu 14.22%
  • eflatun tonu 6.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(14,7,0,12)
C14M7Y0K12 
(14%,7%,0%,12%)
(0.14/0.07/0.00/0.12)	

CMYK yüzdeleri

%14.22
%6.67
%0
%11.76

Codes

Color #C1D2E1 in popluar color models

C1D2E1
RGB193210225
HSL208°34.78%81.96%
HSB/HSV208°14.22%88.24%
CMYK14.22%6.67%0.00%
11.76%

Color #C1D2E1 in popluar number systems.

HEXC1D2E1
Decimal193210225
Binary110000011101001011100001
Octal301322341

Shades and tints

Shades of #C1D2E1

#C1D2E1
(193,210,225)
#B0BFCD
(176,191,205)
#9FACB9
(159,172,185)
#8E99A5
(142,153,165)
#7D8691
(125,134,145)
#6C737D
(108,115,125)
#5B6069
(91,96,105)
#4A4D55
(74,77,85)
#393A41
(57,58,65)
#28272D
(40,39,45)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #C1D2E1

#C1D2E1
(193,210,225)
#C6D6E3
(198,214,227)
#CBDAE5
(203,218,229)
#D0DEE7
(208,222,231)
#D5E2E9
(213,226,233)
#DAE6EB
(218,230,235)
#DFEAED
(223,234,237)
#E4EEEF
(228,238,239)
#E9F2F1
(233,242,241)
#EEF6F3
(238,246,243)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D2E1 color. Also use rgb(193,210,225) instead hex code.

Text Font Color

.myTextColor { color: #C1D2E1; }

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

This text font color is #C1D2E1.


Background Color

.myBgColor { background-color: #C1D2E1; }

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

This div background color is #C1D2E1.


Border color

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

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

This div border color is #C1D2E1.


Opacity

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

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

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

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

This text has shadow with #C1D2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D2E1 on black background.


Color preview on white background

This text has color #C1D2E1 on white background.



Black color preview on #C1D2E1 background

This text has black color on #C1D2E1 background.


White color preview on #C1D2E1 background

This text has white color on #C1D2E1 background.