COLOR #C5D9D3

HEX: #C5D9D3
RGB: (197,217,211)

Renk bilgisi

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

RGB renk modeli

#C5D9D3 color RGB value is (197,217,211).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 217 of 255 = 85%
B 211 of 255 = 83%

197
217
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 217 + 211 = 625 (100%)
R 197 of 625 ~ 31.52%
G 217 of 625 ~ 34.72%
B 211 of 625 ~ 33.76%

%31.52
%34.72
%33.76

CMYK RENK MODELİ

#C5D9D3 rengi CMYK tonu (9,0,3,15).

  • camgöbeği tonu 9.22%
  • eflatun tonu 0.00%
  • sarı tonu 2.76%
  • ana renk tonu 14.90%
CMYK:
(9,0,3,15)
C9M0Y3K15 
(9%,0%,3%,15%)
(0.09/0.00/0.03/0.15)	

CMYK yüzdeleri

%9.22
%0
%2.76
%14.9

Codes

Color #C5D9D3 in popluar color models

C5D9D3
RGB197217211
HSL162°20.83%81.18%
HSB/HSV162°9.22%85.10%
CMYK9.22%0.00%2.76%
14.90%

Color #C5D9D3 in popluar number systems.

HEXC5D9D3
Decimal197217211
Binary110001011101100111010011
Octal305331323

Shades and tints

Shades of #C5D9D3

#C5D9D3
(197,217,211)
#B4C6C0
(180,198,192)
#A3B3AD
(163,179,173)
#92A09A
(146,160,154)
#818D87
(129,141,135)
#707A74
(112,122,116)
#5F6761
(95,103,97)
#4E544E
(78,84,78)
#3D413B
(61,65,59)
#2C2E28
(44,46,40)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #C5D9D3

#C5D9D3
(197,217,211)
#CADCD7
(202,220,215)
#CFDFDB
(207,223,219)
#D4E2DF
(212,226,223)
#D9E5E3
(217,229,227)
#DEE8E7
(222,232,231)
#E3EBEB
(227,235,235)
#E8EEEF
(232,238,239)
#EDF1F3
(237,241,243)
#F2F4F7
(242,244,247)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D9D3; }

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

This text font color is #C5D9D3.


Background Color

.myBgColor { background-color: #C5D9D3; }

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

This div background color is #C5D9D3.


Border color

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

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

This div border color is #C5D9D3.


Opacity

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

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

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

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

This text has shadow with #C5D9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D9D3 on black background.


Color preview on white background

This text has color #C5D9D3 on white background.



Black color preview on #C5D9D3 background

This text has black color on #C5D9D3 background.


White color preview on #C5D9D3 background

This text has white color on #C5D9D3 background.