COLOR #C5DBE7

HEX: #C5DBE7
RGB: (197,219,231)

Renk bilgisi

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

RGB renk modeli

#C5DBE7 color RGB value is (197,219,231).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 219 of 255 = 86%
B 231 of 255 = 91%

197
219
231

R + G + B ~ 85%. #C5DBE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 219 + 231 = 647 (100%)
R 197 of 647 ~ 30.45%
G 219 of 647 ~ 33.85%
B 231 of 647 ~ 35.7%

%30.45
%33.85
%35.7

CMYK RENK MODELİ

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

  • camgöbeği tonu 14.72%
  • eflatun tonu 5.19%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(15,5,0,9)
C15M5Y0K9 
(15%,5%,0%,9%)
(0.15/0.05/0.00/0.09)	

CMYK yüzdeleri

%14.72
%5.19
%0
%9.41

Codes

Color #C5DBE7 in popluar color models

C5DBE7
RGB197219231
HSL201°41.46%83.92%
HSB/HSV201°14.72%90.59%
CMYK14.72%5.19%0.00%
9.41%

Color #C5DBE7 in popluar number systems.

HEXC5DBE7
Decimal197219231
Binary110001011101101111100111
Octal305333347

Shades and tints

Shades of #C5DBE7

#C5DBE7
(197,219,231)
#B4C8D2
(180,200,210)
#A3B5BD
(163,181,189)
#92A2A8
(146,162,168)
#818F93
(129,143,147)
#707C7E
(112,124,126)
#5F6969
(95,105,105)
#4E5654
(78,86,84)
#3D433F
(61,67,63)
#2C302A
(44,48,42)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #C5DBE7

#C5DBE7
(197,219,231)
#CADEE9
(202,222,233)
#CFE1EB
(207,225,235)
#D4E4ED
(212,228,237)
#D9E7EF
(217,231,239)
#DEEAF1
(222,234,241)
#E3EDF3
(227,237,243)
#E8F0F5
(232,240,245)
#EDF3F7
(237,243,247)
#F2F6F9
(242,246,249)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBE7; }

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

This text font color is #C5DBE7.


Background Color

.myBgColor { background-color: #C5DBE7; }

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

This div background color is #C5DBE7.


Border color

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

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

This div border color is #C5DBE7.


Opacity

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

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

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

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

This text has shadow with #C5DBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBE7 on black background.


Color preview on white background

This text has color #C5DBE7 on white background.



Black color preview on #C5DBE7 background

This text has black color on #C5DBE7 background.


White color preview on #C5DBE7 background

This text has white color on #C5DBE7 background.