COLOR #C5D2DA

HEX: #C5D2DA
RGB: (197,210,218)

Renk bilgisi

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

RGB renk modeli

#C5D2DA color RGB value is (197,210,218).

  • kırmız ton 197;
  • yeşil ton 210;
  • mavi ton 218.
RGB:
(197,210,218)
(77%,82%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 210 of 255 = 82%
B 218 of 255 = 85%

197
210
218

R + G + B ~ 81%. #C5D2DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 210 + 218 = 625 (100%)
R 197 of 625 ~ 31.52%
G 210 of 625 ~ 33.6%
B 218 of 625 ~ 34.88%

%31.52
%33.6
%34.88

CMYK RENK MODELİ

#C5D2DA rengi CMYK tonu (10,4,0,15).

  • camgöbeği tonu 9.63%
  • eflatun tonu 3.67%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(10,4,0,15)
C10M4Y0K15 
(10%,4%,0%,15%)
(0.10/0.04/0.00/0.15)	

CMYK yüzdeleri

%9.63
%3.67
%0
%14.51

Codes

Color #C5D2DA in popluar color models

C5D2DA
RGB197210218
HSL203°22.11%81.37%
HSB/HSV203°9.63%85.49%
CMYK9.63%3.67%0.00%
14.51%

Color #C5D2DA in popluar number systems.

HEXC5D2DA
Decimal197210218
Binary110001011101001011011010
Octal305322332

Shades and tints

Shades of #C5D2DA

#C5D2DA
(197,210,218)
#B4BFC7
(180,191,199)
#A3ACB4
(163,172,180)
#9299A1
(146,153,161)
#81868E
(129,134,142)
#70737B
(112,115,123)
#5F6068
(95,96,104)
#4E4D55
(78,77,85)
#3D3A42
(61,58,66)
#2C272F
(44,39,47)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #C5D2DA

#C5D2DA
(197,210,218)
#CAD6DD
(202,214,221)
#CFDAE0
(207,218,224)
#D4DEE3
(212,222,227)
#D9E2E6
(217,226,230)
#DEE6E9
(222,230,233)
#E3EAEC
(227,234,236)
#E8EEEF
(232,238,239)
#EDF2F2
(237,242,242)
#F2F6F5
(242,246,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D2DA color. Also use rgb(197,210,218) instead hex code.

Text Font Color

.myTextColor { color: #C5D2DA; }

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

This text font color is #C5D2DA.


Background Color

.myBgColor { background-color: #C5D2DA; }

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

This div background color is #C5D2DA.


Border color

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

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

This div border color is #C5D2DA.


Opacity

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

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

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

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

This text has shadow with #C5D2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2DA on black background.


Color preview on white background

This text has color #C5D2DA on white background.



Black color preview on #C5D2DA background

This text has black color on #C5D2DA background.


White color preview on #C5D2DA background

This text has white color on #C5D2DA background.