COLOR #C6D3EC

HEX: #C6D3EC
RGB: (198,211,236)

Renk bilgisi

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

RGB renk modeli

#C6D3EC color RGB value is (198,211,236).

  • kırmız ton 198;
  • yeşil ton 211;
  • mavi ton 236.
RGB:
(198,211,236)
(78%,83%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 211 of 255 = 83%
B 236 of 255 = 93%

198
211
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 211 + 236 = 645 (100%)
R 198 of 645 ~ 30.7%
G 211 of 645 ~ 32.71%
B 236 of 645 ~ 36.59%

%30.7
%32.71
%36.59

CMYK RENK MODELİ

#C6D3EC rengi CMYK tonu (16,11,0,7).

  • camgöbeği tonu 16.10%
  • eflatun tonu 10.59%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(16,11,0,7)
C16M11Y0K7 
(16%,11%,0%,7%)
(0.16/0.11/0.00/0.07)	

CMYK yüzdeleri

%16.1
%10.59
%0
%7.45

Codes

Color #C6D3EC in popluar color models

C6D3EC
RGB198211236
HSL219°50.00%85.10%
HSB/HSV219°16.10%92.55%
CMYK16.10%10.59%0.00%
7.45%

Color #C6D3EC in popluar number systems.

HEXC6D3EC
Decimal198211236
Binary110001101101001111101100
Octal306323354

Shades and tints

Shades of #C6D3EC

#C6D3EC
(198,211,236)
#B4C0D7
(180,192,215)
#A2ADC2
(162,173,194)
#909AAD
(144,154,173)
#7E8798
(126,135,152)
#6C7483
(108,116,131)
#5A616E
(90,97,110)
#484E59
(72,78,89)
#363B44
(54,59,68)
#24282F
(36,40,47)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #C6D3EC

#C6D3EC
(198,211,236)
#CBD7ED
(203,215,237)
#D0DBEE
(208,219,238)
#D5DFEF
(213,223,239)
#DAE3F0
(218,227,240)
#DFE7F1
(223,231,241)
#E4EBF2
(228,235,242)
#E9EFF3
(233,239,243)
#EEF3F4
(238,243,244)
#F3F7F5
(243,247,245)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D3EC color. Also use rgb(198,211,236) instead hex code.

Text Font Color

.myTextColor { color: #C6D3EC; }

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

This text font color is #C6D3EC.


Background Color

.myBgColor { background-color: #C6D3EC; }

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

This div background color is #C6D3EC.


Border color

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

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

This div border color is #C6D3EC.


Opacity

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

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

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

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

This text has shadow with #C6D3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D3EC on black background.


Color preview on white background

This text has color #C6D3EC on white background.



Black color preview on #C6D3EC background

This text has black color on #C6D3EC background.


White color preview on #C6D3EC background

This text has white color on #C6D3EC background.