COLOR #C5DBE3

HEX: #C5DBE3
RGB: (197,219,227)

Renk bilgisi

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

RGB renk modeli

#C5DBE3 color RGB value is (197,219,227).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 219 of 255 = 86%
B 227 of 255 = 89%

197
219
227

R + G + B ~ 84%. #C5DBE3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 219 + 227 = 643 (100%)
R 197 of 643 ~ 30.64%
G 219 of 643 ~ 34.06%
B 227 of 643 ~ 35.3%

%30.64
%34.06
%35.3

CMYK RENK MODELİ

#C5DBE3 rengi CMYK tonu (13,4,0,11).

  • camgöbeği tonu 13.22%
  • eflatun tonu 3.52%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(13,4,0,11)
C13M4Y0K11 
(13%,4%,0%,11%)
(0.13/0.04/0.00/0.11)	

CMYK yüzdeleri

%13.22
%3.52
%0
%10.98

Codes

Color #C5DBE3 in popluar color models

C5DBE3
RGB197219227
HSL196°34.88%83.14%
HSB/HSV196°13.22%89.02%
CMYK13.22%3.52%0.00%
10.98%

Color #C5DBE3 in popluar number systems.

HEXC5DBE3
Decimal197219227
Binary110001011101101111100011
Octal305333343

Shades and tints

Shades of #C5DBE3

#C5DBE3
(197,219,227)
#B4C8CF
(180,200,207)
#A3B5BB
(163,181,187)
#92A2A7
(146,162,167)
#818F93
(129,143,147)
#707C7F
(112,124,127)
#5F696B
(95,105,107)
#4E5657
(78,86,87)
#3D4343
(61,67,67)
#2C302F
(44,48,47)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #C5DBE3

#C5DBE3
(197,219,227)
#CADEE5
(202,222,229)
#CFE1E7
(207,225,231)
#D4E4E9
(212,228,233)
#D9E7EB
(217,231,235)
#DEEAED
(222,234,237)
#E3EDEF
(227,237,239)
#E8F0F1
(232,240,241)
#EDF3F3
(237,243,243)
#F2F6F5
(242,246,245)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBE3; }

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

This text font color is #C5DBE3.


Background Color

.myBgColor { background-color: #C5DBE3; }

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

This div background color is #C5DBE3.


Border color

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

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

This div border color is #C5DBE3.


Opacity

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

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

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

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

This text has shadow with #C5DBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBE3 on black background.


Color preview on white background

This text has color #C5DBE3 on white background.



Black color preview on #C5DBE3 background

This text has black color on #C5DBE3 background.


White color preview on #C5DBE3 background

This text has white color on #C5DBE3 background.