COLOR #C6D0ED

HEX: #C6D0ED
RGB: (198,208,237)

Renk bilgisi

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

RGB renk modeli

#C6D0ED color RGB value is (198,208,237).

  • kırmız ton 198;
  • yeşil ton 208;
  • mavi ton 237.
RGB:
(198,208,237)
(78%,82%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 208 of 255 = 82%
B 237 of 255 = 93%

198
208
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 208 + 237 = 643 (100%)
R 198 of 643 ~ 30.79%
G 208 of 643 ~ 32.35%
B 237 of 643 ~ 36.86%

%30.79
%32.35
%36.86

CMYK RENK MODELİ

#C6D0ED rengi CMYK tonu (16,12,0,7).

  • camgöbeği tonu 16.46%
  • eflatun tonu 12.24%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(16,12,0,7)
C16M12Y0K7 
(16%,12%,0%,7%)
(0.16/0.12/0.00/0.07)	

CMYK yüzdeleri

%16.46
%12.24
%0
%7.06

Codes

Color #C6D0ED in popluar color models

C6D0ED
RGB198208237
HSL225°52.00%85.29%
HSB/HSV225°16.46%92.94%
CMYK16.46%12.24%0.00%
7.06%

Color #C6D0ED in popluar number systems.

HEXC6D0ED
Decimal198208237
Binary110001101101000011101101
Octal306320355

Shades and tints

Shades of #C6D0ED

#C6D0ED
(198,208,237)
#B4BED8
(180,190,216)
#A2ACC3
(162,172,195)
#909AAE
(144,154,174)
#7E8899
(126,136,153)
#6C7684
(108,118,132)
#5A646F
(90,100,111)
#48525A
(72,82,90)
#364045
(54,64,69)
#242E30
(36,46,48)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #C6D0ED

#C6D0ED
(198,208,237)
#CBD4EE
(203,212,238)
#D0D8EF
(208,216,239)
#D5DCF0
(213,220,240)
#DAE0F1
(218,224,241)
#DFE4F2
(223,228,242)
#E4E8F3
(228,232,243)
#E9ECF4
(233,236,244)
#EEF0F5
(238,240,245)
#F3F4F6
(243,244,246)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D0ED color. Also use rgb(198,208,237) instead hex code.

Text Font Color

.myTextColor { color: #C6D0ED; }

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

This text font color is #C6D0ED.


Background Color

.myBgColor { background-color: #C6D0ED; }

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

This div background color is #C6D0ED.


Border color

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

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

This div border color is #C6D0ED.


Opacity

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

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

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

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

This text has shadow with #C6D0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D0ED on black background.


Color preview on white background

This text has color #C6D0ED on white background.



Black color preview on #C6D0ED background

This text has black color on #C6D0ED background.


White color preview on #C6D0ED background

This text has white color on #C6D0ED background.