COLOR #C6D7DD

HEX: #C6D7DD
RGB: (198,215,221)

Renk bilgisi

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

RGB renk modeli

#C6D7DD color RGB value is (198,215,221).

  • kırmız ton 198;
  • yeşil ton 215;
  • mavi ton 221.
RGB:
(198,215,221)
(78%,84%,87%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 215 of 255 = 84%
B 221 of 255 = 87%

198
215
221

R + G + B ~ 83%. #C6D7DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 215 + 221 = 634 (100%)
R 198 of 634 ~ 31.23%
G 215 of 634 ~ 33.91%
B 221 of 634 ~ 34.86%

%31.23
%33.91
%34.86

CMYK RENK MODELİ

#C6D7DD rengi CMYK tonu (10,3,0,13).

  • camgöbeği tonu 10.41%
  • eflatun tonu 2.71%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(10,3,0,13)
C10M3Y0K13 
(10%,3%,0%,13%)
(0.10/0.03/0.00/0.13)	

CMYK yüzdeleri

%10.41
%2.71
%0
%13.33

Codes

Color #C6D7DD in popluar color models

C6D7DD
RGB198215221
HSL196°25.27%82.16%
HSB/HSV196°10.41%86.67%
CMYK10.41%2.71%0.00%
13.33%

Color #C6D7DD in popluar number systems.

HEXC6D7DD
Decimal198215221
Binary110001101101011111011101
Octal306327335

Shades and tints

Shades of #C6D7DD

#C6D7DD
(198,215,221)
#B4C4C9
(180,196,201)
#A2B1B5
(162,177,181)
#909EA1
(144,158,161)
#7E8B8D
(126,139,141)
#6C7879
(108,120,121)
#5A6565
(90,101,101)
#485251
(72,82,81)
#363F3D
(54,63,61)
#242C29
(36,44,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6D7DD

#C6D7DD
(198,215,221)
#CBDAE0
(203,218,224)
#D0DDE3
(208,221,227)
#D5E0E6
(213,224,230)
#DAE3E9
(218,227,233)
#DFE6EC
(223,230,236)
#E4E9EF
(228,233,239)
#E9ECF2
(233,236,242)
#EEEFF5
(238,239,245)
#F3F2F8
(243,242,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D7DD color. Also use rgb(198,215,221) instead hex code.

Text Font Color

.myTextColor { color: #C6D7DD; }

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

This text font color is #C6D7DD.


Background Color

.myBgColor { background-color: #C6D7DD; }

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

This div background color is #C6D7DD.


Border color

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

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

This div border color is #C6D7DD.


Opacity

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

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

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

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

This text has shadow with #C6D7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D7DD on black background.


Color preview on white background

This text has color #C6D7DD on white background.



Black color preview on #C6D7DD background

This text has black color on #C6D7DD background.


White color preview on #C6D7DD background

This text has white color on #C6D7DD background.