COLOR #C6BFD9

HEX: #C6BFD9
RGB: (198,191,217)

Color info

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

RGB color model

#C6BFD9 color RGB value is (198,191,217).

  • red value is 198;
  • green value is 191;
  • blue value is 217.
RGB:
(198,191,217)
(78%,75%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 217 of 255 = 85%

198
191
217

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

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 217 = 606 (100%)
R 198 of 606 ~ 32.67%
G 191 of 606 ~ 31.52%
B 217 of 606 ~ 35.81%

%32.67
%31.52
%35.81

CMYK color model

#C6BFD9 color CMYK value is (9,12,0,15).

  • cyan value is 8.76%
  • magenta value is 11.98%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(9,12,0,15)
C9M12Y0K15 
(9%,12%,0%,15%)
(0.09/0.12/0.00/0.15)	

CMYK percentages

%8.76
%11.98
%0
%14.9

Codes

Color #C6BFD9 in popluar color models

C6BFD9
RGB198191217
HSL256°25.49%80.00%
HSB/HSV256°11.98%85.10%
CMYK8.76%11.98%0.00%
14.90%

Color #C6BFD9 in popluar number systems.

HEXC6BFD9
Decimal198191217
Binary110001101011111111011001
Octal306277331

Shades and tints

Shades of #C6BFD9

#C6BFD9
(198,191,217)
#B4AEC6
(180,174,198)
#A29DB3
(162,157,179)
#908CA0
(144,140,160)
#7E7B8D
(126,123,141)
#6C6A7A
(108,106,122)
#5A5967
(90,89,103)
#484854
(72,72,84)
#363741
(54,55,65)
#24262E
(36,38,46)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #C6BFD9

#C6BFD9
(198,191,217)
#CBC4DC
(203,196,220)
#D0C9DF
(208,201,223)
#D5CEE2
(213,206,226)
#DAD3E5
(218,211,229)
#DFD8E8
(223,216,232)
#E4DDEB
(228,221,235)
#E9E2EE
(233,226,238)
#EEE7F1
(238,231,241)
#F3ECF4
(243,236,244)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFD9; }

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

This text font color is #C6BFD9.


Background Color

.myBgColor { background-color: #C6BFD9; }

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

This div background color is #C6BFD9.


Border color

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

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

This div border color is #C6BFD9.


Opacity

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

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

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

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

This text has shadow with #C6BFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFD9 on black background.


Color preview on white background

This text has color #C6BFD9 on white background.



Black color preview on #C6BFD9 background

This text has black color on #C6BFD9 background.


White color preview on #C6BFD9 background

This text has white color on #C6BFD9 background.