COLOR #C6DFDB

HEX: #C6DFDB
RGB: (198,223,219)

Renk bilgisi

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

RGB renk modeli

#C6DFDB color RGB value is (198,223,219).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 223 of 255 = 87%
B 219 of 255 = 86%

198
223
219

R + G + B ~ 84%. #C6DFDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 223 + 219 = 640 (100%)
R 198 of 640 ~ 30.94%
G 223 of 640 ~ 34.84%
B 219 of 640 ~ 34.22%

%30.94
%34.84
%34.22

CMYK RENK MODELİ

#C6DFDB rengi CMYK tonu (11,0,2,13).

  • camgöbeği tonu 11.21%
  • eflatun tonu 0.00%
  • sarı tonu 1.79%
  • ana renk tonu 12.55%
CMYK:
(11,0,2,13)
C11M0Y2K13 
(11%,0%,2%,13%)
(0.11/0.00/0.02/0.13)	

CMYK yüzdeleri

%11.21
%0
%1.79
%12.55

Codes

Color #C6DFDB in popluar color models

C6DFDB
RGB198223219
HSL170°28.09%82.55%
HSB/HSV170°11.21%87.45%
CMYK11.21%0.00%1.79%
12.55%

Color #C6DFDB in popluar number systems.

HEXC6DFDB
Decimal198223219
Binary110001101101111111011011
Octal306337333

Shades and tints

Shades of #C6DFDB

#C6DFDB
(198,223,219)
#B4CBC8
(180,203,200)
#A2B7B5
(162,183,181)
#90A3A2
(144,163,162)
#7E8F8F
(126,143,143)
#6C7B7C
(108,123,124)
#5A6769
(90,103,105)
#485356
(72,83,86)
#363F43
(54,63,67)
#242B30
(36,43,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #C6DFDB

#C6DFDB
(198,223,219)
#CBE1DE
(203,225,222)
#D0E3E1
(208,227,225)
#D5E5E4
(213,229,228)
#DAE7E7
(218,231,231)
#DFE9EA
(223,233,234)
#E4EBED
(228,235,237)
#E9EDF0
(233,237,240)
#EEEFF3
(238,239,243)
#F3F1F6
(243,241,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFDB; }

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

This text font color is #C6DFDB.


Background Color

.myBgColor { background-color: #C6DFDB; }

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

This div background color is #C6DFDB.


Border color

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

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

This div border color is #C6DFDB.


Opacity

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

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

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

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

This text has shadow with #C6DFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFDB on black background.


Color preview on white background

This text has color #C6DFDB on white background.



Black color preview on #C6DFDB background

This text has black color on #C6DFDB background.


White color preview on #C6DFDB background

This text has white color on #C6DFDB background.