COLOR #C5E6FD

HEX: #C5E6FD
RGB: (197,230,253)

Renk bilgisi

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

RGB renk modeli

#C5E6FD color RGB value is (197,230,253).

  • kırmız ton 197;
  • yeşil ton 230;
  • mavi ton 253.
RGB:
(197,230,253)
(77%,90%,99%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 230 of 255 = 90%
B 253 of 255 = 99%

197
230
253

R + G + B ~ 89%. #C5E6FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 230 + 253 = 680 (100%)
R 197 of 680 ~ 28.97%
G 230 of 680 ~ 33.82%
B 253 of 680 ~ 37.21%

%28.97
%33.82
%37.21

CMYK RENK MODELİ

#C5E6FD rengi CMYK tonu (22,9,0,1).

  • camgöbeği tonu 22.13%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(22,9,0,1)
C22M9Y0K1 
(22%,9%,0%,1%)
(0.22/0.09/0.00/0.01)	

CMYK yüzdeleri

%22.13
%9.09
%0
%0.78

Codes

Color #C5E6FD in popluar color models

C5E6FD
RGB197230253
HSL205°93.33%88.24%
HSB/HSV205°22.13%99.22%
CMYK22.13%9.09%0.00%
0.78%

Color #C5E6FD in popluar number systems.

HEXC5E6FD
Decimal197230253
Binary110001011110011011111101
Octal305346375

Shades and tints

Shades of #C5E6FD

#C5E6FD
(197,230,253)
#B4D2E6
(180,210,230)
#A3BECF
(163,190,207)
#92AAB8
(146,170,184)
#8196A1
(129,150,161)
#70828A
(112,130,138)
#5F6E73
(95,110,115)
#4E5A5C
(78,90,92)
#3D4645
(61,70,69)
#2C322E
(44,50,46)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #C5E6FD

#C5E6FD
(197,230,253)
#CAE8FD
(202,232,253)
#CFEAFD
(207,234,253)
#D4ECFD
(212,236,253)
#D9EEFD
(217,238,253)
#DEF0FD
(222,240,253)
#E3F2FD
(227,242,253)
#E8F4FD
(232,244,253)
#EDF6FD
(237,246,253)
#F2F8FD
(242,248,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E6FD color. Also use rgb(197,230,253) instead hex code.

Text Font Color

.myTextColor { color: #C5E6FD; }

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

This text font color is #C5E6FD.


Background Color

.myBgColor { background-color: #C5E6FD; }

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

This div background color is #C5E6FD.


Border color

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

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

This div border color is #C5E6FD.


Opacity

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

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

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

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

This text has shadow with #C5E6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E6FD on black background.


Color preview on white background

This text has color #C5E6FD on white background.



Black color preview on #C5E6FD background

This text has black color on #C5E6FD background.


White color preview on #C5E6FD background

This text has white color on #C5E6FD background.