COLOR #C6D9EE

HEX: #C6D9EE
RGB: (198,217,238)

Renk bilgisi

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

RGB renk modeli

#C6D9EE color RGB value is (198,217,238).

  • kırmız ton 198;
  • yeşil ton 217;
  • mavi ton 238.
RGB:
(198,217,238)
(78%,85%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 217 of 255 = 85%
B 238 of 255 = 93%

198
217
238

R + G + B ~ 85%. #C6D9EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 217 + 238 = 653 (100%)
R 198 of 653 ~ 30.32%
G 217 of 653 ~ 33.23%
B 238 of 653 ~ 36.45%

%30.32
%33.23
%36.45

CMYK RENK MODELİ

#C6D9EE rengi CMYK tonu (17,9,0,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,9,0,7)
C17M9Y0K7 
(17%,9%,0%,7%)
(0.17/0.09/0.00/0.07)	

CMYK yüzdeleri

%16.81
%8.82
%0
%6.67

Codes

Color #C6D9EE in popluar color models

C6D9EE
RGB198217238
HSL212°54.05%85.49%
HSB/HSV212°16.81%93.33%
CMYK16.81%8.82%0.00%
6.67%

Color #C6D9EE in popluar number systems.

HEXC6D9EE
Decimal198217238
Binary110001101101100111101110
Octal306331356

Shades and tints

Shades of #C6D9EE

#C6D9EE
(198,217,238)
#B4C6D9
(180,198,217)
#A2B3C4
(162,179,196)
#90A0AF
(144,160,175)
#7E8D9A
(126,141,154)
#6C7A85
(108,122,133)
#5A6770
(90,103,112)
#48545B
(72,84,91)
#364146
(54,65,70)
#242E31
(36,46,49)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #C6D9EE

#C6D9EE
(198,217,238)
#CBDCEF
(203,220,239)
#D0DFF0
(208,223,240)
#D5E2F1
(213,226,241)
#DAE5F2
(218,229,242)
#DFE8F3
(223,232,243)
#E4EBF4
(228,235,244)
#E9EEF5
(233,238,245)
#EEF1F6
(238,241,246)
#F3F4F7
(243,244,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D9EE color. Also use rgb(198,217,238) instead hex code.

Text Font Color

.myTextColor { color: #C6D9EE; }

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

This text font color is #C6D9EE.


Background Color

.myBgColor { background-color: #C6D9EE; }

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

This div background color is #C6D9EE.


Border color

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

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

This div border color is #C6D9EE.


Opacity

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

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

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

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

This text has shadow with #C6D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D9EE on black background.


Color preview on white background

This text has color #C6D9EE on white background.



Black color preview on #C6D9EE background

This text has black color on #C6D9EE background.


White color preview on #C6D9EE background

This text has white color on #C6D9EE background.