COLOR #C6E3FB

HEX: #C6E3FB
RGB: (198,227,251)

Renk bilgisi

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

RGB renk modeli

#C6E3FB color RGB value is (198,227,251).

  • kırmız ton 198;
  • yeşil ton 227;
  • mavi ton 251.
RGB:
(198,227,251)
(78%,89%,98%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 227 of 255 = 89%
B 251 of 255 = 98%

198
227
251

R + G + B ~ 88%. #C6E3FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 227 + 251 = 676 (100%)
R 198 of 676 ~ 29.29%
G 227 of 676 ~ 33.58%
B 251 of 676 ~ 37.13%

%29.29
%33.58
%37.13

CMYK RENK MODELİ

#C6E3FB rengi CMYK tonu (21,10,0,2).

  • camgöbeği tonu 21.12%
  • eflatun tonu 9.56%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(21,10,0,2)
C21M10Y0K2 
(21%,10%,0%,2%)
(0.21/0.10/0.00/0.02)	

CMYK yüzdeleri

%21.12
%9.56
%0
%1.57

Codes

Color #C6E3FB in popluar color models

C6E3FB
RGB198227251
HSL207°86.89%88.04%
HSB/HSV207°21.12%98.43%
CMYK21.12%9.56%0.00%
1.57%

Color #C6E3FB in popluar number systems.

HEXC6E3FB
Decimal198227251
Binary110001101110001111111011
Octal306343373

Shades and tints

Shades of #C6E3FB

#C6E3FB
(198,227,251)
#B4CFE5
(180,207,229)
#A2BBCF
(162,187,207)
#90A7B9
(144,167,185)
#7E93A3
(126,147,163)
#6C7F8D
(108,127,141)
#5A6B77
(90,107,119)
#485761
(72,87,97)
#36434B
(54,67,75)
#242F35
(36,47,53)
#121B1F
(18,27,31)
#000000
(0,0,0)

Tints of #C6E3FB

#C6E3FB
(198,227,251)
#CBE5FB
(203,229,251)
#D0E7FB
(208,231,251)
#D5E9FB
(213,233,251)
#DAEBFB
(218,235,251)
#DFEDFB
(223,237,251)
#E4EFFB
(228,239,251)
#E9F1FB
(233,241,251)
#EEF3FB
(238,243,251)
#F3F5FB
(243,245,251)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E3FB color. Also use rgb(198,227,251) instead hex code.

Text Font Color

.myTextColor { color: #C6E3FB; }

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

This text font color is #C6E3FB.


Background Color

.myBgColor { background-color: #C6E3FB; }

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

This div background color is #C6E3FB.


Border color

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

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

This div border color is #C6E3FB.


Opacity

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

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

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

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

This text has shadow with #C6E3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E3FB on black background.


Color preview on white background

This text has color #C6E3FB on white background.



Black color preview on #C6E3FB background

This text has black color on #C6E3FB background.


White color preview on #C6E3FB background

This text has white color on #C6E3FB background.