COLOR #C6DFEE

HEX: #C6DFEE
RGB: (198,223,238)

Renk bilgisi

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

RGB renk modeli

#C6DFEE color RGB value is (198,223,238).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 223 of 255 = 87%
B 238 of 255 = 93%

198
223
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 223 + 238 = 659 (100%)
R 198 of 659 ~ 30.05%
G 223 of 659 ~ 33.84%
B 238 of 659 ~ 36.12%

%30.05
%33.84
%36.12

CMYK RENK MODELİ

#C6DFEE rengi CMYK tonu (17,6,0,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 6.30%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,6,0,7)
C17M6Y0K7 
(17%,6%,0%,7%)
(0.17/0.06/0.00/0.07)	

CMYK yüzdeleri

%16.81
%6.3
%0
%6.67

Codes

Color #C6DFEE in popluar color models

C6DFEE
RGB198223238
HSL203°54.05%85.49%
HSB/HSV203°16.81%93.33%
CMYK16.81%6.30%0.00%
6.67%

Color #C6DFEE in popluar number systems.

HEXC6DFEE
Decimal198223238
Binary110001101101111111101110
Octal306337356

Shades and tints

Shades of #C6DFEE

#C6DFEE
(198,223,238)
#B4CBD9
(180,203,217)
#A2B7C4
(162,183,196)
#90A3AF
(144,163,175)
#7E8F9A
(126,143,154)
#6C7B85
(108,123,133)
#5A6770
(90,103,112)
#48535B
(72,83,91)
#363F46
(54,63,70)
#242B31
(36,43,49)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #C6DFEE

#C6DFEE
(198,223,238)
#CBE1EF
(203,225,239)
#D0E3F0
(208,227,240)
#D5E5F1
(213,229,241)
#DAE7F2
(218,231,242)
#DFE9F3
(223,233,243)
#E4EBF4
(228,235,244)
#E9EDF5
(233,237,245)
#EEEFF6
(238,239,246)
#F3F1F7
(243,241,247)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFEE; }

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

This text font color is #C6DFEE.


Background Color

.myBgColor { background-color: #C6DFEE; }

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

This div background color is #C6DFEE.


Border color

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

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

This div border color is #C6DFEE.


Opacity

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

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

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

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

This text has shadow with #C6DFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFEE on black background.


Color preview on white background

This text has color #C6DFEE on white background.



Black color preview on #C6DFEE background

This text has black color on #C6DFEE background.


White color preview on #C6DFEE background

This text has white color on #C6DFEE background.