COLOR #C6B8DC

HEX: #C6B8DC RGB: (198,184,220)

Color info

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

RGB color model

#C6B8DC color RGB value is (198,184,220).

RGB: (198,184,220) (78%, 72%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 220 of 255 = 86%

198
184
220

R + G + B ~ 79%. #C6B8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 184 + 220 = 602 (100%)
R 198 of 602 ~ 32.89%
G 184 of 602 ~ 30.56%
B 220 of 602 ~ 36.54'%

%32.89
%30.56
%36.54

CMYK color model

#C6B8DC color CMYK value is (10,16,0,14).

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

CMYK: (10,16,0,14)
C10M16Y0K14 (10%, 16%, 0%, 14%)
(0.10 / 0.16 / 0.00 / 0.14)

CMYK percentages

%10
%16.36
%0
%13.73

Codes

Color #C6B8DC in popluar color models

C6 B8 DC
RGB 198 184 220
HSL 263° 33.96% 79.22%
HSB/HSV 263° 16.36% 86.27%
CMYK 10.00% 16.36% 0.00%
13.73%

Color #C6B8DC in popluar number systems.

HEX C6 B8 DC
Decimal 198 184 220
Binary 11000110 10111000 11011100
Octal 306 270 334

Shades and tints

Shades of #C6B8DC

#C6B8DC
(198,184,220)
#B4A8C8
(180,168,200)
#A298B4
(162,152,180)
#9088A0
(144,136,160)
#7E788C
(126,120,140)
#6C6878
(108,104,120)
#5A5864
(90,88,100)
#484850
(72,72,80)
#36383C
(54,56,60)
#242828
(36,40,40)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6B8DC

#C6B8DC
(198,184,220)
#CBBEDF
(203,190,223)
#D0C4E2
(208,196,226)
#D5CAE5
(213,202,229)
#DAD0E8
(218,208,232)
#DFD6EB
(223,214,235)
#E4DCEE
(228,220,238)
#E9E2F1
(233,226,241)
#EEE8F4
(238,232,244)
#F3EEF7
(243,238,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B8DC; }

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

This text font color is #C6B8DC.

Background Color

.myBgColor { background-color: #C6B8DC; }

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

This div background color is #C6B8DC.

Border color

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

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

This div border color is #C6B8DC.

Opacity

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

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

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

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

This text has shadow with #C6B8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B8DC.

Preview

Color preview on black background

This text has color #C6B8DC on black background.


Color preview on white background

This text has color #C6B8DC on white background.


Black color preview on #C6B8DC background

This text has black color on #C6B8DC background.


White color preview on #C6B8DC background

This text has white color on #C6B8DC background.


Related colors

Complementary color

Complementary color for #hex is #394723.


I love getcolorcode.com

Triadic colors

1 #DCC6B8 and #B8DCC6 with #C6B8DC are triadic colors.

2 #DCB8C6 and #B8C6DC with #C6B8DC are triadic colors.