COLOR #C6D9EB

HEX: #C6D9EB
RGB: (198,217,235)

Renk bilgisi

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

RGB renk modeli

#C6D9EB color RGB value is (198,217,235).

  • kırmız ton 198;
  • yeşil ton 217;
  • mavi ton 235.
RGB:
(198,217,235)
(78%,85%,92%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 217 of 255 = 85%
B 235 of 255 = 92%

198
217
235

R + G + B ~ 85%. #C6D9EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 217 + 235 = 650 (100%)
R 198 of 650 ~ 30.46%
G 217 of 650 ~ 33.38%
B 235 of 650 ~ 36.15%

%30.46
%33.38
%36.15

CMYK RENK MODELİ

#C6D9EB rengi CMYK tonu (16,8,0,8).

  • camgöbeği tonu 15.74%
  • eflatun tonu 7.66%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,8,0,8)
C16M8Y0K8 
(16%,8%,0%,8%)
(0.16/0.08/0.00/0.08)	

CMYK yüzdeleri

%15.74
%7.66
%0
%7.84

Codes

Color #C6D9EB in popluar color models

C6D9EB
RGB198217235
HSL209°48.05%84.90%
HSB/HSV209°15.74%92.16%
CMYK15.74%7.66%0.00%
7.84%

Color #C6D9EB in popluar number systems.

HEXC6D9EB
Decimal198217235
Binary110001101101100111101011
Octal306331353

Shades and tints

Shades of #C6D9EB

#C6D9EB
(198,217,235)
#B4C6D6
(180,198,214)
#A2B3C1
(162,179,193)
#90A0AC
(144,160,172)
#7E8D97
(126,141,151)
#6C7A82
(108,122,130)
#5A676D
(90,103,109)
#485458
(72,84,88)
#364143
(54,65,67)
#242E2E
(36,46,46)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6D9EB

#C6D9EB
(198,217,235)
#CBDCEC
(203,220,236)
#D0DFED
(208,223,237)
#D5E2EE
(213,226,238)
#DAE5EF
(218,229,239)
#DFE8F0
(223,232,240)
#E4EBF1
(228,235,241)
#E9EEF2
(233,238,242)
#EEF1F3
(238,241,243)
#F3F4F4
(243,244,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D9EB color. Also use rgb(198,217,235) instead hex code.

Text Font Color

.myTextColor { color: #C6D9EB; }

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

This text font color is #C6D9EB.


Background Color

.myBgColor { background-color: #C6D9EB; }

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

This div background color is #C6D9EB.


Border color

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

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

This div border color is #C6D9EB.


Opacity

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

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

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

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

This text has shadow with #C6D9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D9EB on black background.


Color preview on white background

This text has color #C6D9EB on white background.



Black color preview on #C6D9EB background

This text has black color on #C6D9EB background.


White color preview on #C6D9EB background

This text has white color on #C6D9EB background.