COLOR #C5DCEF

HEX: #C5DCEF
RGB: (197,220,239)

Renk bilgisi

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

RGB renk modeli

#C5DCEF color RGB value is (197,220,239).

  • kırmız ton 197;
  • yeşil ton 220;
  • mavi ton 239.
RGB:
(197,220,239)
(77%,86%,94%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 220 of 255 = 86%
B 239 of 255 = 94%

197
220
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 220 + 239 = 656 (100%)
R 197 of 656 ~ 30.03%
G 220 of 656 ~ 33.54%
B 239 of 656 ~ 36.43%

%30.03
%33.54
%36.43

CMYK RENK MODELİ

#C5DCEF rengi CMYK tonu (18,8,0,6).

  • camgöbeği tonu 17.57%
  • eflatun tonu 7.95%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(18,8,0,6)
C18M8Y0K6 
(18%,8%,0%,6%)
(0.18/0.08/0.00/0.06)	

CMYK yüzdeleri

%17.57
%7.95
%0
%6.27

Codes

Color #C5DCEF in popluar color models

C5DCEF
RGB197220239
HSL207°56.76%85.49%
HSB/HSV207°17.57%93.73%
CMYK17.57%7.95%0.00%
6.27%

Color #C5DCEF in popluar number systems.

HEXC5DCEF
Decimal197220239
Binary110001011101110011101111
Octal305334357

Shades and tints

Shades of #C5DCEF

#C5DCEF
(197,220,239)
#B4C8DA
(180,200,218)
#A3B4C5
(163,180,197)
#92A0B0
(146,160,176)
#818C9B
(129,140,155)
#707886
(112,120,134)
#5F6471
(95,100,113)
#4E505C
(78,80,92)
#3D3C47
(61,60,71)
#2C2832
(44,40,50)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #C5DCEF

#C5DCEF
(197,220,239)
#CADFF0
(202,223,240)
#CFE2F1
(207,226,241)
#D4E5F2
(212,229,242)
#D9E8F3
(217,232,243)
#DEEBF4
(222,235,244)
#E3EEF5
(227,238,245)
#E8F1F6
(232,241,246)
#EDF4F7
(237,244,247)
#F2F7F8
(242,247,248)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCEF color. Also use rgb(197,220,239) instead hex code.

Text Font Color

.myTextColor { color: #C5DCEF; }

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

This text font color is #C5DCEF.


Background Color

.myBgColor { background-color: #C5DCEF; }

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

This div background color is #C5DCEF.


Border color

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

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

This div border color is #C5DCEF.


Opacity

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

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

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

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

This text has shadow with #C5DCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCEF on black background.


Color preview on white background

This text has color #C5DCEF on white background.



Black color preview on #C5DCEF background

This text has black color on #C5DCEF background.


White color preview on #C5DCEF background

This text has white color on #C5DCEF background.