COLOR #C6B1D6

HEX: #C6B1D6 RGB: (198,177,214)

Color info

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

RGB color model

#C6B1D6 color RGB value is (198,177,214).

RGB: (198,177,214) (78%, 69%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 177 of 255 = 69%
B 214 of 255 = 84%

198
177
214

R + G + B ~ 77%. #C6B1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 177 + 214 = 589 (100%)
R 198 of 589 ~ 33.62%
G 177 of 589 ~ 30.05%
B 214 of 589 ~ 36.33'%

%33.62
%30.05
%36.33

CMYK color model

#C6B1D6 color CMYK value is (7,17,0,16).

  • cyan value is 7.48%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (7,17,0,16)
C7M17Y0K16 (7%, 17%, 0%, 16%)
(0.07 / 0.17 / 0.00 / 0.16)

CMYK percentages

%7.48
%17.29
%0
%16.08

Codes

Color #C6B1D6 in popluar color models

C6 B1 D6
RGB 198 177 214
HSL 274° 31.09% 76.67%
HSB/HSV 274° 17.29% 83.92%
CMYK 7.48% 17.29% 0.00%
16.08%

Color #C6B1D6 in popluar number systems.

HEX C6 B1 D6
Decimal 198 177 214
Binary 11000110 10110001 11010110
Octal 306 261 326

Shades and tints

Shades of #C6B1D6

#C6B1D6
(198,177,214)
#B4A1C3
(180,161,195)
#A291B0
(162,145,176)
#90819D
(144,129,157)
#7E718A
(126,113,138)
#6C6177
(108,97,119)
#5A5164
(90,81,100)
#484151
(72,65,81)
#36313E
(54,49,62)
#24212B
(36,33,43)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #C6B1D6

#C6B1D6
(198,177,214)
#CBB8D9
(203,184,217)
#D0BFDC
(208,191,220)
#D5C6DF
(213,198,223)
#DACDE2
(218,205,226)
#DFD4E5
(223,212,229)
#E4DBE8
(228,219,232)
#E9E2EB
(233,226,235)
#EEE9EE
(238,233,238)
#F3F0F1
(243,240,241)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B1D6 color. Also use rgb(198,177,214) instead hex code.

Text Font Color

.myTextColor { color: #C6B1D6; }

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

This text font color is #C6B1D6.

Background Color

.myBgColor { background-color: #C6B1D6; }

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

This div background color is #C6B1D6.

Border color

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

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

This div border color is #C6B1D6.

Opacity

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

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

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

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

This text has shadow with #C6B1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B1D6.

Preview

Color preview on black background

This text has color #C6B1D6 on black background.


Color preview on white background

This text has color #C6B1D6 on white background.


Black color preview on #C6B1D6 background

This text has black color on #C6B1D6 background.


White color preview on #C6B1D6 background

This text has white color on #C6B1D6 background.


Related colors

Complementary color

Complementary color for #hex is #394E29.


I love getcolorcode.com

Triadic colors

1 #D6C6B1 and #B1D6C6 with #C6B1D6 are triadic colors.

2 #D6B1C6 and #B1C6D6 with #C6B1D6 are triadic colors.