COLOR #C6B4BE

HEX: #C6B4BE
RGB: (198,180,190)

Color info

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

RGB color model

#C6B4BE color RGB value is (198,180,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 190 of 255 = 75%

198
180
190

R + G + B ~ 75%. #C6B4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 180 + 190 = 568 (100%)
R 198 of 568 ~ 34.86%
G 180 of 568 ~ 31.69%
B 190 of 568 ~ 33.45%

%34.86
%31.69
%33.45

CMYK color model

#C6B4BE color CMYK value is (0,9,4,22).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(0,9,4,22)
C0M9Y4K22 
(0%,9%,4%,22%)
(0.00/0.09/0.04/0.22)	

CMYK percentages

%0
%9.09
%4.04
%22.35

Codes

Color #C6B4BE in popluar color models

C6B4BE
RGB198180190
HSL327°13.64%74.12%
HSB/HSV327°9.09%77.65%
CMYK0.00%9.09%4.04%
22.35%

Color #C6B4BE in popluar number systems.

HEXC6B4BE
Decimal198180190
Binary110001101011010010111110
Octal306264276

Shades and tints

Shades of #C6B4BE

#C6B4BE
(198,180,190)
#B4A4AD
(180,164,173)
#A2949C
(162,148,156)
#90848B
(144,132,139)
#7E747A
(126,116,122)
#6C6469
(108,100,105)
#5A5458
(90,84,88)
#484447
(72,68,71)
#363436
(54,52,54)
#242425
(36,36,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6B4BE

#C6B4BE
(198,180,190)
#CBBAC3
(203,186,195)
#D0C0C8
(208,192,200)
#D5C6CD
(213,198,205)
#DACCD2
(218,204,210)
#DFD2D7
(223,210,215)
#E4D8DC
(228,216,220)
#E9DEE1
(233,222,225)
#EEE4E6
(238,228,230)
#F3EAEB
(243,234,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B4BE; }

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

This text font color is #C6B4BE.


Background Color

.myBgColor { background-color: #C6B4BE; }

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

This div background color is #C6B4BE.


Border color

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

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

This div border color is #C6B4BE.


Opacity

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

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

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

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

This text has shadow with #C6B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B4BE on black background.


Color preview on white background

This text has color #C6B4BE on white background.



Black color preview on #C6B4BE background

This text has black color on #C6B4BE background.


White color preview on #C6B4BE background

This text has white color on #C6B4BE background.