COLOR #C6CCDD

HEX: #C6CCDD
RGB: (198,204,221)

Renk bilgisi

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

RGB renk modeli

#C6CCDD color RGB value is (198,204,221).

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

RGB bağlantıları ve doygunluk

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

198
204
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 204 + 221 = 623 (100%)
R 198 of 623 ~ 31.78%
G 204 of 623 ~ 32.74%
B 221 of 623 ~ 35.47%

%31.78
%32.74
%35.47

CMYK RENK MODELİ

#C6CCDD rengi CMYK tonu (10,8,0,13).

  • camgöbeği tonu 10.41%
  • eflatun tonu 7.69%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(10,8,0,13)
C10M8Y0K13 
(10%,8%,0%,13%)
(0.10/0.08/0.00/0.13)	

CMYK yüzdeleri

%10.41
%7.69
%0
%13.33

Codes

Color #C6CCDD in popluar color models

C6CCDD
RGB198204221
HSL224°25.27%82.16%
HSB/HSV224°10.41%86.67%
CMYK10.41%7.69%0.00%
13.33%

Color #C6CCDD in popluar number systems.

HEXC6CCDD
Decimal198204221
Binary110001101100110011011101
Octal306314335

Shades and tints

Shades of #C6CCDD

#C6CCDD
(198,204,221)
#B4BAC9
(180,186,201)
#A2A8B5
(162,168,181)
#9096A1
(144,150,161)
#7E848D
(126,132,141)
#6C7279
(108,114,121)
#5A6065
(90,96,101)
#484E51
(72,78,81)
#363C3D
(54,60,61)
#242A29
(36,42,41)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #C6CCDD

#C6CCDD
(198,204,221)
#CBD0E0
(203,208,224)
#D0D4E3
(208,212,227)
#D5D8E6
(213,216,230)
#DADCE9
(218,220,233)
#DFE0EC
(223,224,236)
#E4E4EF
(228,228,239)
#E9E8F2
(233,232,242)
#EEECF5
(238,236,245)
#F3F0F8
(243,240,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCDD; }

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

This text font color is #C6CCDD.


Background Color

.myBgColor { background-color: #C6CCDD; }

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

This div background color is #C6CCDD.


Border color

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

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

This div border color is #C6CCDD.


Opacity

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

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

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

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

This text has shadow with #C6CCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCDD on black background.


Color preview on white background

This text has color #C6CCDD on white background.



Black color preview on #C6CCDD background

This text has black color on #C6CCDD background.


White color preview on #C6CCDD background

This text has white color on #C6CCDD background.