COLOR #C5D3D5

HEX: #C5D3D5
RGB: (197,211,213)

Renk bilgisi

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

RGB renk modeli

#C5D3D5 color RGB value is (197,211,213).

  • kırmız ton 197;
  • yeşil ton 211;
  • mavi ton 213.
RGB:
(197,211,213)
(77%,83%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 211 of 255 = 83%
B 213 of 255 = 84%

197
211
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 211 + 213 = 621 (100%)
R 197 of 621 ~ 31.72%
G 211 of 621 ~ 33.98%
B 213 of 621 ~ 34.3%

%31.72
%33.98
%34.3

CMYK RENK MODELİ

#C5D3D5 rengi CMYK tonu (8,1,0,16).

  • camgöbeği tonu 7.51%
  • eflatun tonu 0.94%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(8,1,0,16)
C8M1Y0K16 
(8%,1%,0%,16%)
(0.08/0.01/0.00/0.16)	

CMYK yüzdeleri

%7.51
%0.94
%0
%16.47

Codes

Color #C5D3D5 in popluar color models

C5D3D5
RGB197211213
HSL188°16.00%80.39%
HSB/HSV188°7.51%83.53%
CMYK7.51%0.94%0.00%
16.47%

Color #C5D3D5 in popluar number systems.

HEXC5D3D5
Decimal197211213
Binary110001011101001111010101
Octal305323325

Shades and tints

Shades of #C5D3D5

#C5D3D5
(197,211,213)
#B4C0C2
(180,192,194)
#A3ADAF
(163,173,175)
#929A9C
(146,154,156)
#818789
(129,135,137)
#707476
(112,116,118)
#5F6163
(95,97,99)
#4E4E50
(78,78,80)
#3D3B3D
(61,59,61)
#2C282A
(44,40,42)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5D3D5

#C5D3D5
(197,211,213)
#CAD7D8
(202,215,216)
#CFDBDB
(207,219,219)
#D4DFDE
(212,223,222)
#D9E3E1
(217,227,225)
#DEE7E4
(222,231,228)
#E3EBE7
(227,235,231)
#E8EFEA
(232,239,234)
#EDF3ED
(237,243,237)
#F2F7F0
(242,247,240)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D3D5 color. Also use rgb(197,211,213) instead hex code.

Text Font Color

.myTextColor { color: #C5D3D5; }

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

This text font color is #C5D3D5.


Background Color

.myBgColor { background-color: #C5D3D5; }

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

This div background color is #C5D3D5.


Border color

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

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

This div border color is #C5D3D5.


Opacity

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

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

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

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

This text has shadow with #C5D3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D3D5 on black background.


Color preview on white background

This text has color #C5D3D5 on white background.



Black color preview on #C5D3D5 background

This text has black color on #C5D3D5 background.


White color preview on #C5D3D5 background

This text has white color on #C5D3D5 background.