COLOR #C5C7D6

HEX: #C5C7D6
RGB: (197,199,214)

Renk bilgisi

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

RGB renk modeli

#C5C7D6 color RGB value is (197,199,214).

  • kırmız ton 197;
  • yeşil ton 199;
  • mavi ton 214.
RGB:
(197,199,214)
(77%,78%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 199 of 255 = 78%
B 214 of 255 = 84%

197
199
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 199 + 214 = 610 (100%)
R 197 of 610 ~ 32.3%
G 199 of 610 ~ 32.62%
B 214 of 610 ~ 35.08%

%32.3
%32.62
%35.08

CMYK RENK MODELİ

#C5C7D6 rengi CMYK tonu (8,7,0,16).

  • camgöbeği tonu 7.94%
  • eflatun tonu 7.01%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(8,7,0,16)
C8M7Y0K16 
(8%,7%,0%,16%)
(0.08/0.07/0.00/0.16)	

CMYK yüzdeleri

%7.94
%7.01
%0
%16.08

Codes

Color #C5C7D6 in popluar color models

C5C7D6
RGB197199214
HSL233°17.17%80.59%
HSB/HSV233°7.94%83.92%
CMYK7.94%7.01%0.00%
16.08%

Color #C5C7D6 in popluar number systems.

HEXC5C7D6
Decimal197199214
Binary110001011100011111010110
Octal305307326

Shades and tints

Shades of #C5C7D6

#C5C7D6
(197,199,214)
#B4B5C3
(180,181,195)
#A3A3B0
(163,163,176)
#92919D
(146,145,157)
#817F8A
(129,127,138)
#706D77
(112,109,119)
#5F5B64
(95,91,100)
#4E4951
(78,73,81)
#3D373E
(61,55,62)
#2C252B
(44,37,43)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C5C7D6

#C5C7D6
(197,199,214)
#CACCD9
(202,204,217)
#CFD1DC
(207,209,220)
#D4D6DF
(212,214,223)
#D9DBE2
(217,219,226)
#DEE0E5
(222,224,229)
#E3E5E8
(227,229,232)
#E8EAEB
(232,234,235)
#EDEFEE
(237,239,238)
#F2F4F1
(242,244,241)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C7D6 color. Also use rgb(197,199,214) instead hex code.

Text Font Color

.myTextColor { color: #C5C7D6; }

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

This text font color is #C5C7D6.


Background Color

.myBgColor { background-color: #C5C7D6; }

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

This div background color is #C5C7D6.


Border color

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

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

This div border color is #C5C7D6.


Opacity

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

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

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

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

This text has shadow with #C5C7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7D6 on black background.


Color preview on white background

This text has color #C5C7D6 on white background.



Black color preview on #C5C7D6 background

This text has black color on #C5C7D6 background.


White color preview on #C5C7D6 background

This text has white color on #C5C7D6 background.