COLOR #C6E5F9

HEX: #C6E5F9
RGB: (198,229,249)

Renk bilgisi

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

RGB renk modeli

#C6E5F9 color RGB value is (198,229,249).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 229 of 255 = 90%
B 249 of 255 = 98%

198
229
249

R + G + B ~ 89%. #C6E5F9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 229 + 249 = 676 (100%)
R 198 of 676 ~ 29.29%
G 229 of 676 ~ 33.88%
B 249 of 676 ~ 36.83%

%29.29
%33.88
%36.83

CMYK RENK MODELİ

#C6E5F9 rengi CMYK tonu (20,8,0,2).

  • camgöbeği tonu 20.48%
  • eflatun tonu 8.03%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(20,8,0,2)
C20M8Y0K2 
(20%,8%,0%,2%)
(0.20/0.08/0.00/0.02)	

CMYK yüzdeleri

%20.48
%8.03
%0
%2.35

Codes

Color #C6E5F9 in popluar color models

C6E5F9
RGB198229249
HSL204°80.95%87.65%
HSB/HSV204°20.48%97.65%
CMYK20.48%8.03%0.00%
2.35%

Color #C6E5F9 in popluar number systems.

HEXC6E5F9
Decimal198229249
Binary110001101110010111111001
Octal306345371

Shades and tints

Shades of #C6E5F9

#C6E5F9
(198,229,249)
#B4D1E3
(180,209,227)
#A2BDCD
(162,189,205)
#90A9B7
(144,169,183)
#7E95A1
(126,149,161)
#6C818B
(108,129,139)
#5A6D75
(90,109,117)
#48595F
(72,89,95)
#364549
(54,69,73)
#243133
(36,49,51)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #C6E5F9

#C6E5F9
(198,229,249)
#CBE7F9
(203,231,249)
#D0E9F9
(208,233,249)
#D5EBF9
(213,235,249)
#DAEDF9
(218,237,249)
#DFEFF9
(223,239,249)
#E4F1F9
(228,241,249)
#E9F3F9
(233,243,249)
#EEF5F9
(238,245,249)
#F3F7F9
(243,247,249)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E5F9; }

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

This text font color is #C6E5F9.


Background Color

.myBgColor { background-color: #C6E5F9; }

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

This div background color is #C6E5F9.


Border color

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

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

This div border color is #C6E5F9.


Opacity

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

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

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

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

This text has shadow with #C6E5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E5F9 on black background.


Color preview on white background

This text has color #C6E5F9 on white background.



Black color preview on #C6E5F9 background

This text has black color on #C6E5F9 background.


White color preview on #C6E5F9 background

This text has white color on #C6E5F9 background.