COLOR #C6CEDC

HEX: #C6CEDC
RGB: (198,206,220)

Renk bilgisi

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

RGB renk modeli

#C6CEDC color RGB value is (198,206,220).

  • kırmız ton 198;
  • yeşil ton 206;
  • mavi ton 220.
RGB:
(198,206,220)
(78%,81%,86%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 206 of 255 = 81%
B 220 of 255 = 86%

198
206
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 206 + 220 = 624 (100%)
R 198 of 624 ~ 31.73%
G 206 of 624 ~ 33.01%
B 220 of 624 ~ 35.26%

%31.73
%33.01
%35.26

CMYK RENK MODELİ

#C6CEDC rengi CMYK tonu (10,6,0,14).

  • camgöbeği tonu 10.00%
  • eflatun tonu 6.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,6,0,14)
C10M6Y0K14 
(10%,6%,0%,14%)
(0.10/0.06/0.00/0.14)	

CMYK yüzdeleri

%10
%6.36
%0
%13.73

Codes

Color #C6CEDC in popluar color models

C6CEDC
RGB198206220
HSL218°23.91%81.96%
HSB/HSV218°10.00%86.27%
CMYK10.00%6.36%0.00%
13.73%

Color #C6CEDC in popluar number systems.

HEXC6CEDC
Decimal198206220
Binary110001101100111011011100
Octal306316334

Shades and tints

Shades of #C6CEDC

#C6CEDC
(198,206,220)
#B4BCC8
(180,188,200)
#A2AAB4
(162,170,180)
#9098A0
(144,152,160)
#7E868C
(126,134,140)
#6C7478
(108,116,120)
#5A6264
(90,98,100)
#485050
(72,80,80)
#363E3C
(54,62,60)
#242C28
(36,44,40)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #C6CEDC

#C6CEDC
(198,206,220)
#CBD2DF
(203,210,223)
#D0D6E2
(208,214,226)
#D5DAE5
(213,218,229)
#DADEE8
(218,222,232)
#DFE2EB
(223,226,235)
#E4E6EE
(228,230,238)
#E9EAF1
(233,234,241)
#EEEEF4
(238,238,244)
#F3F2F7
(243,242,247)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CEDC color. Also use rgb(198,206,220) instead hex code.

Text Font Color

.myTextColor { color: #C6CEDC; }

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

This text font color is #C6CEDC.


Background Color

.myBgColor { background-color: #C6CEDC; }

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

This div background color is #C6CEDC.


Border color

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

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

This div border color is #C6CEDC.


Opacity

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

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

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

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

This text has shadow with #C6CEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEDC on black background.


Color preview on white background

This text has color #C6CEDC on white background.



Black color preview on #C6CEDC background

This text has black color on #C6CEDC background.


White color preview on #C6CEDC background

This text has white color on #C6CEDC background.