COLOR #C5DCDF

HEX: #C5DCDF
RGB: (197,220,223)

Renk bilgisi

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

RGB renk modeli

#C5DCDF color RGB value is (197,220,223).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 220 of 255 = 86%
B 223 of 255 = 87%

197
220
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 220 + 223 = 640 (100%)
R 197 of 640 ~ 30.78%
G 220 of 640 ~ 34.38%
B 223 of 640 ~ 34.84%

%30.78
%34.38
%34.84

CMYK RENK MODELİ

#C5DCDF rengi CMYK tonu (12,1,0,13).

  • camgöbeği tonu 11.66%
  • eflatun tonu 1.35%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(12,1,0,13)
C12M1Y0K13 
(12%,1%,0%,13%)
(0.12/0.01/0.00/0.13)	

CMYK yüzdeleri

%11.66
%1.35
%0
%12.55

Codes

Color #C5DCDF in popluar color models

C5DCDF
RGB197220223
HSL187°28.89%82.35%
HSB/HSV187°11.66%87.45%
CMYK11.66%1.35%0.00%
12.55%

Color #C5DCDF in popluar number systems.

HEXC5DCDF
Decimal197220223
Binary110001011101110011011111
Octal305334337

Shades and tints

Shades of #C5DCDF

#C5DCDF
(197,220,223)
#B4C8CB
(180,200,203)
#A3B4B7
(163,180,183)
#92A0A3
(146,160,163)
#818C8F
(129,140,143)
#70787B
(112,120,123)
#5F6467
(95,100,103)
#4E5053
(78,80,83)
#3D3C3F
(61,60,63)
#2C282B
(44,40,43)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5DCDF

#C5DCDF
(197,220,223)
#CADFE1
(202,223,225)
#CFE2E3
(207,226,227)
#D4E5E5
(212,229,229)
#D9E8E7
(217,232,231)
#DEEBE9
(222,235,233)
#E3EEEB
(227,238,235)
#E8F1ED
(232,241,237)
#EDF4EF
(237,244,239)
#F2F7F1
(242,247,241)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DCDF; }

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

This text font color is #C5DCDF.


Background Color

.myBgColor { background-color: #C5DCDF; }

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

This div background color is #C5DCDF.


Border color

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

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

This div border color is #C5DCDF.


Opacity

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

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

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

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

This text has shadow with #C5DCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCDF on black background.


Color preview on white background

This text has color #C5DCDF on white background.



Black color preview on #C5DCDF background

This text has black color on #C5DCDF background.


White color preview on #C5DCDF background

This text has white color on #C5DCDF background.