COLOR #C5FAFD

HEX: #C5FAFD
RGB: (197,250,253)

Renk bilgisi

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

RGB renk modeli

#C5FAFD color RGB value is (197,250,253).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 250 of 255 = 98%
B 253 of 255 = 99%

197
250
253

R + G + B ~ 91%. #C5FAFD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 250 + 253 = 700 (100%)
R 197 of 700 ~ 28.14%
G 250 of 700 ~ 35.71%
B 253 of 700 ~ 36.14%

%28.14
%35.71
%36.14

CMYK RENK MODELİ

#C5FAFD rengi CMYK tonu (22,1,0,1).

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

CMYK yüzdeleri

%22.13
%1.19
%0
%0.78

Codes

Color #C5FAFD in popluar color models

C5FAFD
RGB197250253
HSL183°93.33%88.24%
HSB/HSV183°22.13%99.22%
CMYK22.13%1.19%0.00%
0.78%

Color #C5FAFD in popluar number systems.

HEXC5FAFD
Decimal197250253
Binary110001011111101011111101
Octal305372375

Shades and tints

Shades of #C5FAFD

#C5FAFD
(197,250,253)
#B4E4E6
(180,228,230)
#A3CECF
(163,206,207)
#92B8B8
(146,184,184)
#81A2A1
(129,162,161)
#708C8A
(112,140,138)
#5F7673
(95,118,115)
#4E605C
(78,96,92)
#3D4A45
(61,74,69)
#2C342E
(44,52,46)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #C5FAFD

#C5FAFD
(197,250,253)
#CAFAFD
(202,250,253)
#CFFAFD
(207,250,253)
#D4FAFD
(212,250,253)
#D9FAFD
(217,250,253)
#DEFAFD
(222,250,253)
#E3FAFD
(227,250,253)
#E8FAFD
(232,250,253)
#EDFAFD
(237,250,253)
#F2FAFD
(242,250,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5FAFD; }

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

This text font color is #C5FAFD.


Background Color

.myBgColor { background-color: #C5FAFD; }

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

This div background color is #C5FAFD.


Border color

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

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

This div border color is #C5FAFD.


Opacity

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

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

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

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

This text has shadow with #C5FAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FAFD on black background.


Color preview on white background

This text has color #C5FAFD on white background.



Black color preview on #C5FAFD background

This text has black color on #C5FAFD background.


White color preview on #C5FAFD background

This text has white color on #C5FAFD background.