COLOR #C6B5D8

HEX: #C6B5D8
RGB: (198,181,216)

Color info

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

RGB color model

#C6B5D8 color RGB value is (198,181,216).

  • red value is 198;
  • green value is 181;
  • blue value is 216.
RGB:
(198,181,216)
(78%,71%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 216 of 255 = 85%

198
181
216

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

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 216 = 595 (100%)
R 198 of 595 ~ 33.28%
G 181 of 595 ~ 30.42%
B 216 of 595 ~ 36.3%

%33.28
%30.42
%36.3

CMYK color model

#C6B5D8 color CMYK value is (8,16,0,15).

  • cyan value is 8.33%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(8,16,0,15)
C8M16Y0K15 
(8%,16%,0%,15%)
(0.08/0.16/0.00/0.15)	

CMYK percentages

%8.33
%16.2
%0
%15.29

Codes

Color #C6B5D8 in popluar color models

C6B5D8
RGB198181216
HSL269°30.97%77.84%
HSB/HSV269°16.20%84.71%
CMYK8.33%16.20%0.00%
15.29%

Color #C6B5D8 in popluar number systems.

HEXC6B5D8
Decimal198181216
Binary110001101011010111011000
Octal306265330

Shades and tints

Shades of #C6B5D8

#C6B5D8
(198,181,216)
#B4A5C5
(180,165,197)
#A295B2
(162,149,178)
#90859F
(144,133,159)
#7E758C
(126,117,140)
#6C6579
(108,101,121)
#5A5566
(90,85,102)
#484553
(72,69,83)
#363540
(54,53,64)
#24252D
(36,37,45)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #C6B5D8

#C6B5D8
(198,181,216)
#CBBBDB
(203,187,219)
#D0C1DE
(208,193,222)
#D5C7E1
(213,199,225)
#DACDE4
(218,205,228)
#DFD3E7
(223,211,231)
#E4D9EA
(228,217,234)
#E9DFED
(233,223,237)
#EEE5F0
(238,229,240)
#F3EBF3
(243,235,243)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B5D8 color. Also use rgb(198,181,216) instead hex code.

Text Font Color

.myTextColor { color: #C6B5D8; }

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

This text font color is #C6B5D8.


Background Color

.myBgColor { background-color: #C6B5D8; }

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

This div background color is #C6B5D8.


Border color

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

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

This div border color is #C6B5D8.


Opacity

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

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

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

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

This text has shadow with #C6B5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B5D8 on black background.


Color preview on white background

This text has color #C6B5D8 on white background.



Black color preview on #C6B5D8 background

This text has black color on #C6B5D8 background.


White color preview on #C6B5D8 background

This text has white color on #C6B5D8 background.