COLOR #C6DCE7

HEX: #C6DCE7
RGB: (198,220,231)

Renk bilgisi

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

RGB renk modeli

#C6DCE7 color RGB value is (198,220,231).

  • kırmız ton 198;
  • yeşil ton 220;
  • mavi ton 231.
RGB:
(198,220,231)
(78%,86%,91%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 220 of 255 = 86%
B 231 of 255 = 91%

198
220
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 220 + 231 = 649 (100%)
R 198 of 649 ~ 30.51%
G 220 of 649 ~ 33.9%
B 231 of 649 ~ 35.59%

%30.51
%33.9
%35.59

CMYK RENK MODELİ

#C6DCE7 rengi CMYK tonu (14,5,0,9).

  • camgöbeği tonu 14.29%
  • eflatun tonu 4.76%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,5,0,9)
C14M5Y0K9 
(14%,5%,0%,9%)
(0.14/0.05/0.00/0.09)	

CMYK yüzdeleri

%14.29
%4.76
%0
%9.41

Codes

Color #C6DCE7 in popluar color models

C6DCE7
RGB198220231
HSL200°40.74%84.12%
HSB/HSV200°14.29%90.59%
CMYK14.29%4.76%0.00%
9.41%

Color #C6DCE7 in popluar number systems.

HEXC6DCE7
Decimal198220231
Binary110001101101110011100111
Octal306334347

Shades and tints

Shades of #C6DCE7

#C6DCE7
(198,220,231)
#B4C8D2
(180,200,210)
#A2B4BD
(162,180,189)
#90A0A8
(144,160,168)
#7E8C93
(126,140,147)
#6C787E
(108,120,126)
#5A6469
(90,100,105)
#485054
(72,80,84)
#363C3F
(54,60,63)
#24282A
(36,40,42)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6DCE7

#C6DCE7
(198,220,231)
#CBDFE9
(203,223,233)
#D0E2EB
(208,226,235)
#D5E5ED
(213,229,237)
#DAE8EF
(218,232,239)
#DFEBF1
(223,235,241)
#E4EEF3
(228,238,243)
#E9F1F5
(233,241,245)
#EEF4F7
(238,244,247)
#F3F7F9
(243,247,249)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DCE7 color. Also use rgb(198,220,231) instead hex code.

Text Font Color

.myTextColor { color: #C6DCE7; }

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

This text font color is #C6DCE7.


Background Color

.myBgColor { background-color: #C6DCE7; }

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

This div background color is #C6DCE7.


Border color

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

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

This div border color is #C6DCE7.


Opacity

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

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

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

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

This text has shadow with #C6DCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCE7 on black background.


Color preview on white background

This text has color #C6DCE7 on white background.



Black color preview on #C6DCE7 background

This text has black color on #C6DCE7 background.


White color preview on #C6DCE7 background

This text has white color on #C6DCE7 background.