COLOR #C6A0DB

HEX: #C6A0DB
RGB: (198,160,219)

Color info

#C6A0DB contains red, green and blue colors in about the same proportion. Web safe color of #C6A0DB is #CC99CC (or #C9C).

RGB color model

#C6A0DB color RGB value is (198,160,219).

  • red value is 198;
  • green value is 160;
  • blue value is 219.
RGB: (198,160,219) (78%,63%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 219 of 255 = 86%

198
160
219

R + G + B ~ 76%. #C6A0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 160 + 219 = 577 (100%)
R 198 of 577 ~ 34.32%
G 160 of 577 ~ 27.73%
B 219 of 577 ~ 37.95%

%34.32
%27.73
%37.95

CMYK color model

#C6A0DB color CMYK value is (10,27,0,14).

  • cyan value is 9.59%
  • magenta value is 26.94%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (10,27,0,14) C10M27Y0K14 (10%,27%,0%,14%) (0.10/0.27/0.00/0.14)

CMYK percentages

%9.59
%26.94
%0
%14.12

Codes

Color #C6A0DB in popluar color models

C6A0DB
RGB198160219
HSL279°45.04%74.31%
HSB/HSV279°26.94%85.88%
CMYK9.59%26.94%0.00%
14.12%

Color #C6A0DB in popluar number systems.

HEXC6A0DB
Decimal198160219
Binary110001101010000011011011
Octal306240333

Shades and tints

Shades of #C6A0DB

#C6A0DB
(198,160,219)
#B492C8
(180,146,200)
#A284B5
(162,132,181)
#9076A2
(144,118,162)
#7E688F
(126,104,143)
#6C5A7C
(108,90,124)
#5A4C69
(90,76,105)
#483E56
(72,62,86)
#363043
(54,48,67)
#242230
(36,34,48)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #C6A0DB

#C6A0DB
(198,160,219)
#CBA8DE
(203,168,222)
#D0B0E1
(208,176,225)
#D5B8E4
(213,184,228)
#DAC0E7
(218,192,231)
#DFC8EA
(223,200,234)
#E4D0ED
(228,208,237)
#E9D8F0
(233,216,240)
#EEE0F3
(238,224,243)
#F3E8F6
(243,232,246)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A0DB color. Also use rgb(198,160,219) instead hex code.

Text Font Color

.myTextColor { color: #C6A0DB; }

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

This text font color is #C6A0DB.


Background Color

.myBgColor { background-color: #C6A0DB; }

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

This div background color is #C6A0DB.


Border color

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

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

This div border color is #C6A0DB.


Opacity

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

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

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

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

This text has shadow with #C6A0DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6A0DB on black background.


Color preview on white background

This text has color #C6A0DB on white background.



Black color preview on #C6A0DB background

This text has black color on #C6A0DB background.


White color preview on #C6A0DB background

This text has white color on #C6A0DB background.