COLOR #C6B0EC

HEX: #C6B0EC
RGB: (198,176,236)

Renk bilgisi

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

RGB renk modeli

#C6B0EC color RGB value is (198,176,236).

  • kırmız ton 198;
  • yeşil ton 176;
  • mavi ton 236.
RGB:
(198,176,236)
(78%,69%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 176 of 255 = 69%
B 236 of 255 = 93%

198
176
236

R + G + B ~ 80%. #C6B0EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 176 + 236 = 610 (100%)
R 198 of 610 ~ 32.46%
G 176 of 610 ~ 28.85%
B 236 of 610 ~ 38.69%

%32.46
%28.85
%38.69

CMYK RENK MODELİ

#C6B0EC rengi CMYK tonu (16,25,0,7).

  • camgöbeği tonu 16.10%
  • eflatun tonu 25.42%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(16,25,0,7)
C16M25Y0K7 
(16%,25%,0%,7%)
(0.16/0.25/0.00/0.07)	

CMYK yüzdeleri

%16.1
%25.42
%0
%7.45

Codes

Color #C6B0EC in popluar color models

C6B0EC
RGB198176236
HSL262°61.22%80.78%
HSB/HSV262°25.42%92.55%
CMYK16.10%25.42%0.00%
7.45%

Color #C6B0EC in popluar number systems.

HEXC6B0EC
Decimal198176236
Binary110001101011000011101100
Octal306260354

Shades and tints

Shades of #C6B0EC

#C6B0EC
(198,176,236)
#B4A0D7
(180,160,215)
#A290C2
(162,144,194)
#9080AD
(144,128,173)
#7E7098
(126,112,152)
#6C6083
(108,96,131)
#5A506E
(90,80,110)
#484059
(72,64,89)
#363044
(54,48,68)
#24202F
(36,32,47)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #C6B0EC

#C6B0EC
(198,176,236)
#CBB7ED
(203,183,237)
#D0BEEE
(208,190,238)
#D5C5EF
(213,197,239)
#DACCF0
(218,204,240)
#DFD3F1
(223,211,241)
#E4DAF2
(228,218,242)
#E9E1F3
(233,225,243)
#EEE8F4
(238,232,244)
#F3EFF5
(243,239,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B0EC; }

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

This text font color is #C6B0EC.


Background Color

.myBgColor { background-color: #C6B0EC; }

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

This div background color is #C6B0EC.


Border color

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

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

This div border color is #C6B0EC.


Opacity

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

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

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

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

This text has shadow with #C6B0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0EC on black background.


Color preview on white background

This text has color #C6B0EC on white background.



Black color preview on #C6B0EC background

This text has black color on #C6B0EC background.


White color preview on #C6B0EC background

This text has white color on #C6B0EC background.