COLOR #C6DCF3

HEX: #C6DCF3
RGB: (198,220,243)

Renk bilgisi

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

RGB renk modeli

#C6DCF3 color RGB value is (198,220,243).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 220 of 255 = 86%
B 243 of 255 = 95%

198
220
243

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 220 + 243 = 661 (100%)
R 198 of 661 ~ 29.95%
G 220 of 661 ~ 33.28%
B 243 of 661 ~ 36.76%

%29.95
%33.28
%36.76

CMYK RENK MODELİ

#C6DCF3 rengi CMYK tonu (19,9,0,5).

  • camgöbeği tonu 18.52%
  • eflatun tonu 9.47%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(19,9,0,5)
C19M9Y0K5 
(19%,9%,0%,5%)
(0.19/0.09/0.00/0.05)	

CMYK yüzdeleri

%18.52
%9.47
%0
%4.71

Codes

Color #C6DCF3 in popluar color models

C6DCF3
RGB198220243
HSL211°65.22%86.47%
HSB/HSV211°18.52%95.29%
CMYK18.52%9.47%0.00%
4.71%

Color #C6DCF3 in popluar number systems.

HEXC6DCF3
Decimal198220243
Binary110001101101110011110011
Octal306334363

Shades and tints

Shades of #C6DCF3

#C6DCF3
(198,220,243)
#B4C8DD
(180,200,221)
#A2B4C7
(162,180,199)
#90A0B1
(144,160,177)
#7E8C9B
(126,140,155)
#6C7885
(108,120,133)
#5A646F
(90,100,111)
#485059
(72,80,89)
#363C43
(54,60,67)
#24282D
(36,40,45)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #C6DCF3

#C6DCF3
(198,220,243)
#CBDFF4
(203,223,244)
#D0E2F5
(208,226,245)
#D5E5F6
(213,229,246)
#DAE8F7
(218,232,247)
#DFEBF8
(223,235,248)
#E4EEF9
(228,238,249)
#E9F1FA
(233,241,250)
#EEF4FB
(238,244,251)
#F3F7FC
(243,247,252)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCF3; }

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

This text font color is #C6DCF3.


Background Color

.myBgColor { background-color: #C6DCF3; }

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

This div background color is #C6DCF3.


Border color

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

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

This div border color is #C6DCF3.


Opacity

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

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

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

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

This text has shadow with #C6DCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCF3 on black background.


Color preview on white background

This text has color #C6DCF3 on white background.



Black color preview on #C6DCF3 background

This text has black color on #C6DCF3 background.


White color preview on #C6DCF3 background

This text has white color on #C6DCF3 background.