COLOR #C6D5E7

HEX: #C6D5E7
RGB: (198,213,231)

Renk bilgisi

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

RGB renk modeli

#C6D5E7 color RGB value is (198,213,231).

  • kırmız ton 198;
  • yeşil ton 213;
  • mavi ton 231.
RGB:
(198,213,231)
(78%,84%,91%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 213 of 255 = 84%
B 231 of 255 = 91%

198
213
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 213 + 231 = 642 (100%)
R 198 of 642 ~ 30.84%
G 213 of 642 ~ 33.18%
B 231 of 642 ~ 35.98%

%30.84
%33.18
%35.98

CMYK RENK MODELİ

#C6D5E7 rengi CMYK tonu (14,8,0,9).

  • camgöbeği tonu 14.29%
  • eflatun tonu 7.79%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(14,8,0,9)
C14M8Y0K9 
(14%,8%,0%,9%)
(0.14/0.08/0.00/0.09)	

CMYK yüzdeleri

%14.29
%7.79
%0
%9.41

Codes

Color #C6D5E7 in popluar color models

C6D5E7
RGB198213231
HSL213°40.74%84.12%
HSB/HSV213°14.29%90.59%
CMYK14.29%7.79%0.00%
9.41%

Color #C6D5E7 in popluar number systems.

HEXC6D5E7
Decimal198213231
Binary110001101101010111100111
Octal306325347

Shades and tints

Shades of #C6D5E7

#C6D5E7
(198,213,231)
#B4C2D2
(180,194,210)
#A2AFBD
(162,175,189)
#909CA8
(144,156,168)
#7E8993
(126,137,147)
#6C767E
(108,118,126)
#5A6369
(90,99,105)
#485054
(72,80,84)
#363D3F
(54,61,63)
#242A2A
(36,42,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6D5E7

#C6D5E7
(198,213,231)
#CBD8E9
(203,216,233)
#D0DBEB
(208,219,235)
#D5DEED
(213,222,237)
#DAE1EF
(218,225,239)
#DFE4F1
(223,228,241)
#E4E7F3
(228,231,243)
#E9EAF5
(233,234,245)
#EEEDF7
(238,237,247)
#F3F0F9
(243,240,249)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D5E7 color. Also use rgb(198,213,231) instead hex code.

Text Font Color

.myTextColor { color: #C6D5E7; }

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

This text font color is #C6D5E7.


Background Color

.myBgColor { background-color: #C6D5E7; }

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

This div background color is #C6D5E7.


Border color

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

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

This div border color is #C6D5E7.


Opacity

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

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

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

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

This text has shadow with #C6D5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D5E7 on black background.


Color preview on white background

This text has color #C6D5E7 on white background.



Black color preview on #C6D5E7 background

This text has black color on #C6D5E7 background.


White color preview on #C6D5E7 background

This text has white color on #C6D5E7 background.