COLOR #C6D6FE

HEX: #C6D6FE
RGB: (198,214,254)

Renk bilgisi

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

RGB renk modeli

#C6D6FE color RGB value is (198,214,254).

  • kırmız ton 198;
  • yeşil ton 214;
  • mavi ton 254.
RGB:
(198,214,254)
(78%,84%,100%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 214 of 255 = 84%
B 254 of 255 = 100%

198
214
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 214 + 254 = 666 (100%)
R 198 of 666 ~ 29.73%
G 214 of 666 ~ 32.13%
B 254 of 666 ~ 38.14%

%29.73
%32.13
%38.14

CMYK RENK MODELİ

#C6D6FE rengi CMYK tonu (22,16,0,0).

  • camgöbeği tonu 22.05%
  • eflatun tonu 15.75%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(22,16,0,0)
C22M16Y0K0 
(22%,16%,0%,0%)
(0.22/0.16/0.00/0.00)	

CMYK yüzdeleri

%22.05
%15.75
%0
%0.39

Codes

Color #C6D6FE in popluar color models

C6D6FE
RGB198214254
HSL223°96.55%88.63%
HSB/HSV223°22.05%99.61%
CMYK22.05%15.75%0.00%
0.39%

Color #C6D6FE in popluar number systems.

HEXC6D6FE
Decimal198214254
Binary110001101101011011111110
Octal306326376

Shades and tints

Shades of #C6D6FE

#C6D6FE
(198,214,254)
#B4C3E7
(180,195,231)
#A2B0D0
(162,176,208)
#909DB9
(144,157,185)
#7E8AA2
(126,138,162)
#6C778B
(108,119,139)
#5A6474
(90,100,116)
#48515D
(72,81,93)
#363E46
(54,62,70)
#242B2F
(36,43,47)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6D6FE

#C6D6FE
(198,214,254)
#CBD9FE
(203,217,254)
#D0DCFE
(208,220,254)
#D5DFFE
(213,223,254)
#DAE2FE
(218,226,254)
#DFE5FE
(223,229,254)
#E4E8FE
(228,232,254)
#E9EBFE
(233,235,254)
#EEEEFE
(238,238,254)
#F3F1FE
(243,241,254)
#F8F4FE
(248,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D6FE color. Also use rgb(198,214,254) instead hex code.

Text Font Color

.myTextColor { color: #C6D6FE; }

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

This text font color is #C6D6FE.


Background Color

.myBgColor { background-color: #C6D6FE; }

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

This div background color is #C6D6FE.


Border color

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

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

This div border color is #C6D6FE.


Opacity

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

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

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

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

This text has shadow with #C6D6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D6FE on black background.


Color preview on white background

This text has color #C6D6FE on white background.



Black color preview on #C6D6FE background

This text has black color on #C6D6FE background.


White color preview on #C6D6FE background

This text has white color on #C6D6FE background.