COLOR #C6E8FA

HEX: #C6E8FA
RGB: (198,232,250)

Renk bilgisi

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

RGB renk modeli

#C6E8FA color RGB value is (198,232,250).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 232 of 255 = 91%
B 250 of 255 = 98%

198
232
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 232 + 250 = 680 (100%)
R 198 of 680 ~ 29.12%
G 232 of 680 ~ 34.12%
B 250 of 680 ~ 36.76%

%29.12
%34.12
%36.76

CMYK RENK MODELİ

#C6E8FA rengi CMYK tonu (21,7,0,2).

  • camgöbeği tonu 20.80%
  • eflatun tonu 7.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(21,7,0,2)
C21M7Y0K2 
(21%,7%,0%,2%)
(0.21/0.07/0.00/0.02)	

CMYK yüzdeleri

%20.8
%7.2
%0
%1.96

Codes

Color #C6E8FA in popluar color models

C6E8FA
RGB198232250
HSL201°83.87%87.84%
HSB/HSV201°20.80%98.04%
CMYK20.80%7.20%0.00%
1.96%

Color #C6E8FA in popluar number systems.

HEXC6E8FA
Decimal198232250
Binary110001101110100011111010
Octal306350372

Shades and tints

Shades of #C6E8FA

#C6E8FA
(198,232,250)
#B4D3E4
(180,211,228)
#A2BECE
(162,190,206)
#90A9B8
(144,169,184)
#7E94A2
(126,148,162)
#6C7F8C
(108,127,140)
#5A6A76
(90,106,118)
#485560
(72,85,96)
#36404A
(54,64,74)
#242B34
(36,43,52)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #C6E8FA

#C6E8FA
(198,232,250)
#CBEAFA
(203,234,250)
#D0ECFA
(208,236,250)
#D5EEFA
(213,238,250)
#DAF0FA
(218,240,250)
#DFF2FA
(223,242,250)
#E4F4FA
(228,244,250)
#E9F6FA
(233,246,250)
#EEF8FA
(238,248,250)
#F3FAFA
(243,250,250)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E8FA; }

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

This text font color is #C6E8FA.


Background Color

.myBgColor { background-color: #C6E8FA; }

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

This div background color is #C6E8FA.


Border color

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

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

This div border color is #C6E8FA.


Opacity

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

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

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

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

This text has shadow with #C6E8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E8FA on black background.


Color preview on white background

This text has color #C6E8FA on white background.



Black color preview on #C6E8FA background

This text has black color on #C6E8FA background.


White color preview on #C6E8FA background

This text has white color on #C6E8FA background.