COLOR #C6B3F0

HEX: #C6B3F0
RGB: (198,179,240)

Renk bilgisi

#C6B3F0 contains mainly red and blue colors. #C6B3F0 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C6B3F0 color RGB value is (198,179,240).

  • kırmız ton 198;
  • yeşil ton 179;
  • mavi ton 240.
RGB:
(198,179,240)
(78%,70%,94%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 179 of 255 = 70%
B 240 of 255 = 94%

198
179
240

R + G + B ~ 81%. #C6B3F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 179 + 240 = 617 (100%)
R 198 of 617 ~ 32.09%
G 179 of 617 ~ 29.01%
B 240 of 617 ~ 38.9%

%32.09
%29.01
%38.9

CMYK RENK MODELİ

#C6B3F0 rengi CMYK tonu (18,25,0,6).

  • camgöbeği tonu 17.50%
  • eflatun tonu 25.42%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(18,25,0,6)
C18M25Y0K6 
(18%,25%,0%,6%)
(0.18/0.25/0.00/0.06)	

CMYK yüzdeleri

%17.5
%25.42
%0
%5.88

Codes

Color #C6B3F0 in popluar color models

C6B3F0
RGB198179240
HSL259°67.03%82.16%
HSB/HSV259°25.42%94.12%
CMYK17.50%25.42%0.00%
5.88%

Color #C6B3F0 in popluar number systems.

HEXC6B3F0
Decimal198179240
Binary110001101011001111110000
Octal306263360

Shades and tints

Shades of #C6B3F0

#C6B3F0
(198,179,240)
#B4A3DB
(180,163,219)
#A293C6
(162,147,198)
#9083B1
(144,131,177)
#7E739C
(126,115,156)
#6C6387
(108,99,135)
#5A5372
(90,83,114)
#48435D
(72,67,93)
#363348
(54,51,72)
#242333
(36,35,51)
#12131E
(18,19,30)
#000000
(0,0,0)

Tints of #C6B3F0

#C6B3F0
(198,179,240)
#CBB9F1
(203,185,241)
#D0BFF2
(208,191,242)
#D5C5F3
(213,197,243)
#DACBF4
(218,203,244)
#DFD1F5
(223,209,245)
#E4D7F6
(228,215,246)
#E9DDF7
(233,221,247)
#EEE3F8
(238,227,248)
#F3E9F9
(243,233,249)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B3F0; }

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

This text font color is #C6B3F0.


Background Color

.myBgColor { background-color: #C6B3F0; }

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

This div background color is #C6B3F0.


Border color

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

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

This div border color is #C6B3F0.


Opacity

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

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

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

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

This text has shadow with #C6B3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B3F0 on black background.


Color preview on white background

This text has color #C6B3F0 on white background.



Black color preview on #C6B3F0 background

This text has black color on #C6B3F0 background.


White color preview on #C6B3F0 background

This text has white color on #C6B3F0 background.