COLOR #C6B0DC

HEX: #C6B0DC
RGB: (198,176,220)

Renk bilgisi

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

RGB renk modeli

#C6B0DC color RGB value is (198,176,220).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 176 of 255 = 69%
B 220 of 255 = 86%

198
176
220

R + G + B ~ 78%. #C6B0DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 176 + 220 = 594 (100%)
R 198 of 594 ~ 33.33%
G 176 of 594 ~ 29.63%
B 220 of 594 ~ 37.04%

%33.33
%29.63
%37.04

CMYK RENK MODELİ

#C6B0DC rengi CMYK tonu (10,20,0,14).

  • camgöbeği tonu 10.00%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,20,0,14)
C10M20Y0K14 
(10%,20%,0%,14%)
(0.10/0.20/0.00/0.14)	

CMYK yüzdeleri

%10
%20
%0
%13.73

Codes

Color #C6B0DC in popluar color models

C6B0DC
RGB198176220
HSL270°38.60%77.65%
HSB/HSV270°20.00%86.27%
CMYK10.00%20.00%0.00%
13.73%

Color #C6B0DC in popluar number systems.

HEXC6B0DC
Decimal198176220
Binary110001101011000011011100
Octal306260334

Shades and tints

Shades of #C6B0DC

#C6B0DC
(198,176,220)
#B4A0C8
(180,160,200)
#A290B4
(162,144,180)
#9080A0
(144,128,160)
#7E708C
(126,112,140)
#6C6078
(108,96,120)
#5A5064
(90,80,100)
#484050
(72,64,80)
#36303C
(54,48,60)
#242028
(36,32,40)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #C6B0DC

#C6B0DC
(198,176,220)
#CBB7DF
(203,183,223)
#D0BEE2
(208,190,226)
#D5C5E5
(213,197,229)
#DACCE8
(218,204,232)
#DFD3EB
(223,211,235)
#E4DAEE
(228,218,238)
#E9E1F1
(233,225,241)
#EEE8F4
(238,232,244)
#F3EFF7
(243,239,247)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B0DC; }

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

This text font color is #C6B0DC.


Background Color

.myBgColor { background-color: #C6B0DC; }

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

This div background color is #C6B0DC.


Border color

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

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

This div border color is #C6B0DC.


Opacity

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

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

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

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

This text has shadow with #C6B0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0DC on black background.


Color preview on white background

This text has color #C6B0DC on white background.



Black color preview on #C6B0DC background

This text has black color on #C6B0DC background.


White color preview on #C6B0DC background

This text has white color on #C6B0DC background.