COLOR #C6D0F9

HEX: #C6D0F9
RGB: (198,208,249)

Renk bilgisi

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

RGB renk modeli

#C6D0F9 color RGB value is (198,208,249).

  • kırmız ton 198;
  • yeşil ton 208;
  • mavi ton 249.
RGB:
(198,208,249)
(78%,82%,98%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 208 of 255 = 82%
B 249 of 255 = 98%

198
208
249

R + G + B ~ 86%. #C6D0F9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 208 + 249 = 655 (100%)
R 198 of 655 ~ 30.23%
G 208 of 655 ~ 31.76%
B 249 of 655 ~ 38.02%

%30.23
%31.76
%38.02

CMYK RENK MODELİ

#C6D0F9 rengi CMYK tonu (20,16,0,2).

  • camgöbeği tonu 20.48%
  • eflatun tonu 16.47%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(20,16,0,2)
C20M16Y0K2 
(20%,16%,0%,2%)
(0.20/0.16/0.00/0.02)	

CMYK yüzdeleri

%20.48
%16.47
%0
%2.35

Codes

Color #C6D0F9 in popluar color models

C6D0F9
RGB198208249
HSL228°80.95%87.65%
HSB/HSV228°20.48%97.65%
CMYK20.48%16.47%0.00%
2.35%

Color #C6D0F9 in popluar number systems.

HEXC6D0F9
Decimal198208249
Binary110001101101000011111001
Octal306320371

Shades and tints

Shades of #C6D0F9

#C6D0F9
(198,208,249)
#B4BEE3
(180,190,227)
#A2ACCD
(162,172,205)
#909AB7
(144,154,183)
#7E88A1
(126,136,161)
#6C768B
(108,118,139)
#5A6475
(90,100,117)
#48525F
(72,82,95)
#364049
(54,64,73)
#242E33
(36,46,51)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #C6D0F9

#C6D0F9
(198,208,249)
#CBD4F9
(203,212,249)
#D0D8F9
(208,216,249)
#D5DCF9
(213,220,249)
#DAE0F9
(218,224,249)
#DFE4F9
(223,228,249)
#E4E8F9
(228,232,249)
#E9ECF9
(233,236,249)
#EEF0F9
(238,240,249)
#F3F4F9
(243,244,249)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D0F9 color. Also use rgb(198,208,249) instead hex code.

Text Font Color

.myTextColor { color: #C6D0F9; }

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

This text font color is #C6D0F9.


Background Color

.myBgColor { background-color: #C6D0F9; }

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

This div background color is #C6D0F9.


Border color

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

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

This div border color is #C6D0F9.


Opacity

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

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

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

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

This text has shadow with #C6D0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D0F9 on black background.


Color preview on white background

This text has color #C6D0F9 on white background.



Black color preview on #C6D0F9 background

This text has black color on #C6D0F9 background.


White color preview on #C6D0F9 background

This text has white color on #C6D0F9 background.