COLOR #C5F6FF

HEX: #C5F6FF
RGB: (197,246,255)

Renk bilgisi

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

RGB renk modeli

#C5F6FF color RGB value is (197,246,255).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 246 of 255 = 96%
B 255 of 255 = 100%

197
246
255

R + G + B ~ 91%. #C5F6FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 246 + 255 = 698 (100%)
R 197 of 698 ~ 28.22%
G 246 of 698 ~ 35.24%
B 255 of 698 ~ 36.53%

%28.22
%35.24
%36.53

CMYK RENK MODELİ

#C5F6FF rengi CMYK tonu (23,4,0,0).

  • camgöbeği tonu 22.75%
  • eflatun tonu 3.53%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(23,4,0,0)
C23M4Y0K0 
(23%,4%,0%,0%)
(0.23/0.04/0.00/0.00)	

CMYK yüzdeleri

%22.75
%3.53
%0
%0

Codes

Color #C5F6FF in popluar color models

C5F6FF
RGB197246255
HSL189°100.00%88.63%
HSB/HSV189°22.75%100.00%
CMYK22.75%3.53%0.00%
0.00%

Color #C5F6FF in popluar number systems.

HEXC5F6FF
Decimal197246255
Binary110001011111011011111111
Octal305366377

Shades and tints

Shades of #C5F6FF

#C5F6FF
(197,246,255)
#B4E0E8
(180,224,232)
#A3CAD1
(163,202,209)
#92B4BA
(146,180,186)
#819EA3
(129,158,163)
#70888C
(112,136,140)
#5F7275
(95,114,117)
#4E5C5E
(78,92,94)
#3D4647
(61,70,71)
#2C3030
(44,48,48)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #C5F6FF

#C5F6FF
(197,246,255)
#CAF6FF
(202,246,255)
#CFF6FF
(207,246,255)
#D4F6FF
(212,246,255)
#D9F6FF
(217,246,255)
#DEF6FF
(222,246,255)
#E3F6FF
(227,246,255)
#E8F6FF
(232,246,255)
#EDF6FF
(237,246,255)
#F2F6FF
(242,246,255)
#F7F6FF
(247,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F6FF; }

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

This text font color is #C5F6FF.


Background Color

.myBgColor { background-color: #C5F6FF; }

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

This div background color is #C5F6FF.


Border color

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

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

This div border color is #C5F6FF.


Opacity

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

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

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

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

This text has shadow with #C5F6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F6FF on black background.


Color preview on white background

This text has color #C5F6FF on white background.



Black color preview on #C5F6FF background

This text has black color on #C5F6FF background.


White color preview on #C5F6FF background

This text has white color on #C5F6FF background.