COLOR #C5D1CE

HEX: #C5D1CE
RGB: (197,209,206)

Renk bilgisi

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

RGB renk modeli

#C5D1CE color RGB value is (197,209,206).

  • kırmız ton 197;
  • yeşil ton 209;
  • mavi ton 206.
RGB:
(197,209,206)
(77%,82%,81%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 209 of 255 = 82%
B 206 of 255 = 81%

197
209
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 209 + 206 = 612 (100%)
R 197 of 612 ~ 32.19%
G 209 of 612 ~ 34.15%
B 206 of 612 ~ 33.66%

%32.19
%34.15
%33.66

CMYK RENK MODELİ

#C5D1CE rengi CMYK tonu (6,0,1,18).

  • camgöbeği tonu 5.74%
  • eflatun tonu 0.00%
  • sarı tonu 1.44%
  • ana renk tonu 18.04%
CMYK:
(6,0,1,18)
C6M0Y1K18 
(6%,0%,1%,18%)
(0.06/0.00/0.01/0.18)	

CMYK yüzdeleri

%5.74
%0
%1.44
%18.04

Codes

Color #C5D1CE in popluar color models

C5D1CE
RGB197209206
HSL165°11.54%79.61%
HSB/HSV165°5.74%81.96%
CMYK5.74%0.00%1.44%
18.04%

Color #C5D1CE in popluar number systems.

HEXC5D1CE
Decimal197209206
Binary110001011101000111001110
Octal305321316

Shades and tints

Shades of #C5D1CE

#C5D1CE
(197,209,206)
#B4BEBC
(180,190,188)
#A3ABAA
(163,171,170)
#929898
(146,152,152)
#818586
(129,133,134)
#707274
(112,114,116)
#5F5F62
(95,95,98)
#4E4C50
(78,76,80)
#3D393E
(61,57,62)
#2C262C
(44,38,44)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #C5D1CE

#C5D1CE
(197,209,206)
#CAD5D2
(202,213,210)
#CFD9D6
(207,217,214)
#D4DDDA
(212,221,218)
#D9E1DE
(217,225,222)
#DEE5E2
(222,229,226)
#E3E9E6
(227,233,230)
#E8EDEA
(232,237,234)
#EDF1EE
(237,241,238)
#F2F5F2
(242,245,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D1CE color. Also use rgb(197,209,206) instead hex code.

Text Font Color

.myTextColor { color: #C5D1CE; }

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

This text font color is #C5D1CE.


Background Color

.myBgColor { background-color: #C5D1CE; }

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

This div background color is #C5D1CE.


Border color

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

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

This div border color is #C5D1CE.


Opacity

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

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

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

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

This text has shadow with #C5D1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D1CE on black background.


Color preview on white background

This text has color #C5D1CE on white background.



Black color preview on #C5D1CE background

This text has black color on #C5D1CE background.


White color preview on #C5D1CE background

This text has white color on #C5D1CE background.