COLOR #C6B3F7

HEX: #C6B3F7
RGB: (198,179,247)

Renk bilgisi

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

RGB renk modeli

#C6B3F7 color RGB value is (198,179,247).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 179 of 255 = 70%
B 247 of 255 = 97%

198
179
247

R + G + B ~ 82%. #C6B3F7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 179 + 247 = 624 (100%)
R 198 of 624 ~ 31.73%
G 179 of 624 ~ 28.69%
B 247 of 624 ~ 39.58%

%31.73
%28.69
%39.58

CMYK RENK MODELİ

#C6B3F7 rengi CMYK tonu (20,28,0,3).

  • camgöbeği tonu 19.84%
  • eflatun tonu 27.53%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(20,28,0,3)
C20M28Y0K3 
(20%,28%,0%,3%)
(0.20/0.28/0.00/0.03)	

CMYK yüzdeleri

%19.84
%27.53
%0
%3.14

Codes

Color #C6B3F7 in popluar color models

C6B3F7
RGB198179247
HSL257°80.95%83.53%
HSB/HSV257°27.53%96.86%
CMYK19.84%27.53%0.00%
3.14%

Color #C6B3F7 in popluar number systems.

HEXC6B3F7
Decimal198179247
Binary110001101011001111110111
Octal306263367

Shades and tints

Shades of #C6B3F7

#C6B3F7
(198,179,247)
#B4A3E1
(180,163,225)
#A293CB
(162,147,203)
#9083B5
(144,131,181)
#7E739F
(126,115,159)
#6C6389
(108,99,137)
#5A5373
(90,83,115)
#48435D
(72,67,93)
#363347
(54,51,71)
#242331
(36,35,49)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #C6B3F7

#C6B3F7
(198,179,247)
#CBB9F7
(203,185,247)
#D0BFF7
(208,191,247)
#D5C5F7
(213,197,247)
#DACBF7
(218,203,247)
#DFD1F7
(223,209,247)
#E4D7F7
(228,215,247)
#E9DDF7
(233,221,247)
#EEE3F7
(238,227,247)
#F3E9F7
(243,233,247)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B3F7; }

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

This text font color is #C6B3F7.


Background Color

.myBgColor { background-color: #C6B3F7; }

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

This div background color is #C6B3F7.


Border color

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

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

This div border color is #C6B3F7.


Opacity

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

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

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

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

This text has shadow with #C6B3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B3F7 on black background.


Color preview on white background

This text has color #C6B3F7 on white background.



Black color preview on #C6B3F7 background

This text has black color on #C6B3F7 background.


White color preview on #C6B3F7 background

This text has white color on #C6B3F7 background.