COLOR #C6C6FF

HEX: #C6C6FF
RGB: (198,198,255)

Renk bilgisi

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

RGB renk modeli

#C6C6FF color RGB value is (198,198,255).

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

RGB bağlantıları ve doygunluk

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

198
198
255

R + G + B ~ 85%. #C6C6FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 198 + 255 = 651 (100%)
R 198 of 651 ~ 30.41%
G 198 of 651 ~ 30.41%
B 255 of 651 ~ 39.17%

%30.41
%30.41
%39.17

CMYK RENK MODELİ

#C6C6FF rengi CMYK tonu (22,22,0,0).

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

CMYK yüzdeleri

%22.35
%22.35
%0
%0

Codes

Color #C6C6FF in popluar color models

C6C6FF
RGB198198255
HSL240°100.00%88.82%
HSB/HSV240°22.35%100.00%
CMYK22.35%22.35%0.00%
0.00%

Color #C6C6FF in popluar number systems.

HEXC6C6FF
Decimal198198255
Binary110001101100011011111111
Octal306306377

Shades and tints

Shades of #C6C6FF

#C6C6FF
(198,198,255)
#B4B4E8
(180,180,232)
#A2A2D1
(162,162,209)
#9090BA
(144,144,186)
#7E7EA3
(126,126,163)
#6C6C8C
(108,108,140)
#5A5A75
(90,90,117)
#48485E
(72,72,94)
#363647
(54,54,71)
#242430
(36,36,48)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #C6C6FF

#C6C6FF
(198,198,255)
#CBCBFF
(203,203,255)
#D0D0FF
(208,208,255)
#D5D5FF
(213,213,255)
#DADAFF
(218,218,255)
#DFDFFF
(223,223,255)
#E4E4FF
(228,228,255)
#E9E9FF
(233,233,255)
#EEEEFF
(238,238,255)
#F3F3FF
(243,243,255)
#F8F8FF
(248,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6FF; }

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

This text font color is #C6C6FF.


Background Color

.myBgColor { background-color: #C6C6FF; }

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

This div background color is #C6C6FF.


Border color

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

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

This div border color is #C6C6FF.


Opacity

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

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

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

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

This text has shadow with #C6C6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6FF on black background.


Color preview on white background

This text has color #C6C6FF on white background.



Black color preview on #C6C6FF background

This text has black color on #C6C6FF background.


White color preview on #C6C6FF background

This text has white color on #C6C6FF background.