COLOR #C5E0F6

HEX: #C5E0F6
RGB: (197,224,246)

Renk bilgisi

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

RGB renk modeli

#C5E0F6 color RGB value is (197,224,246).

  • kırmız ton 197;
  • yeşil ton 224;
  • mavi ton 246.
RGB:
(197,224,246)
(77%,88%,96%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 224 of 255 = 88%
B 246 of 255 = 96%

197
224
246

R + G + B ~ 87%. #C5E0F6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 224 + 246 = 667 (100%)
R 197 of 667 ~ 29.54%
G 224 of 667 ~ 33.58%
B 246 of 667 ~ 36.88%

%29.54
%33.58
%36.88

CMYK RENK MODELİ

#C5E0F6 rengi CMYK tonu (20,9,0,4).

  • camgöbeği tonu 19.92%
  • eflatun tonu 8.94%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(20,9,0,4)
C20M9Y0K4 
(20%,9%,0%,4%)
(0.20/0.09/0.00/0.04)	

CMYK yüzdeleri

%19.92
%8.94
%0
%3.53

Codes

Color #C5E0F6 in popluar color models

C5E0F6
RGB197224246
HSL207°73.13%86.86%
HSB/HSV207°19.92%96.47%
CMYK19.92%8.94%0.00%
3.53%

Color #C5E0F6 in popluar number systems.

HEXC5E0F6
Decimal197224246
Binary110001011110000011110110
Octal305340366

Shades and tints

Shades of #C5E0F6

#C5E0F6
(197,224,246)
#B4CCE0
(180,204,224)
#A3B8CA
(163,184,202)
#92A4B4
(146,164,180)
#81909E
(129,144,158)
#707C88
(112,124,136)
#5F6872
(95,104,114)
#4E545C
(78,84,92)
#3D4046
(61,64,70)
#2C2C30
(44,44,48)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5E0F6

#C5E0F6
(197,224,246)
#CAE2F6
(202,226,246)
#CFE4F6
(207,228,246)
#D4E6F6
(212,230,246)
#D9E8F6
(217,232,246)
#DEEAF6
(222,234,246)
#E3ECF6
(227,236,246)
#E8EEF6
(232,238,246)
#EDF0F6
(237,240,246)
#F2F2F6
(242,242,246)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E0F6 color. Also use rgb(197,224,246) instead hex code.

Text Font Color

.myTextColor { color: #C5E0F6; }

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

This text font color is #C5E0F6.


Background Color

.myBgColor { background-color: #C5E0F6; }

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

This div background color is #C5E0F6.


Border color

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

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

This div border color is #C5E0F6.


Opacity

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

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

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

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

This text has shadow with #C5E0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E0F6 on black background.


Color preview on white background

This text has color #C5E0F6 on white background.



Black color preview on #C5E0F6 background

This text has black color on #C5E0F6 background.


White color preview on #C5E0F6 background

This text has white color on #C5E0F6 background.