COLOR #C6DFEB

HEX: #C6DFEB
RGB: (198,223,235)

Renk bilgisi

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

RGB renk modeli

#C6DFEB color RGB value is (198,223,235).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 223 of 255 = 87%
B 235 of 255 = 92%

198
223
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 223 + 235 = 656 (100%)
R 198 of 656 ~ 30.18%
G 223 of 656 ~ 33.99%
B 235 of 656 ~ 35.82%

%30.18
%33.99
%35.82

CMYK RENK MODELİ

#C6DFEB rengi CMYK tonu (16,5,0,8).

  • camgöbeği tonu 15.74%
  • eflatun tonu 5.11%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(16,5,0,8)
C16M5Y0K8 
(16%,5%,0%,8%)
(0.16/0.05/0.00/0.08)	

CMYK yüzdeleri

%15.74
%5.11
%0
%7.84

Codes

Color #C6DFEB in popluar color models

C6DFEB
RGB198223235
HSL199°48.05%84.90%
HSB/HSV199°15.74%92.16%
CMYK15.74%5.11%0.00%
7.84%

Color #C6DFEB in popluar number systems.

HEXC6DFEB
Decimal198223235
Binary110001101101111111101011
Octal306337353

Shades and tints

Shades of #C6DFEB

#C6DFEB
(198,223,235)
#B4CBD6
(180,203,214)
#A2B7C1
(162,183,193)
#90A3AC
(144,163,172)
#7E8F97
(126,143,151)
#6C7B82
(108,123,130)
#5A676D
(90,103,109)
#485358
(72,83,88)
#363F43
(54,63,67)
#242B2E
(36,43,46)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6DFEB

#C6DFEB
(198,223,235)
#CBE1EC
(203,225,236)
#D0E3ED
(208,227,237)
#D5E5EE
(213,229,238)
#DAE7EF
(218,231,239)
#DFE9F0
(223,233,240)
#E4EBF1
(228,235,241)
#E9EDF2
(233,237,242)
#EEEFF3
(238,239,243)
#F3F1F4
(243,241,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFEB; }

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

This text font color is #C6DFEB.


Background Color

.myBgColor { background-color: #C6DFEB; }

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

This div background color is #C6DFEB.


Border color

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

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

This div border color is #C6DFEB.


Opacity

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

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

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

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

This text has shadow with #C6DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFEB on black background.


Color preview on white background

This text has color #C6DFEB on white background.



Black color preview on #C6DFEB background

This text has black color on #C6DFEB background.


White color preview on #C6DFEB background

This text has white color on #C6DFEB background.