COLOR #C5EAFD

HEX: #C5EAFD
RGB: (197,234,253)

Renk bilgisi

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

RGB renk modeli

#C5EAFD color RGB value is (197,234,253).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 234 of 255 = 92%
B 253 of 255 = 99%

197
234
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 234 + 253 = 684 (100%)
R 197 of 684 ~ 28.8%
G 234 of 684 ~ 34.21%
B 253 of 684 ~ 36.99%

%28.8
%34.21
%36.99

CMYK RENK MODELİ

#C5EAFD rengi CMYK tonu (22,8,0,1).

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

CMYK yüzdeleri

%22.13
%7.51
%0
%0.78

Codes

Color #C5EAFD in popluar color models

C5EAFD
RGB197234253
HSL200°93.33%88.24%
HSB/HSV200°22.13%99.22%
CMYK22.13%7.51%0.00%
0.78%

Color #C5EAFD in popluar number systems.

HEXC5EAFD
Decimal197234253
Binary110001011110101011111101
Octal305352375

Shades and tints

Shades of #C5EAFD

#C5EAFD
(197,234,253)
#B4D5E6
(180,213,230)
#A3C0CF
(163,192,207)
#92ABB8
(146,171,184)
#8196A1
(129,150,161)
#70818A
(112,129,138)
#5F6C73
(95,108,115)
#4E575C
(78,87,92)
#3D4245
(61,66,69)
#2C2D2E
(44,45,46)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #C5EAFD

#C5EAFD
(197,234,253)
#CAEBFD
(202,235,253)
#CFECFD
(207,236,253)
#D4EDFD
(212,237,253)
#D9EEFD
(217,238,253)
#DEEFFD
(222,239,253)
#E3F0FD
(227,240,253)
#E8F1FD
(232,241,253)
#EDF2FD
(237,242,253)
#F2F3FD
(242,243,253)
#F7F4FD
(247,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EAFD; }

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

This text font color is #C5EAFD.


Background Color

.myBgColor { background-color: #C5EAFD; }

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

This div background color is #C5EAFD.


Border color

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

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

This div border color is #C5EAFD.


Opacity

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

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

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

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

This text has shadow with #C5EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAFD on black background.


Color preview on white background

This text has color #C5EAFD on white background.



Black color preview on #C5EAFD background

This text has black color on #C5EAFD background.


White color preview on #C5EAFD background

This text has white color on #C5EAFD background.