COLOR #C6F1FA

HEX: #C6F1FA
RGB: (198,241,250)

Renk bilgisi

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

RGB renk modeli

#C6F1FA color RGB value is (198,241,250).

  • kırmız ton 198;
  • yeşil ton 241;
  • mavi ton 250.
RGB:
(198,241,250)
(78%,95%,98%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 241 of 255 = 95%
B 250 of 255 = 98%

198
241
250

R + G + B ~ 90%. #C6F1FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 241 + 250 = 689 (100%)
R 198 of 689 ~ 28.74%
G 241 of 689 ~ 34.98%
B 250 of 689 ~ 36.28%

%28.74
%34.98
%36.28

CMYK RENK MODELİ

#C6F1FA rengi CMYK tonu (21,4,0,2).

  • camgöbeği tonu 20.80%
  • eflatun tonu 3.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(21,4,0,2)
C21M4Y0K2 
(21%,4%,0%,2%)
(0.21/0.04/0.00/0.02)	

CMYK yüzdeleri

%20.8
%3.6
%0
%1.96

Codes

Color #C6F1FA in popluar color models

C6F1FA
RGB198241250
HSL190°83.87%87.84%
HSB/HSV190°20.80%98.04%
CMYK20.80%3.60%0.00%
1.96%

Color #C6F1FA in popluar number systems.

HEXC6F1FA
Decimal198241250
Binary110001101111000111111010
Octal306361372

Shades and tints

Shades of #C6F1FA

#C6F1FA
(198,241,250)
#B4DCE4
(180,220,228)
#A2C7CE
(162,199,206)
#90B2B8
(144,178,184)
#7E9DA2
(126,157,162)
#6C888C
(108,136,140)
#5A7376
(90,115,118)
#485E60
(72,94,96)
#36494A
(54,73,74)
#243434
(36,52,52)
#121F1E
(18,31,30)
#000000
(0,0,0)

Tints of #C6F1FA

#C6F1FA
(198,241,250)
#CBF2FA
(203,242,250)
#D0F3FA
(208,243,250)
#D5F4FA
(213,244,250)
#DAF5FA
(218,245,250)
#DFF6FA
(223,246,250)
#E4F7FA
(228,247,250)
#E9F8FA
(233,248,250)
#EEF9FA
(238,249,250)
#F3FAFA
(243,250,250)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F1FA color. Also use rgb(198,241,250) instead hex code.

Text Font Color

.myTextColor { color: #C6F1FA; }

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

This text font color is #C6F1FA.


Background Color

.myBgColor { background-color: #C6F1FA; }

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

This div background color is #C6F1FA.


Border color

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

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

This div border color is #C6F1FA.


Opacity

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

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

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

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

This text has shadow with #C6F1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F1FA on black background.


Color preview on white background

This text has color #C6F1FA on white background.



Black color preview on #C6F1FA background

This text has black color on #C6F1FA background.


White color preview on #C6F1FA background

This text has white color on #C6F1FA background.