COLOR #C6B1D1

HEX: #C6B1D1 RGB: (198,177,209)

Color info

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

RGB color model

#C6B1D1 color RGB value is (198,177,209).

RGB: (198,177,209) (78%, 69%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 177 of 255 = 69%
B 209 of 255 = 82%

198
177
209

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

Portions of RGB colors in percentages

R + G + B = 198 + 177 + 209 = 584 (100%)
R 198 of 584 ~ 33.9%
G 177 of 584 ~ 30.31%
B 209 of 584 ~ 35.79'%

%33.9
%30.31
%35.79

CMYK color model

#C6B1D1 color CMYK value is (5,15,0,18).

  • cyan value is 5.26%
  • magenta value is 15.31%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (5,15,0,18)
C5M15Y0K18 (5%, 15%, 0%, 18%)
(0.05 / 0.15 / 0.00 / 0.18)

CMYK percentages

%5.26
%15.31
%0
%18.04

Codes

Color #C6B1D1 in popluar color models

C6 B1 D1
RGB 198 177 209
HSL 279° 25.81% 75.69%
HSB/HSV 279° 15.31% 81.96%
CMYK 5.26% 15.31% 0.00%
18.04%

Color #C6B1D1 in popluar number systems.

HEX C6 B1 D1
Decimal 198 177 209
Binary 11000110 10110001 11010001
Octal 306 261 321

Shades and tints

Shades of #C6B1D1

#C6B1D1
(198,177,209)
#B4A1BE
(180,161,190)
#A291AB
(162,145,171)
#908198
(144,129,152)
#7E7185
(126,113,133)
#6C6172
(108,97,114)
#5A515F
(90,81,95)
#48414C
(72,65,76)
#363139
(54,49,57)
#242126
(36,33,38)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #C6B1D1

#C6B1D1
(198,177,209)
#CBB8D5
(203,184,213)
#D0BFD9
(208,191,217)
#D5C6DD
(213,198,221)
#DACDE1
(218,205,225)
#DFD4E5
(223,212,229)
#E4DBE9
(228,219,233)
#E9E2ED
(233,226,237)
#EEE9F1
(238,233,241)
#F3F0F5
(243,240,245)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B1D1; }

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

This text font color is #C6B1D1.

Background Color

.myBgColor { background-color: #C6B1D1; }

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

This div background color is #C6B1D1.

Border color

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

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

This div border color is #C6B1D1.

Opacity

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

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

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

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

This text has shadow with #C6B1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B1D1.

Preview

Color preview on black background

This text has color #C6B1D1 on black background.


Color preview on white background

This text has color #C6B1D1 on white background.


Black color preview on #C6B1D1 background

This text has black color on #C6B1D1 background.


White color preview on #C6B1D1 background

This text has white color on #C6B1D1 background.


Related colors

Complementary color

Complementary color for #hex is #394E2E.


I love getcolorcode.com

Triadic colors

1 #D1C6B1 and #B1D1C6 with #C6B1D1 are triadic colors.

2 #D1B1C6 and #B1C6D1 with #C6B1D1 are triadic colors.