COLOR #C6CEDB

HEX: #C6CEDB
RGB: (198,206,219)

Renk bilgisi

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

RGB renk modeli

#C6CEDB color RGB value is (198,206,219).

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

RGB bağlantıları ve doygunluk

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

198
206
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 206 + 219 = 623 (100%)
R 198 of 623 ~ 31.78%
G 206 of 623 ~ 33.07%
B 219 of 623 ~ 35.15%

%31.78
%33.07
%35.15

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%9.59
%5.94
%0
%14.12

Codes

Color #C6CEDB in popluar color models

C6CEDB
RGB198206219
HSL217°22.58%81.76%
HSB/HSV217°9.59%85.88%
CMYK9.59%5.94%0.00%
14.12%

Color #C6CEDB in popluar number systems.

HEXC6CEDB
Decimal198206219
Binary110001101100111011011011
Octal306316333

Shades and tints

Shades of #C6CEDB

#C6CEDB
(198,206,219)
#B4BCC8
(180,188,200)
#A2AAB5
(162,170,181)
#9098A2
(144,152,162)
#7E868F
(126,134,143)
#6C747C
(108,116,124)
#5A6269
(90,98,105)
#485056
(72,80,86)
#363E43
(54,62,67)
#242C30
(36,44,48)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #C6CEDB

#C6CEDB
(198,206,219)
#CBD2DE
(203,210,222)
#D0D6E1
(208,214,225)
#D5DAE4
(213,218,228)
#DADEE7
(218,222,231)
#DFE2EA
(223,226,234)
#E4E6ED
(228,230,237)
#E9EAF0
(233,234,240)
#EEEEF3
(238,238,243)
#F3F2F6
(243,242,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CEDB; }

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

This text font color is #C6CEDB.


Background Color

.myBgColor { background-color: #C6CEDB; }

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

This div background color is #C6CEDB.


Border color

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

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

This div border color is #C6CEDB.


Opacity

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

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

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

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

This text has shadow with #C6CEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEDB on black background.


Color preview on white background

This text has color #C6CEDB on white background.



Black color preview on #C6CEDB background

This text has black color on #C6CEDB background.


White color preview on #C6CEDB background

This text has white color on #C6CEDB background.