COLOR #C6B4CB

HEX: #C6B4CB
RGB: (198,180,203)

Color info

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

RGB color model

#C6B4CB color RGB value is (198,180,203).

  • red value is 198;
  • green value is 180;
  • blue value is 203.
RGB:
(198,180,203)
(78%,71%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 203 of 255 = 80%

198
180
203

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

Portions of RGB colors in percentages

R + G + B =
198 + 180 + 203 = 581 (100%)
R 198 of 581 ~ 34.08%
G 180 of 581 ~ 30.98%
B 203 of 581 ~ 34.94%

%34.08
%30.98
%34.94

CMYK color model

#C6B4CB color CMYK value is (2,11,0,20).

  • cyan value is 2.46%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,11,0,20)
C2M11Y0K20 
(2%,11%,0%,20%)
(0.02/0.11/0.00/0.20)	

CMYK percentages

%2.46
%11.33
%0
%20.39

Codes

Color #C6B4CB in popluar color models

C6B4CB
RGB198180203
HSL287°18.11%75.10%
HSB/HSV287°11.33%79.61%
CMYK2.46%11.33%0.00%
20.39%

Color #C6B4CB in popluar number systems.

HEXC6B4CB
Decimal198180203
Binary110001101011010011001011
Octal306264313

Shades and tints

Shades of #C6B4CB

#C6B4CB
(198,180,203)
#B4A4B9
(180,164,185)
#A294A7
(162,148,167)
#908495
(144,132,149)
#7E7483
(126,116,131)
#6C6471
(108,100,113)
#5A545F
(90,84,95)
#48444D
(72,68,77)
#36343B
(54,52,59)
#242429
(36,36,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #C6B4CB

#C6B4CB
(198,180,203)
#CBBACF
(203,186,207)
#D0C0D3
(208,192,211)
#D5C6D7
(213,198,215)
#DACCDB
(218,204,219)
#DFD2DF
(223,210,223)
#E4D8E3
(228,216,227)
#E9DEE7
(233,222,231)
#EEE4EB
(238,228,235)
#F3EAEF
(243,234,239)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B4CB color. Also use rgb(198,180,203) instead hex code.

Text Font Color

.myTextColor { color: #C6B4CB; }

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

This text font color is #C6B4CB.


Background Color

.myBgColor { background-color: #C6B4CB; }

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

This div background color is #C6B4CB.


Border color

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

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

This div border color is #C6B4CB.


Opacity

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

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

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

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

This text has shadow with #C6B4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B4CB on black background.


Color preview on white background

This text has color #C6B4CB on white background.



Black color preview on #C6B4CB background

This text has black color on #C6B4CB background.


White color preview on #C6B4CB background

This text has white color on #C6B4CB background.