COLOR #C5F6F1

HEX: #C5F6F1
RGB: (197,246,241)

Renk bilgisi

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

RGB renk modeli

#C5F6F1 color RGB value is (197,246,241).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 246 of 255 = 96%
B 241 of 255 = 95%

197
246
241

R + G + B ~ 89%. #C5F6F1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 246 + 241 = 684 (100%)
R 197 of 684 ~ 28.8%
G 246 of 684 ~ 35.96%
B 241 of 684 ~ 35.23%

%28.8
%35.96
%35.23

CMYK RENK MODELİ

#C5F6F1 rengi CMYK tonu (20,0,2,4).

  • camgöbeği tonu 19.92%
  • eflatun tonu 0.00%
  • sarı tonu 2.03%
  • ana renk tonu 3.53%
CMYK:
(20,0,2,4)
C20M0Y2K4 
(20%,0%,2%,4%)
(0.20/0.00/0.02/0.04)	

CMYK yüzdeleri

%19.92
%0
%2.03
%3.53

Codes

Color #C5F6F1 in popluar color models

C5F6F1
RGB197246241
HSL174°73.13%86.86%
HSB/HSV174°19.92%96.47%
CMYK19.92%0.00%2.03%
3.53%

Color #C5F6F1 in popluar number systems.

HEXC5F6F1
Decimal197246241
Binary110001011111011011110001
Octal305366361

Shades and tints

Shades of #C5F6F1

#C5F6F1
(197,246,241)
#B4E0DC
(180,224,220)
#A3CAC7
(163,202,199)
#92B4B2
(146,180,178)
#819E9D
(129,158,157)
#708888
(112,136,136)
#5F7273
(95,114,115)
#4E5C5E
(78,92,94)
#3D4649
(61,70,73)
#2C3034
(44,48,52)
#1B1A1F
(27,26,31)
#000000
(0,0,0)

Tints of #C5F6F1

#C5F6F1
(197,246,241)
#CAF6F2
(202,246,242)
#CFF6F3
(207,246,243)
#D4F6F4
(212,246,244)
#D9F6F5
(217,246,245)
#DEF6F6
(222,246,246)
#E3F6F7
(227,246,247)
#E8F6F8
(232,246,248)
#EDF6F9
(237,246,249)
#F2F6FA
(242,246,250)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F6F1; }

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

This text font color is #C5F6F1.


Background Color

.myBgColor { background-color: #C5F6F1; }

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

This div background color is #C5F6F1.


Border color

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

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

This div border color is #C5F6F1.


Opacity

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

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

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

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

This text has shadow with #C5F6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F6F1 on black background.


Color preview on white background

This text has color #C5F6F1 on white background.



Black color preview on #C5F6F1 background

This text has black color on #C5F6F1 background.


White color preview on #C5F6F1 background

This text has white color on #C5F6F1 background.