COLOR #C6DAFC

HEX: #C6DAFC
RGB: (198,218,252)

Renk bilgisi

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

RGB renk modeli

#C6DAFC color RGB value is (198,218,252).

  • kırmız ton 198;
  • yeşil ton 218;
  • mavi ton 252.
RGB:
(198,218,252)
(78%,85%,99%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 218 of 255 = 85%
B 252 of 255 = 99%

198
218
252

R + G + B ~ 87%. #C6DAFC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 218 + 252 = 668 (100%)
R 198 of 668 ~ 29.64%
G 218 of 668 ~ 32.63%
B 252 of 668 ~ 37.72%

%29.64
%32.63
%37.72

CMYK RENK MODELİ

#C6DAFC rengi CMYK tonu (21,13,0,1).

  • camgöbeği tonu 21.43%
  • eflatun tonu 13.49%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(21,13,0,1)
C21M13Y0K1 
(21%,13%,0%,1%)
(0.21/0.13/0.00/0.01)	

CMYK yüzdeleri

%21.43
%13.49
%0
%1.18

Codes

Color #C6DAFC in popluar color models

C6DAFC
RGB198218252
HSL218°90.00%88.24%
HSB/HSV218°21.43%98.82%
CMYK21.43%13.49%0.00%
1.18%

Color #C6DAFC in popluar number systems.

HEXC6DAFC
Decimal198218252
Binary110001101101101011111100
Octal306332374

Shades and tints

Shades of #C6DAFC

#C6DAFC
(198,218,252)
#B4C7E6
(180,199,230)
#A2B4D0
(162,180,208)
#90A1BA
(144,161,186)
#7E8EA4
(126,142,164)
#6C7B8E
(108,123,142)
#5A6878
(90,104,120)
#485562
(72,85,98)
#36424C
(54,66,76)
#242F36
(36,47,54)
#121C20
(18,28,32)
#000000
(0,0,0)

Tints of #C6DAFC

#C6DAFC
(198,218,252)
#CBDDFC
(203,221,252)
#D0E0FC
(208,224,252)
#D5E3FC
(213,227,252)
#DAE6FC
(218,230,252)
#DFE9FC
(223,233,252)
#E4ECFC
(228,236,252)
#E9EFFC
(233,239,252)
#EEF2FC
(238,242,252)
#F3F5FC
(243,245,252)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DAFC color. Also use rgb(198,218,252) instead hex code.

Text Font Color

.myTextColor { color: #C6DAFC; }

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

This text font color is #C6DAFC.


Background Color

.myBgColor { background-color: #C6DAFC; }

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

This div background color is #C6DAFC.


Border color

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

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

This div border color is #C6DAFC.


Opacity

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

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

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

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

This text has shadow with #C6DAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DAFC on black background.


Color preview on white background

This text has color #C6DAFC on white background.



Black color preview on #C6DAFC background

This text has black color on #C6DAFC background.


White color preview on #C6DAFC background

This text has white color on #C6DAFC background.