COLOR #C6CDE5

HEX: #C6CDE5
RGB: (198,205,229)

Renk bilgisi

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

RGB renk modeli

#C6CDE5 color RGB value is (198,205,229).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 205 of 255 = 80%
B 229 of 255 = 90%

198
205
229

R + G + B ~ 83%. #C6CDE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 205 + 229 = 632 (100%)
R 198 of 632 ~ 31.33%
G 205 of 632 ~ 32.44%
B 229 of 632 ~ 36.23%

%31.33
%32.44
%36.23

CMYK RENK MODELİ

#C6CDE5 rengi CMYK tonu (14,10,0,10).

  • camgöbeği tonu 13.54%
  • eflatun tonu 10.48%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,10,0,10)
C14M10Y0K10 
(14%,10%,0%,10%)
(0.14/0.10/0.00/0.10)	

CMYK yüzdeleri

%13.54
%10.48
%0
%10.2

Codes

Color #C6CDE5 in popluar color models

C6CDE5
RGB198205229
HSL226°37.35%83.73%
HSB/HSV226°13.54%89.80%
CMYK13.54%10.48%0.00%
10.20%

Color #C6CDE5 in popluar number systems.

HEXC6CDE5
Decimal198205229
Binary110001101100110111100101
Octal306315345

Shades and tints

Shades of #C6CDE5

#C6CDE5
(198,205,229)
#B4BBD1
(180,187,209)
#A2A9BD
(162,169,189)
#9097A9
(144,151,169)
#7E8595
(126,133,149)
#6C7381
(108,115,129)
#5A616D
(90,97,109)
#484F59
(72,79,89)
#363D45
(54,61,69)
#242B31
(36,43,49)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #C6CDE5

#C6CDE5
(198,205,229)
#CBD1E7
(203,209,231)
#D0D5E9
(208,213,233)
#D5D9EB
(213,217,235)
#DADDED
(218,221,237)
#DFE1EF
(223,225,239)
#E4E5F1
(228,229,241)
#E9E9F3
(233,233,243)
#EEEDF5
(238,237,245)
#F3F1F7
(243,241,247)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDE5; }

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

This text font color is #C6CDE5.


Background Color

.myBgColor { background-color: #C6CDE5; }

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

This div background color is #C6CDE5.


Border color

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

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

This div border color is #C6CDE5.


Opacity

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

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

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

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

This text has shadow with #C6CDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDE5 on black background.


Color preview on white background

This text has color #C6CDE5 on white background.



Black color preview on #C6CDE5 background

This text has black color on #C6CDE5 background.


White color preview on #C6CDE5 background

This text has white color on #C6CDE5 background.