COLOR #C5D5CD

HEX: #C5D5CD
RGB: (197,213,205)

Renk bilgisi

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

RGB renk modeli

#C5D5CD color RGB value is (197,213,205).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 213 of 255 = 84%
B 205 of 255 = 80%

197
213
205

R + G + B ~ 80%. #C5D5CD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 213 + 205 = 615 (100%)
R 197 of 615 ~ 32.03%
G 213 of 615 ~ 34.63%
B 205 of 615 ~ 33.33%

%32.03
%34.63
%33.33

CMYK RENK MODELİ

#C5D5CD rengi CMYK tonu (8,0,4,16).

  • camgöbeği tonu 7.51%
  • eflatun tonu 0.00%
  • sarı tonu 3.76%
  • ana renk tonu 16.47%
CMYK:
(8,0,4,16)
C8M0Y4K16 
(8%,0%,4%,16%)
(0.08/0.00/0.04/0.16)	

CMYK yüzdeleri

%7.51
%0
%3.76
%16.47

Codes

Color #C5D5CD in popluar color models

C5D5CD
RGB197213205
HSL150°16.00%80.39%
HSB/HSV150°7.51%83.53%
CMYK7.51%0.00%3.76%
16.47%

Color #C5D5CD in popluar number systems.

HEXC5D5CD
Decimal197213205
Binary110001011101010111001101
Octal305325315

Shades and tints

Shades of #C5D5CD

#C5D5CD
(197,213,205)
#B4C2BB
(180,194,187)
#A3AFA9
(163,175,169)
#929C97
(146,156,151)
#818985
(129,137,133)
#707673
(112,118,115)
#5F6361
(95,99,97)
#4E504F
(78,80,79)
#3D3D3D
(61,61,61)
#2C2A2B
(44,42,43)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #C5D5CD

#C5D5CD
(197,213,205)
#CAD8D1
(202,216,209)
#CFDBD5
(207,219,213)
#D4DED9
(212,222,217)
#D9E1DD
(217,225,221)
#DEE4E1
(222,228,225)
#E3E7E5
(227,231,229)
#E8EAE9
(232,234,233)
#EDEDED
(237,237,237)
#F2F0F1
(242,240,241)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D5CD; }

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

This text font color is #C5D5CD.


Background Color

.myBgColor { background-color: #C5D5CD; }

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

This div background color is #C5D5CD.


Border color

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

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

This div border color is #C5D5CD.


Opacity

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

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

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

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

This text has shadow with #C5D5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D5CD on black background.


Color preview on white background

This text has color #C5D5CD on white background.



Black color preview on #C5D5CD background

This text has black color on #C5D5CD background.


White color preview on #C5D5CD background

This text has white color on #C5D5CD background.