COLOR #C6BFD1

HEX: #C6BFD1 RGB: (198,191,209)

Color info

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

RGB color model

#C6BFD1 color RGB value is (198,191,209).

RGB: (198,191,209) (78%, 75%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 209 of 255 = 82%

198
191
209

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

Portions of RGB colors in percentages

R + G + B = 198 + 191 + 209 = 598 (100%)
R 198 of 598 ~ 33.11%
G 191 of 598 ~ 31.94%
B 209 of 598 ~ 34.95'%

%33.11
%31.94
%34.95

CMYK color model

#C6BFD1 color CMYK value is (5,9,0,18).

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

CMYK: (5,9,0,18)
C5M9Y0K18 (5%, 9%, 0%, 18%)
(0.05 / 0.09 / 0.00 / 0.18)

CMYK percentages

%5.26
%8.61
%0
%18.04

Codes

Color #C6BFD1 in popluar color models

C6 BF D1
RGB 198 191 209
HSL 263° 16.36% 78.43%
HSB/HSV 263° 8.61% 81.96%
CMYK 5.26% 8.61% 0.00%
18.04%

Color #C6BFD1 in popluar number systems.

HEX C6 BF D1
Decimal 198 191 209
Binary 11000110 10111111 11010001
Octal 306 277 321

Shades and tints

Shades of #C6BFD1

#C6BFD1
(198,191,209)
#B4AEBE
(180,174,190)
#A29DAB
(162,157,171)
#908C98
(144,140,152)
#7E7B85
(126,123,133)
#6C6A72
(108,106,114)
#5A595F
(90,89,95)
#48484C
(72,72,76)
#363739
(54,55,57)
#242626
(36,38,38)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6BFD1

#C6BFD1
(198,191,209)
#CBC4D5
(203,196,213)
#D0C9D9
(208,201,217)
#D5CEDD
(213,206,221)
#DAD3E1
(218,211,225)
#DFD8E5
(223,216,229)
#E4DDE9
(228,221,233)
#E9E2ED
(233,226,237)
#EEE7F1
(238,231,241)
#F3ECF5
(243,236,245)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFD1; }

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

This text font color is #C6BFD1.

Background Color

.myBgColor { background-color: #C6BFD1; }

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

This div background color is #C6BFD1.

Border color

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

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

This div border color is #C6BFD1.

Opacity

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

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

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

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

This text has shadow with #C6BFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BFD1.

Preview

Color preview on black background

This text has color #C6BFD1 on black background.


Color preview on white background

This text has color #C6BFD1 on white background.


Black color preview on #C6BFD1 background

This text has black color on #C6BFD1 background.


White color preview on #C6BFD1 background

This text has white color on #C6BFD1 background.


Related colors

Complementary color

Complementary color for #hex is #39402E.


I love getcolorcode.com

Triadic colors

1 #D1C6BF and #BFD1C6 with #C6BFD1 are triadic colors.

2 #D1BFC6 and #BFC6D1 with #C6BFD1 are triadic colors.