COLOR #C5E6FA

HEX: #C5E6FA
RGB: (197,230,250)

Renk bilgisi

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

RGB renk modeli

#C5E6FA color RGB value is (197,230,250).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 230 of 255 = 90%
B 250 of 255 = 98%

197
230
250

R + G + B ~ 88%. #C5E6FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 230 + 250 = 677 (100%)
R 197 of 677 ~ 29.1%
G 230 of 677 ~ 33.97%
B 250 of 677 ~ 36.93%

%29.1
%33.97
%36.93

CMYK RENK MODELİ

#C5E6FA rengi CMYK tonu (21,8,0,2).

  • camgöbeği tonu 21.20%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(21,8,0,2)
C21M8Y0K2 
(21%,8%,0%,2%)
(0.21/0.08/0.00/0.02)	

CMYK yüzdeleri

%21.2
%8
%0
%1.96

Codes

Color #C5E6FA in popluar color models

C5E6FA
RGB197230250
HSL203°84.13%87.65%
HSB/HSV203°21.20%98.04%
CMYK21.20%8.00%0.00%
1.96%

Color #C5E6FA in popluar number systems.

HEXC5E6FA
Decimal197230250
Binary110001011110011011111010
Octal305346372

Shades and tints

Shades of #C5E6FA

#C5E6FA
(197,230,250)
#B4D2E4
(180,210,228)
#A3BECE
(163,190,206)
#92AAB8
(146,170,184)
#8196A2
(129,150,162)
#70828C
(112,130,140)
#5F6E76
(95,110,118)
#4E5A60
(78,90,96)
#3D464A
(61,70,74)
#2C3234
(44,50,52)
#1B1E1E
(27,30,30)
#000000
(0,0,0)

Tints of #C5E6FA

#C5E6FA
(197,230,250)
#CAE8FA
(202,232,250)
#CFEAFA
(207,234,250)
#D4ECFA
(212,236,250)
#D9EEFA
(217,238,250)
#DEF0FA
(222,240,250)
#E3F2FA
(227,242,250)
#E8F4FA
(232,244,250)
#EDF6FA
(237,246,250)
#F2F8FA
(242,248,250)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E6FA; }

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

This text font color is #C5E6FA.


Background Color

.myBgColor { background-color: #C5E6FA; }

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

This div background color is #C5E6FA.


Border color

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

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

This div border color is #C5E6FA.


Opacity

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

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

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

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

This text has shadow with #C5E6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E6FA on black background.


Color preview on white background

This text has color #C5E6FA on white background.



Black color preview on #C5E6FA background

This text has black color on #C5E6FA background.


White color preview on #C5E6FA background

This text has white color on #C5E6FA background.