COLOR #C6F3FF

HEX: #C6F3FF
RGB: (198,243,255)

Renk bilgisi

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

RGB renk modeli

#C6F3FF color RGB value is (198,243,255).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 243 of 255 = 95%
B 255 of 255 = 100%

198
243
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 243 + 255 = 696 (100%)
R 198 of 696 ~ 28.45%
G 243 of 696 ~ 34.91%
B 255 of 696 ~ 36.64%

%28.45
%34.91
%36.64

CMYK RENK MODELİ

#C6F3FF rengi CMYK tonu (22,5,0,0).

  • camgöbeği tonu 22.35%
  • eflatun tonu 4.71%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(22,5,0,0)
C22M5Y0K0 
(22%,5%,0%,0%)
(0.22/0.05/0.00/0.00)	

CMYK yüzdeleri

%22.35
%4.71
%0
%0

Codes

Color #C6F3FF in popluar color models

C6F3FF
RGB198243255
HSL193°100.00%88.82%
HSB/HSV193°22.35%100.00%
CMYK22.35%4.71%0.00%
0.00%

Color #C6F3FF in popluar number systems.

HEXC6F3FF
Decimal198243255
Binary110001101111001111111111
Octal306363377

Shades and tints

Shades of #C6F3FF

#C6F3FF
(198,243,255)
#B4DDE8
(180,221,232)
#A2C7D1
(162,199,209)
#90B1BA
(144,177,186)
#7E9BA3
(126,155,163)
#6C858C
(108,133,140)
#5A6F75
(90,111,117)
#48595E
(72,89,94)
#364347
(54,67,71)
#242D30
(36,45,48)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6F3FF

#C6F3FF
(198,243,255)
#CBF4FF
(203,244,255)
#D0F5FF
(208,245,255)
#D5F6FF
(213,246,255)
#DAF7FF
(218,247,255)
#DFF8FF
(223,248,255)
#E4F9FF
(228,249,255)
#E9FAFF
(233,250,255)
#EEFBFF
(238,251,255)
#F3FCFF
(243,252,255)
#F8FDFF
(248,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F3FF; }

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

This text font color is #C6F3FF.


Background Color

.myBgColor { background-color: #C6F3FF; }

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

This div background color is #C6F3FF.


Border color

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

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

This div border color is #C6F3FF.


Opacity

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

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

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

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

This text has shadow with #C6F3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F3FF on black background.


Color preview on white background

This text has color #C6F3FF on white background.



Black color preview on #C6F3FF background

This text has black color on #C6F3FF background.


White color preview on #C6F3FF background

This text has white color on #C6F3FF background.