COLOR #C5CCD5

HEX: #C5CCD5
RGB: (197,204,213)

Renk bilgisi

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

RGB renk modeli

#C5CCD5 color RGB value is (197,204,213).

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

RGB bağlantıları ve doygunluk

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

197
204
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 204 + 213 = 614 (100%)
R 197 of 614 ~ 32.08%
G 204 of 614 ~ 33.22%
B 213 of 614 ~ 34.69%

%32.08
%33.22
%34.69

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%7.51
%4.23
%0
%16.47

Codes

Color #C5CCD5 in popluar color models

C5CCD5
RGB197204213
HSL214°16.00%80.39%
HSB/HSV214°7.51%83.53%
CMYK7.51%4.23%0.00%
16.47%

Color #C5CCD5 in popluar number systems.

HEXC5CCD5
Decimal197204213
Binary110001011100110011010101
Octal305314325

Shades and tints

Shades of #C5CCD5

#C5CCD5
(197,204,213)
#B4BAC2
(180,186,194)
#A3A8AF
(163,168,175)
#92969C
(146,150,156)
#818489
(129,132,137)
#707276
(112,114,118)
#5F6063
(95,96,99)
#4E4E50
(78,78,80)
#3D3C3D
(61,60,61)
#2C2A2A
(44,42,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5CCD5

#C5CCD5
(197,204,213)
#CAD0D8
(202,208,216)
#CFD4DB
(207,212,219)
#D4D8DE
(212,216,222)
#D9DCE1
(217,220,225)
#DEE0E4
(222,224,228)
#E3E4E7
(227,228,231)
#E8E8EA
(232,232,234)
#EDECED
(237,236,237)
#F2F0F0
(242,240,240)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCD5; }

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

This text font color is #C5CCD5.


Background Color

.myBgColor { background-color: #C5CCD5; }

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

This div background color is #C5CCD5.


Border color

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

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

This div border color is #C5CCD5.


Opacity

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

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

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

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

This text has shadow with #C5CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCD5 on black background.


Color preview on white background

This text has color #C5CCD5 on white background.



Black color preview on #C5CCD5 background

This text has black color on #C5CCD5 background.


White color preview on #C5CCD5 background

This text has white color on #C5CCD5 background.