COLOR #C6DFF0

HEX: #C6DFF0
RGB: (198,223,240)

Renk bilgisi

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

RGB renk modeli

#C6DFF0 color RGB value is (198,223,240).

  • kırmız ton 198;
  • yeşil ton 223;
  • mavi ton 240.
RGB:
(198,223,240)
(78%,87%,94%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 223 of 255 = 87%
B 240 of 255 = 94%

198
223
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 223 + 240 = 661 (100%)
R 198 of 661 ~ 29.95%
G 223 of 661 ~ 33.74%
B 240 of 661 ~ 36.31%

%29.95
%33.74
%36.31

CMYK RENK MODELİ

#C6DFF0 rengi CMYK tonu (18,7,0,6).

  • camgöbeği tonu 17.50%
  • eflatun tonu 7.08%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(18,7,0,6)
C18M7Y0K6 
(18%,7%,0%,6%)
(0.18/0.07/0.00/0.06)	

CMYK yüzdeleri

%17.5
%7.08
%0
%5.88

Codes

Color #C6DFF0 in popluar color models

C6DFF0
RGB198223240
HSL204°58.33%85.88%
HSB/HSV204°17.50%94.12%
CMYK17.50%7.08%0.00%
5.88%

Color #C6DFF0 in popluar number systems.

HEXC6DFF0
Decimal198223240
Binary110001101101111111110000
Octal306337360

Shades and tints

Shades of #C6DFF0

#C6DFF0
(198,223,240)
#B4CBDB
(180,203,219)
#A2B7C6
(162,183,198)
#90A3B1
(144,163,177)
#7E8F9C
(126,143,156)
#6C7B87
(108,123,135)
#5A6772
(90,103,114)
#48535D
(72,83,93)
#363F48
(54,63,72)
#242B33
(36,43,51)
#12171E
(18,23,30)
#000000
(0,0,0)

Tints of #C6DFF0

#C6DFF0
(198,223,240)
#CBE1F1
(203,225,241)
#D0E3F2
(208,227,242)
#D5E5F3
(213,229,243)
#DAE7F4
(218,231,244)
#DFE9F5
(223,233,245)
#E4EBF6
(228,235,246)
#E9EDF7
(233,237,247)
#EEEFF8
(238,239,248)
#F3F1F9
(243,241,249)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DFF0 color. Also use rgb(198,223,240) instead hex code.

Text Font Color

.myTextColor { color: #C6DFF0; }

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

This text font color is #C6DFF0.


Background Color

.myBgColor { background-color: #C6DFF0; }

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

This div background color is #C6DFF0.


Border color

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

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

This div border color is #C6DFF0.


Opacity

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

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

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

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

This text has shadow with #C6DFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFF0 on black background.


Color preview on white background

This text has color #C6DFF0 on white background.



Black color preview on #C6DFF0 background

This text has black color on #C6DFF0 background.


White color preview on #C6DFF0 background

This text has white color on #C6DFF0 background.