COLOR #C5DBF5

HEX: #C5DBF5
RGB: (197,219,245)

Renk bilgisi

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

RGB renk modeli

#C5DBF5 color RGB value is (197,219,245).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 219 of 255 = 86%
B 245 of 255 = 96%

197
219
245

R + G + B ~ 86%. #C5DBF5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 219 + 245 = 661 (100%)
R 197 of 661 ~ 29.8%
G 219 of 661 ~ 33.13%
B 245 of 661 ~ 37.07%

%29.8
%33.13
%37.07

CMYK RENK MODELİ

#C5DBF5 rengi CMYK tonu (20,11,0,4).

  • camgöbeği tonu 19.59%
  • eflatun tonu 10.61%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(20,11,0,4)
C20M11Y0K4 
(20%,11%,0%,4%)
(0.20/0.11/0.00/0.04)	

CMYK yüzdeleri

%19.59
%10.61
%0
%3.92

Codes

Color #C5DBF5 in popluar color models

C5DBF5
RGB197219245
HSL213°70.59%86.67%
HSB/HSV213°19.59%96.08%
CMYK19.59%10.61%0.00%
3.92%

Color #C5DBF5 in popluar number systems.

HEXC5DBF5
Decimal197219245
Binary110001011101101111110101
Octal305333365

Shades and tints

Shades of #C5DBF5

#C5DBF5
(197,219,245)
#B4C8DF
(180,200,223)
#A3B5C9
(163,181,201)
#92A2B3
(146,162,179)
#818F9D
(129,143,157)
#707C87
(112,124,135)
#5F6971
(95,105,113)
#4E565B
(78,86,91)
#3D4345
(61,67,69)
#2C302F
(44,48,47)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #C5DBF5

#C5DBF5
(197,219,245)
#CADEF5
(202,222,245)
#CFE1F5
(207,225,245)
#D4E4F5
(212,228,245)
#D9E7F5
(217,231,245)
#DEEAF5
(222,234,245)
#E3EDF5
(227,237,245)
#E8F0F5
(232,240,245)
#EDF3F5
(237,243,245)
#F2F6F5
(242,246,245)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBF5; }

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

This text font color is #C5DBF5.


Background Color

.myBgColor { background-color: #C5DBF5; }

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

This div background color is #C5DBF5.


Border color

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

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

This div border color is #C5DBF5.


Opacity

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

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

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

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

This text has shadow with #C5DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBF5 on black background.


Color preview on white background

This text has color #C5DBF5 on white background.



Black color preview on #C5DBF5 background

This text has black color on #C5DBF5 background.


White color preview on #C5DBF5 background

This text has white color on #C5DBF5 background.