COLOR #C6D6FF

HEX: #C6D6FF
RGB: (198,214,255)

Renk bilgisi

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

RGB renk modeli

#C6D6FF color RGB value is (198,214,255).

  • kırmız ton 198;
  • yeşil ton 214;
  • mavi ton 255.
RGB:
(198,214,255)
(78%,84%,100%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 214 of 255 = 84%
B 255 of 255 = 100%

198
214
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 214 + 255 = 667 (100%)
R 198 of 667 ~ 29.69%
G 214 of 667 ~ 32.08%
B 255 of 667 ~ 38.23%

%29.69
%32.08
%38.23

CMYK RENK MODELİ

#C6D6FF rengi CMYK tonu (22,16,0,0).

  • camgöbeği tonu 22.35%
  • eflatun tonu 16.08%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(22,16,0,0)
C22M16Y0K0 
(22%,16%,0%,0%)
(0.22/0.16/0.00/0.00)	

CMYK yüzdeleri

%22.35
%16.08
%0
%0

Codes

Color #C6D6FF in popluar color models

C6D6FF
RGB198214255
HSL223°100.00%88.82%
HSB/HSV223°22.35%100.00%
CMYK22.35%16.08%0.00%
0.00%

Color #C6D6FF in popluar number systems.

HEXC6D6FF
Decimal198214255
Binary110001101101011011111111
Octal306326377

Shades and tints

Shades of #C6D6FF

#C6D6FF
(198,214,255)
#B4C3E8
(180,195,232)
#A2B0D1
(162,176,209)
#909DBA
(144,157,186)
#7E8AA3
(126,138,163)
#6C778C
(108,119,140)
#5A6475
(90,100,117)
#48515E
(72,81,94)
#363E47
(54,62,71)
#242B30
(36,43,48)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6D6FF

#C6D6FF
(198,214,255)
#CBD9FF
(203,217,255)
#D0DCFF
(208,220,255)
#D5DFFF
(213,223,255)
#DAE2FF
(218,226,255)
#DFE5FF
(223,229,255)
#E4E8FF
(228,232,255)
#E9EBFF
(233,235,255)
#EEEEFF
(238,238,255)
#F3F1FF
(243,241,255)
#F8F4FF
(248,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D6FF color. Also use rgb(198,214,255) instead hex code.

Text Font Color

.myTextColor { color: #C6D6FF; }

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

This text font color is #C6D6FF.


Background Color

.myBgColor { background-color: #C6D6FF; }

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

This div background color is #C6D6FF.


Border color

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

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

This div border color is #C6D6FF.


Opacity

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

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

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

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

This text has shadow with #C6D6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D6FF on black background.


Color preview on white background

This text has color #C6D6FF on white background.



Black color preview on #C6D6FF background

This text has black color on #C6D6FF background.


White color preview on #C6D6FF background

This text has white color on #C6D6FF background.