COLOR #C6B2FA

HEX: #C6B2FA
RGB: (198,178,250)

Renk bilgisi

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

RGB renk modeli

#C6B2FA color RGB value is (198,178,250).

  • kırmız ton 198;
  • yeşil ton 178;
  • mavi ton 250.
RGB:
(198,178,250)
(78%,70%,98%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 178 of 255 = 70%
B 250 of 255 = 98%

198
178
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 178 + 250 = 626 (100%)
R 198 of 626 ~ 31.63%
G 178 of 626 ~ 28.43%
B 250 of 626 ~ 39.94%

%31.63
%28.43
%39.94

CMYK RENK MODELİ

#C6B2FA rengi CMYK tonu (21,29,0,2).

  • camgöbeği tonu 20.80%
  • eflatun tonu 28.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(21,29,0,2)
C21M29Y0K2 
(21%,29%,0%,2%)
(0.21/0.29/0.00/0.02)	

CMYK yüzdeleri

%20.8
%28.8
%0
%1.96

Codes

Color #C6B2FA in popluar color models

C6B2FA
RGB198178250
HSL257°87.80%83.92%
HSB/HSV257°28.80%98.04%
CMYK20.80%28.80%0.00%
1.96%

Color #C6B2FA in popluar number systems.

HEXC6B2FA
Decimal198178250
Binary110001101011001011111010
Octal306262372

Shades and tints

Shades of #C6B2FA

#C6B2FA
(198,178,250)
#B4A2E4
(180,162,228)
#A292CE
(162,146,206)
#9082B8
(144,130,184)
#7E72A2
(126,114,162)
#6C628C
(108,98,140)
#5A5276
(90,82,118)
#484260
(72,66,96)
#36324A
(54,50,74)
#242234
(36,34,52)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #C6B2FA

#C6B2FA
(198,178,250)
#CBB9FA
(203,185,250)
#D0C0FA
(208,192,250)
#D5C7FA
(213,199,250)
#DACEFA
(218,206,250)
#DFD5FA
(223,213,250)
#E4DCFA
(228,220,250)
#E9E3FA
(233,227,250)
#EEEAFA
(238,234,250)
#F3F1FA
(243,241,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B2FA; }

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

This text font color is #C6B2FA.


Background Color

.myBgColor { background-color: #C6B2FA; }

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

This div background color is #C6B2FA.


Border color

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

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

This div border color is #C6B2FA.


Opacity

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

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

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

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

This text has shadow with #C6B2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B2FA on black background.


Color preview on white background

This text has color #C6B2FA on white background.



Black color preview on #C6B2FA background

This text has black color on #C6B2FA background.


White color preview on #C6B2FA background

This text has white color on #C6B2FA background.