COLOR #C6DBEF

HEX: #C6DBEF
RGB: (198,219,239)

Renk bilgisi

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

RGB renk modeli

#C6DBEF color RGB value is (198,219,239).

  • kırmız ton 198;
  • yeşil ton 219;
  • mavi ton 239.
RGB:
(198,219,239)
(78%,86%,94%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 219 of 255 = 86%
B 239 of 255 = 94%

198
219
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 219 + 239 = 656 (100%)
R 198 of 656 ~ 30.18%
G 219 of 656 ~ 33.38%
B 239 of 656 ~ 36.43%

%30.18
%33.38
%36.43

CMYK RENK MODELİ

#C6DBEF rengi CMYK tonu (17,8,0,6).

  • camgöbeği tonu 17.15%
  • eflatun tonu 8.37%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(17,8,0,6)
C17M8Y0K6 
(17%,8%,0%,6%)
(0.17/0.08/0.00/0.06)	

CMYK yüzdeleri

%17.15
%8.37
%0
%6.27

Codes

Color #C6DBEF in popluar color models

C6DBEF
RGB198219239
HSL209°56.16%85.69%
HSB/HSV209°17.15%93.73%
CMYK17.15%8.37%0.00%
6.27%

Color #C6DBEF in popluar number systems.

HEXC6DBEF
Decimal198219239
Binary110001101101101111101111
Octal306333357

Shades and tints

Shades of #C6DBEF

#C6DBEF
(198,219,239)
#B4C8DA
(180,200,218)
#A2B5C5
(162,181,197)
#90A2B0
(144,162,176)
#7E8F9B
(126,143,155)
#6C7C86
(108,124,134)
#5A6971
(90,105,113)
#48565C
(72,86,92)
#364347
(54,67,71)
#243032
(36,48,50)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #C6DBEF

#C6DBEF
(198,219,239)
#CBDEF0
(203,222,240)
#D0E1F1
(208,225,241)
#D5E4F2
(213,228,242)
#DAE7F3
(218,231,243)
#DFEAF4
(223,234,244)
#E4EDF5
(228,237,245)
#E9F0F6
(233,240,246)
#EEF3F7
(238,243,247)
#F3F6F8
(243,246,248)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DBEF color. Also use rgb(198,219,239) instead hex code.

Text Font Color

.myTextColor { color: #C6DBEF; }

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

This text font color is #C6DBEF.


Background Color

.myBgColor { background-color: #C6DBEF; }

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

This div background color is #C6DBEF.


Border color

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

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

This div border color is #C6DBEF.


Opacity

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

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

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

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

This text has shadow with #C6DBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBEF on black background.


Color preview on white background

This text has color #C6DBEF on white background.



Black color preview on #C6DBEF background

This text has black color on #C6DBEF background.


White color preview on #C6DBEF background

This text has white color on #C6DBEF background.