COLOR #C5D9DF

HEX: #C5D9DF
RGB: (197,217,223)

Renk bilgisi

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

RGB renk modeli

#C5D9DF color RGB value is (197,217,223).

  • kırmız ton 197;
  • yeşil ton 217;
  • mavi ton 223.
RGB:
(197,217,223)
(77%,85%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 217 of 255 = 85%
B 223 of 255 = 87%

197
217
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 217 + 223 = 637 (100%)
R 197 of 637 ~ 30.93%
G 217 of 637 ~ 34.07%
B 223 of 637 ~ 35.01%

%30.93
%34.07
%35.01

CMYK RENK MODELİ

#C5D9DF rengi CMYK tonu (12,3,0,13).

  • camgöbeği tonu 11.66%
  • eflatun tonu 2.69%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(12,3,0,13)
C12M3Y0K13 
(12%,3%,0%,13%)
(0.12/0.03/0.00/0.13)	

CMYK yüzdeleri

%11.66
%2.69
%0
%12.55

Codes

Color #C5D9DF in popluar color models

C5D9DF
RGB197217223
HSL194°28.89%82.35%
HSB/HSV194°11.66%87.45%
CMYK11.66%2.69%0.00%
12.55%

Color #C5D9DF in popluar number systems.

HEXC5D9DF
Decimal197217223
Binary110001011101100111011111
Octal305331337

Shades and tints

Shades of #C5D9DF

#C5D9DF
(197,217,223)
#B4C6CB
(180,198,203)
#A3B3B7
(163,179,183)
#92A0A3
(146,160,163)
#818D8F
(129,141,143)
#707A7B
(112,122,123)
#5F6767
(95,103,103)
#4E5453
(78,84,83)
#3D413F
(61,65,63)
#2C2E2B
(44,46,43)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #C5D9DF

#C5D9DF
(197,217,223)
#CADCE1
(202,220,225)
#CFDFE3
(207,223,227)
#D4E2E5
(212,226,229)
#D9E5E7
(217,229,231)
#DEE8E9
(222,232,233)
#E3EBEB
(227,235,235)
#E8EEED
(232,238,237)
#EDF1EF
(237,241,239)
#F2F4F1
(242,244,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D9DF color. Also use rgb(197,217,223) instead hex code.

Text Font Color

.myTextColor { color: #C5D9DF; }

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

This text font color is #C5D9DF.


Background Color

.myBgColor { background-color: #C5D9DF; }

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

This div background color is #C5D9DF.


Border color

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

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

This div border color is #C5D9DF.


Opacity

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

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

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

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

This text has shadow with #C5D9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D9DF on black background.


Color preview on white background

This text has color #C5D9DF on white background.



Black color preview on #C5D9DF background

This text has black color on #C5D9DF background.


White color preview on #C5D9DF background

This text has white color on #C5D9DF background.