COLOR #C6CDEC

HEX: #C6CDEC
RGB: (198,205,236)

Renk bilgisi

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

RGB renk modeli

#C6CDEC color RGB value is (198,205,236).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 205 of 255 = 80%
B 236 of 255 = 93%

198
205
236

R + G + B ~ 84%. #C6CDEC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 205 + 236 = 639 (100%)
R 198 of 639 ~ 30.99%
G 205 of 639 ~ 32.08%
B 236 of 639 ~ 36.93%

%30.99
%32.08
%36.93

CMYK RENK MODELİ

#C6CDEC rengi CMYK tonu (16,13,0,7).

  • camgöbeği tonu 16.10%
  • eflatun tonu 13.14%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(16,13,0,7)
C16M13Y0K7 
(16%,13%,0%,7%)
(0.16/0.13/0.00/0.07)	

CMYK yüzdeleri

%16.1
%13.14
%0
%7.45

Codes

Color #C6CDEC in popluar color models

C6CDEC
RGB198205236
HSL229°50.00%85.10%
HSB/HSV229°16.10%92.55%
CMYK16.10%13.14%0.00%
7.45%

Color #C6CDEC in popluar number systems.

HEXC6CDEC
Decimal198205236
Binary110001101100110111101100
Octal306315354

Shades and tints

Shades of #C6CDEC

#C6CDEC
(198,205,236)
#B4BBD7
(180,187,215)
#A2A9C2
(162,169,194)
#9097AD
(144,151,173)
#7E8598
(126,133,152)
#6C7383
(108,115,131)
#5A616E
(90,97,110)
#484F59
(72,79,89)
#363D44
(54,61,68)
#242B2F
(36,43,47)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #C6CDEC

#C6CDEC
(198,205,236)
#CBD1ED
(203,209,237)
#D0D5EE
(208,213,238)
#D5D9EF
(213,217,239)
#DADDF0
(218,221,240)
#DFE1F1
(223,225,241)
#E4E5F2
(228,229,242)
#E9E9F3
(233,233,243)
#EEEDF4
(238,237,244)
#F3F1F5
(243,241,245)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDEC; }

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

This text font color is #C6CDEC.


Background Color

.myBgColor { background-color: #C6CDEC; }

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

This div background color is #C6CDEC.


Border color

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

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

This div border color is #C6CDEC.


Opacity

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

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

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

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

This text has shadow with #C6CDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDEC on black background.


Color preview on white background

This text has color #C6CDEC on white background.



Black color preview on #C6CDEC background

This text has black color on #C6CDEC background.


White color preview on #C6CDEC background

This text has white color on #C6CDEC background.