COLOR #C6F5FF

HEX: #C6F5FF
RGB: (198,245,255)

Renk bilgisi

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

RGB renk modeli

#C6F5FF color RGB value is (198,245,255).

  • kırmız ton 198;
  • yeşil ton 245;
  • mavi ton 255.
RGB:
(198,245,255)
(78%,96%,100%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 245 of 255 = 96%
B 255 of 255 = 100%

198
245
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 245 + 255 = 698 (100%)
R 198 of 698 ~ 28.37%
G 245 of 698 ~ 35.1%
B 255 of 698 ~ 36.53%

%28.37
%35.1
%36.53

CMYK RENK MODELİ

#C6F5FF rengi CMYK tonu (22,4,0,0).

  • camgöbeği tonu 22.35%
  • eflatun tonu 3.92%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(22,4,0,0)
C22M4Y0K0 
(22%,4%,0%,0%)
(0.22/0.04/0.00/0.00)	

CMYK yüzdeleri

%22.35
%3.92
%0
%0

Codes

Color #C6F5FF in popluar color models

C6F5FF
RGB198245255
HSL191°100.00%88.82%
HSB/HSV191°22.35%100.00%
CMYK22.35%3.92%0.00%
0.00%

Color #C6F5FF in popluar number systems.

HEXC6F5FF
Decimal198245255
Binary110001101111010111111111
Octal306365377

Shades and tints

Shades of #C6F5FF

#C6F5FF
(198,245,255)
#B4DFE8
(180,223,232)
#A2C9D1
(162,201,209)
#90B3BA
(144,179,186)
#7E9DA3
(126,157,163)
#6C878C
(108,135,140)
#5A7175
(90,113,117)
#485B5E
(72,91,94)
#364547
(54,69,71)
#242F30
(36,47,48)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6F5FF

#C6F5FF
(198,245,255)
#CBF5FF
(203,245,255)
#D0F5FF
(208,245,255)
#D5F5FF
(213,245,255)
#DAF5FF
(218,245,255)
#DFF5FF
(223,245,255)
#E4F5FF
(228,245,255)
#E9F5FF
(233,245,255)
#EEF5FF
(238,245,255)
#F3F5FF
(243,245,255)
#F8F5FF
(248,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F5FF color. Also use rgb(198,245,255) instead hex code.

Text Font Color

.myTextColor { color: #C6F5FF; }

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

This text font color is #C6F5FF.


Background Color

.myBgColor { background-color: #C6F5FF; }

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

This div background color is #C6F5FF.


Border color

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

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

This div border color is #C6F5FF.


Opacity

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

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

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

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

This text has shadow with #C6F5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F5FF on black background.


Color preview on white background

This text has color #C6F5FF on white background.



Black color preview on #C6F5FF background

This text has black color on #C6F5FF background.


White color preview on #C6F5FF background

This text has white color on #C6F5FF background.