COLOR #C6B4DC

HEX: #C6B4DC RGB: (198,180,220)

Color info

#C6B4DC contains red, green and blue colors in about the same proportion. Web safe color of #C6B4DC is #CCCCCC (or #CCC).

RGB color model

#C6B4DC color RGB value is (198,180,220).

RGB: (198,180,220) (78%, 71%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 220 of 255 = 86%

198
180
220

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

Portions of RGB colors in percentages

R + G + B = 198 + 180 + 220 = 598 (100%)
R 198 of 598 ~ 33.11%
G 180 of 598 ~ 30.1%
B 220 of 598 ~ 36.79'%

%33.11
%30.1
%36.79

CMYK color model

#C6B4DC color CMYK value is (10,18,0,14).

  • cyan value is 10.00%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (10,18,0,14)
C10M18Y0K14 (10%, 18%, 0%, 14%)
(0.10 / 0.18 / 0.00 / 0.14)

CMYK percentages

%10
%18.18
%0
%13.73

Codes

Color #C6B4DC in popluar color models

C6 B4 DC
RGB 198 180 220
HSL 267° 36.36% 78.43%
HSB/HSV 267° 18.18% 86.27%
CMYK 10.00% 18.18% 0.00%
13.73%

Color #C6B4DC in popluar number systems.

HEX C6 B4 DC
Decimal 198 180 220
Binary 11000110 10110100 11011100
Octal 306 264 334

Shades and tints

Shades of #C6B4DC

#C6B4DC
(198,180,220)
#B4A4C8
(180,164,200)
#A294B4
(162,148,180)
#9084A0
(144,132,160)
#7E748C
(126,116,140)
#6C6478
(108,100,120)
#5A5464
(90,84,100)
#484450
(72,68,80)
#36343C
(54,52,60)
#242428
(36,36,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6B4DC

#C6B4DC
(198,180,220)
#CBBADF
(203,186,223)
#D0C0E2
(208,192,226)
#D5C6E5
(213,198,229)
#DACCE8
(218,204,232)
#DFD2EB
(223,210,235)
#E4D8EE
(228,216,238)
#E9DEF1
(233,222,241)
#EEE4F4
(238,228,244)
#F3EAF7
(243,234,247)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B4DC; }

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

This text font color is #C6B4DC.

Background Color

.myBgColor { background-color: #C6B4DC; }

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

This div background color is #C6B4DC.

Border color

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

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

This div border color is #C6B4DC.

Opacity

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

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

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

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

This text has shadow with #C6B4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B4DC.

Preview

Color preview on black background

This text has color #C6B4DC on black background.


Color preview on white background

This text has color #C6B4DC on white background.


Black color preview on #C6B4DC background

This text has black color on #C6B4DC background.


White color preview on #C6B4DC background

This text has white color on #C6B4DC background.


Related colors

Complementary color

Complementary color for #hex is #394B23.


I love getcolorcode.com

Triadic colors

1 #DCC6B4 and #B4DCC6 with #C6B4DC are triadic colors.

2 #DCB4C6 and #B4C6DC with #C6B4DC are triadic colors.