COLOR #C6DBF5

HEX: #C6DBF5
RGB: (198,219,245)

Renk bilgisi

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

RGB renk modeli

#C6DBF5 color RGB value is (198,219,245).

  • kırmız ton 198;
  • yeşil ton 219;
  • mavi ton 245.
RGB:
(198,219,245)
(78%,86%,96%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 219 of 255 = 86%
B 245 of 255 = 96%

198
219
245

R + G + B ~ 87%. #C6DBF5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 219 + 245 = 662 (100%)
R 198 of 662 ~ 29.91%
G 219 of 662 ~ 33.08%
B 245 of 662 ~ 37.01%

%29.91
%33.08
%37.01

CMYK RENK MODELİ

#C6DBF5 rengi CMYK tonu (19,11,0,4).

  • camgöbeği tonu 19.18%
  • eflatun tonu 10.61%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(19,11,0,4)
C19M11Y0K4 
(19%,11%,0%,4%)
(0.19/0.11/0.00/0.04)	

CMYK yüzdeleri

%19.18
%10.61
%0
%3.92

Codes

Color #C6DBF5 in popluar color models

C6DBF5
RGB198219245
HSL213°70.15%86.86%
HSB/HSV213°19.18%96.08%
CMYK19.18%10.61%0.00%
3.92%

Color #C6DBF5 in popluar number systems.

HEXC6DBF5
Decimal198219245
Binary110001101101101111110101
Octal306333365

Shades and tints

Shades of #C6DBF5

#C6DBF5
(198,219,245)
#B4C8DF
(180,200,223)
#A2B5C9
(162,181,201)
#90A2B3
(144,162,179)
#7E8F9D
(126,143,157)
#6C7C87
(108,124,135)
#5A6971
(90,105,113)
#48565B
(72,86,91)
#364345
(54,67,69)
#24302F
(36,48,47)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #C6DBF5

#C6DBF5
(198,219,245)
#CBDEF5
(203,222,245)
#D0E1F5
(208,225,245)
#D5E4F5
(213,228,245)
#DAE7F5
(218,231,245)
#DFEAF5
(223,234,245)
#E4EDF5
(228,237,245)
#E9F0F5
(233,240,245)
#EEF3F5
(238,243,245)
#F3F6F5
(243,246,245)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DBF5 color. Also use rgb(198,219,245) instead hex code.

Text Font Color

.myTextColor { color: #C6DBF5; }

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

This text font color is #C6DBF5.


Background Color

.myBgColor { background-color: #C6DBF5; }

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

This div background color is #C6DBF5.


Border color

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

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

This div border color is #C6DBF5.


Opacity

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

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

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

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

This text has shadow with #C6DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBF5 on black background.


Color preview on white background

This text has color #C6DBF5 on white background.



Black color preview on #C6DBF5 background

This text has black color on #C6DBF5 background.


White color preview on #C6DBF5 background

This text has white color on #C6DBF5 background.