COLOR #C6B8D6

HEX: #C6B8D6
RGB: (198,184,214)

Color info

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

RGB color model

#C6B8D6 color RGB value is (198,184,214).

  • red value is 198;
  • green value is 184;
  • blue value is 214.
RGB:
(198,184,214)
(78%,72%,84%)

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 214 of 255 = 84%

198
184
214

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

Portions of RGB colors in percentages

R + G + B =
198 + 184 + 214 = 596 (100%)
R 198 of 596 ~ 33.22%
G 184 of 596 ~ 30.87%
B 214 of 596 ~ 35.91%

%33.22
%30.87
%35.91

CMYK color model

#C6B8D6 color CMYK value is (7,14,0,16).

  • cyan value is 7.48%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,14,0,16)
C7M14Y0K16 
(7%,14%,0%,16%)
(0.07/0.14/0.00/0.16)	

CMYK percentages

%7.48
%14.02
%0
%16.08

Codes

Color #C6B8D6 in popluar color models

C6B8D6
RGB198184214
HSL268°26.79%78.04%
HSB/HSV268°14.02%83.92%
CMYK7.48%14.02%0.00%
16.08%

Color #C6B8D6 in popluar number systems.

HEXC6B8D6
Decimal198184214
Binary110001101011100011010110
Octal306270326

Shades and tints

Shades of #C6B8D6

#C6B8D6
(198,184,214)
#B4A8C3
(180,168,195)
#A298B0
(162,152,176)
#90889D
(144,136,157)
#7E788A
(126,120,138)
#6C6877
(108,104,119)
#5A5864
(90,88,100)
#484851
(72,72,81)
#36383E
(54,56,62)
#24282B
(36,40,43)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6B8D6

#C6B8D6
(198,184,214)
#CBBED9
(203,190,217)
#D0C4DC
(208,196,220)
#D5CADF
(213,202,223)
#DAD0E2
(218,208,226)
#DFD6E5
(223,214,229)
#E4DCE8
(228,220,232)
#E9E2EB
(233,226,235)
#EEE8EE
(238,232,238)
#F3EEF1
(243,238,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B8D6; }

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

This text font color is #C6B8D6.


Background Color

.myBgColor { background-color: #C6B8D6; }

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

This div background color is #C6B8D6.


Border color

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

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

This div border color is #C6B8D6.


Opacity

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

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

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

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

This text has shadow with #C6B8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B8D6 on black background.


Color preview on white background

This text has color #C6B8D6 on white background.



Black color preview on #C6B8D6 background

This text has black color on #C6B8D6 background.


White color preview on #C6B8D6 background

This text has white color on #C6B8D6 background.