COLOR #C5E6F5

HEX: #C5E6F5
RGB: (197,230,245)

Renk bilgisi

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

RGB renk modeli

#C5E6F5 color RGB value is (197,230,245).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 230 of 255 = 90%
B 245 of 255 = 96%

197
230
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 230 + 245 = 672 (100%)
R 197 of 672 ~ 29.32%
G 230 of 672 ~ 34.23%
B 245 of 672 ~ 36.46%

%29.32
%34.23
%36.46

CMYK RENK MODELİ

#C5E6F5 rengi CMYK tonu (20,6,0,4).

  • camgöbeği tonu 19.59%
  • eflatun tonu 6.12%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(20,6,0,4)
C20M6Y0K4 
(20%,6%,0%,4%)
(0.20/0.06/0.00/0.04)	

CMYK yüzdeleri

%19.59
%6.12
%0
%3.92

Codes

Color #C5E6F5 in popluar color models

C5E6F5
RGB197230245
HSL199°70.59%86.67%
HSB/HSV199°19.59%96.08%
CMYK19.59%6.12%0.00%
3.92%

Color #C5E6F5 in popluar number systems.

HEXC5E6F5
Decimal197230245
Binary110001011110011011110101
Octal305346365

Shades and tints

Shades of #C5E6F5

#C5E6F5
(197,230,245)
#B4D2DF
(180,210,223)
#A3BEC9
(163,190,201)
#92AAB3
(146,170,179)
#81969D
(129,150,157)
#708287
(112,130,135)
#5F6E71
(95,110,113)
#4E5A5B
(78,90,91)
#3D4645
(61,70,69)
#2C322F
(44,50,47)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #C5E6F5

#C5E6F5
(197,230,245)
#CAE8F5
(202,232,245)
#CFEAF5
(207,234,245)
#D4ECF5
(212,236,245)
#D9EEF5
(217,238,245)
#DEF0F5
(222,240,245)
#E3F2F5
(227,242,245)
#E8F4F5
(232,244,245)
#EDF6F5
(237,246,245)
#F2F8F5
(242,248,245)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E6F5; }

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

This text font color is #C5E6F5.


Background Color

.myBgColor { background-color: #C5E6F5; }

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

This div background color is #C5E6F5.


Border color

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

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

This div border color is #C5E6F5.


Opacity

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

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

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

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

This text has shadow with #C5E6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E6F5 on black background.


Color preview on white background

This text has color #C5E6F5 on white background.



Black color preview on #C5E6F5 background

This text has black color on #C5E6F5 background.


White color preview on #C5E6F5 background

This text has white color on #C5E6F5 background.