COLOR #C5CEDB

HEX: #C5CEDB
RGB: (197,206,219)

Renk bilgisi

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

RGB renk modeli

#C5CEDB color RGB value is (197,206,219).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 206 of 255 = 81%
B 219 of 255 = 86%

197
206
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 206 + 219 = 622 (100%)
R 197 of 622 ~ 31.67%
G 206 of 622 ~ 33.12%
B 219 of 622 ~ 35.21%

%31.67
%33.12
%35.21

CMYK RENK MODELİ

#C5CEDB rengi CMYK tonu (10,6,0,14).

  • camgöbeği tonu 10.05%
  • eflatun tonu 5.94%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(10,6,0,14)
C10M6Y0K14 
(10%,6%,0%,14%)
(0.10/0.06/0.00/0.14)	

CMYK yüzdeleri

%10.05
%5.94
%0
%14.12

Codes

Color #C5CEDB in popluar color models

C5CEDB
RGB197206219
HSL215°23.40%81.57%
HSB/HSV215°10.05%85.88%
CMYK10.05%5.94%0.00%
14.12%

Color #C5CEDB in popluar number systems.

HEXC5CEDB
Decimal197206219
Binary110001011100111011011011
Octal305316333

Shades and tints

Shades of #C5CEDB

#C5CEDB
(197,206,219)
#B4BCC8
(180,188,200)
#A3AAB5
(163,170,181)
#9298A2
(146,152,162)
#81868F
(129,134,143)
#70747C
(112,116,124)
#5F6269
(95,98,105)
#4E5056
(78,80,86)
#3D3E43
(61,62,67)
#2C2C30
(44,44,48)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #C5CEDB

#C5CEDB
(197,206,219)
#CAD2DE
(202,210,222)
#CFD6E1
(207,214,225)
#D4DAE4
(212,218,228)
#D9DEE7
(217,222,231)
#DEE2EA
(222,226,234)
#E3E6ED
(227,230,237)
#E8EAF0
(232,234,240)
#EDEEF3
(237,238,243)
#F2F2F6
(242,242,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEDB; }

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

This text font color is #C5CEDB.


Background Color

.myBgColor { background-color: #C5CEDB; }

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

This div background color is #C5CEDB.


Border color

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

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

This div border color is #C5CEDB.


Opacity

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

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

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

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

This text has shadow with #C5CEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEDB on black background.


Color preview on white background

This text has color #C5CEDB on white background.



Black color preview on #C5CEDB background

This text has black color on #C5CEDB background.


White color preview on #C5CEDB background

This text has white color on #C5CEDB background.