COLOR #C6CDDD

HEX: #C6CDDD
RGB: (198,205,221)

Renk bilgisi

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

RGB renk modeli

#C6CDDD color RGB value is (198,205,221).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 205 of 255 = 80%
B 221 of 255 = 87%

198
205
221

R + G + B ~ 82%. #C6CDDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 205 + 221 = 624 (100%)
R 198 of 624 ~ 31.73%
G 205 of 624 ~ 32.85%
B 221 of 624 ~ 35.42%

%31.73
%32.85
%35.42

CMYK RENK MODELİ

#C6CDDD rengi CMYK tonu (10,7,0,13).

  • camgöbeği tonu 10.41%
  • eflatun tonu 7.24%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(10,7,0,13)
C10M7Y0K13 
(10%,7%,0%,13%)
(0.10/0.07/0.00/0.13)	

CMYK yüzdeleri

%10.41
%7.24
%0
%13.33

Codes

Color #C6CDDD in popluar color models

C6CDDD
RGB198205221
HSL222°25.27%82.16%
HSB/HSV222°10.41%86.67%
CMYK10.41%7.24%0.00%
13.33%

Color #C6CDDD in popluar number systems.

HEXC6CDDD
Decimal198205221
Binary110001101100110111011101
Octal306315335

Shades and tints

Shades of #C6CDDD

#C6CDDD
(198,205,221)
#B4BBC9
(180,187,201)
#A2A9B5
(162,169,181)
#9097A1
(144,151,161)
#7E858D
(126,133,141)
#6C7379
(108,115,121)
#5A6165
(90,97,101)
#484F51
(72,79,81)
#363D3D
(54,61,61)
#242B29
(36,43,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6CDDD

#C6CDDD
(198,205,221)
#CBD1E0
(203,209,224)
#D0D5E3
(208,213,227)
#D5D9E6
(213,217,230)
#DADDE9
(218,221,233)
#DFE1EC
(223,225,236)
#E4E5EF
(228,229,239)
#E9E9F2
(233,233,242)
#EEEDF5
(238,237,245)
#F3F1F8
(243,241,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDDD; }

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

This text font color is #C6CDDD.


Background Color

.myBgColor { background-color: #C6CDDD; }

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

This div background color is #C6CDDD.


Border color

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

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

This div border color is #C6CDDD.


Opacity

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

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

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

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

This text has shadow with #C6CDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDDD on black background.


Color preview on white background

This text has color #C6CDDD on white background.



Black color preview on #C6CDDD background

This text has black color on #C6CDDD background.


White color preview on #C6CDDD background

This text has white color on #C6CDDD background.