COLOR #C5CED8

HEX: #C5CED8
RGB: (197,206,216)

Renk bilgisi

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

RGB renk modeli

#C5CED8 color RGB value is (197,206,216).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 206 of 255 = 81%
B 216 of 255 = 85%

197
206
216

R + G + B ~ 81%. #C5CED8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 206 + 216 = 619 (100%)
R 197 of 619 ~ 31.83%
G 206 of 619 ~ 33.28%
B 216 of 619 ~ 34.89%

%31.83
%33.28
%34.89

CMYK RENK MODELİ

#C5CED8 rengi CMYK tonu (9,5,0,15).

  • camgöbeği tonu 8.80%
  • eflatun tonu 4.63%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(9,5,0,15)
C9M5Y0K15 
(9%,5%,0%,15%)
(0.09/0.05/0.00/0.15)	

CMYK yüzdeleri

%8.8
%4.63
%0
%15.29

Codes

Color #C5CED8 in popluar color models

C5CED8
RGB197206216
HSL212°19.59%80.98%
HSB/HSV212°8.80%84.71%
CMYK8.80%4.63%0.00%
15.29%

Color #C5CED8 in popluar number systems.

HEXC5CED8
Decimal197206216
Binary110001011100111011011000
Octal305316330

Shades and tints

Shades of #C5CED8

#C5CED8
(197,206,216)
#B4BCC5
(180,188,197)
#A3AAB2
(163,170,178)
#92989F
(146,152,159)
#81868C
(129,134,140)
#707479
(112,116,121)
#5F6266
(95,98,102)
#4E5053
(78,80,83)
#3D3E40
(61,62,64)
#2C2C2D
(44,44,45)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #C5CED8

#C5CED8
(197,206,216)
#CAD2DB
(202,210,219)
#CFD6DE
(207,214,222)
#D4DAE1
(212,218,225)
#D9DEE4
(217,222,228)
#DEE2E7
(222,226,231)
#E3E6EA
(227,230,234)
#E8EAED
(232,234,237)
#EDEEF0
(237,238,240)
#F2F2F3
(242,242,243)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CED8; }

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

This text font color is #C5CED8.


Background Color

.myBgColor { background-color: #C5CED8; }

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

This div background color is #C5CED8.


Border color

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

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

This div border color is #C5CED8.


Opacity

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

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

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

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

This text has shadow with #C5CED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CED8 on black background.


Color preview on white background

This text has color #C5CED8 on white background.



Black color preview on #C5CED8 background

This text has black color on #C5CED8 background.


White color preview on #C5CED8 background

This text has white color on #C5CED8 background.