COLOR #C6DFF5

HEX: #C6DFF5
RGB: (198,223,245)

Renk bilgisi

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

RGB renk modeli

#C6DFF5 color RGB value is (198,223,245).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 223 of 255 = 87%
B 245 of 255 = 96%

198
223
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 223 + 245 = 666 (100%)
R 198 of 666 ~ 29.73%
G 223 of 666 ~ 33.48%
B 245 of 666 ~ 36.79%

%29.73
%33.48
%36.79

CMYK RENK MODELİ

#C6DFF5 rengi CMYK tonu (19,9,0,4).

  • camgöbeği tonu 19.18%
  • eflatun tonu 8.98%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(19,9,0,4)
C19M9Y0K4 
(19%,9%,0%,4%)
(0.19/0.09/0.00/0.04)	

CMYK yüzdeleri

%19.18
%8.98
%0
%3.92

Codes

Color #C6DFF5 in popluar color models

C6DFF5
RGB198223245
HSL208°70.15%86.86%
HSB/HSV208°19.18%96.08%
CMYK19.18%8.98%0.00%
3.92%

Color #C6DFF5 in popluar number systems.

HEXC6DFF5
Decimal198223245
Binary110001101101111111110101
Octal306337365

Shades and tints

Shades of #C6DFF5

#C6DFF5
(198,223,245)
#B4CBDF
(180,203,223)
#A2B7C9
(162,183,201)
#90A3B3
(144,163,179)
#7E8F9D
(126,143,157)
#6C7B87
(108,123,135)
#5A6771
(90,103,113)
#48535B
(72,83,91)
#363F45
(54,63,69)
#242B2F
(36,43,47)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6DFF5

#C6DFF5
(198,223,245)
#CBE1F5
(203,225,245)
#D0E3F5
(208,227,245)
#D5E5F5
(213,229,245)
#DAE7F5
(218,231,245)
#DFE9F5
(223,233,245)
#E4EBF5
(228,235,245)
#E9EDF5
(233,237,245)
#EEEFF5
(238,239,245)
#F3F1F5
(243,241,245)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFF5; }

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

This text font color is #C6DFF5.


Background Color

.myBgColor { background-color: #C6DFF5; }

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

This div background color is #C6DFF5.


Border color

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

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

This div border color is #C6DFF5.


Opacity

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

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

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

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

This text has shadow with #C6DFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFF5 on black background.


Color preview on white background

This text has color #C6DFF5 on white background.



Black color preview on #C6DFF5 background

This text has black color on #C6DFF5 background.


White color preview on #C6DFF5 background

This text has white color on #C6DFF5 background.