COLOR #C5E2FA

HEX: #C5E2FA
RGB: (197,226,250)

Renk bilgisi

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

RGB renk modeli

#C5E2FA color RGB value is (197,226,250).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 226 of 255 = 89%
B 250 of 255 = 98%

197
226
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 226 + 250 = 673 (100%)
R 197 of 673 ~ 29.27%
G 226 of 673 ~ 33.58%
B 250 of 673 ~ 37.15%

%29.27
%33.58
%37.15

CMYK RENK MODELİ

#C5E2FA rengi CMYK tonu (21,10,0,2).

  • camgöbeği tonu 21.20%
  • eflatun tonu 9.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(21,10,0,2)
C21M10Y0K2 
(21%,10%,0%,2%)
(0.21/0.10/0.00/0.02)	

CMYK yüzdeleri

%21.2
%9.6
%0
%1.96

Codes

Color #C5E2FA in popluar color models

C5E2FA
RGB197226250
HSL207°84.13%87.65%
HSB/HSV207°21.20%98.04%
CMYK21.20%9.60%0.00%
1.96%

Color #C5E2FA in popluar number systems.

HEXC5E2FA
Decimal197226250
Binary110001011110001011111010
Octal305342372

Shades and tints

Shades of #C5E2FA

#C5E2FA
(197,226,250)
#B4CEE4
(180,206,228)
#A3BACE
(163,186,206)
#92A6B8
(146,166,184)
#8192A2
(129,146,162)
#707E8C
(112,126,140)
#5F6A76
(95,106,118)
#4E5660
(78,86,96)
#3D424A
(61,66,74)
#2C2E34
(44,46,52)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #C5E2FA

#C5E2FA
(197,226,250)
#CAE4FA
(202,228,250)
#CFE6FA
(207,230,250)
#D4E8FA
(212,232,250)
#D9EAFA
(217,234,250)
#DEECFA
(222,236,250)
#E3EEFA
(227,238,250)
#E8F0FA
(232,240,250)
#EDF2FA
(237,242,250)
#F2F4FA
(242,244,250)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E2FA; }

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

This text font color is #C5E2FA.


Background Color

.myBgColor { background-color: #C5E2FA; }

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

This div background color is #C5E2FA.


Border color

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

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

This div border color is #C5E2FA.


Opacity

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

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

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

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

This text has shadow with #C5E2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E2FA on black background.


Color preview on white background

This text has color #C5E2FA on white background.



Black color preview on #C5E2FA background

This text has black color on #C5E2FA background.


White color preview on #C5E2FA background

This text has white color on #C5E2FA background.