COLOR #C6B4BA

HEX: #C6B4BA
RGB: (198,180,186)

Color info

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

RGB color model

#C6B4BA color RGB value is (198,180,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 186 of 255 = 73%

198
180
186

R + G + B ~ 74%. #C6B4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 180 + 186 = 564 (100%)
R 198 of 564 ~ 35.11%
G 180 of 564 ~ 31.91%
B 186 of 564 ~ 32.98%

%35.11
%31.91
%32.98

CMYK color model

#C6B4BA color CMYK value is (0,9,6,22).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,9,6,22)
C0M9Y6K22 
(0%,9%,6%,22%)
(0.00/0.09/0.06/0.22)	

CMYK percentages

%0
%9.09
%6.06
%22.35

Codes

Color #C6B4BA in popluar color models

C6B4BA
RGB198180186
HSL340°13.64%74.12%
HSB/HSV340°9.09%77.65%
CMYK0.00%9.09%6.06%
22.35%

Color #C6B4BA in popluar number systems.

HEXC6B4BA
Decimal198180186
Binary110001101011010010111010
Octal306264272

Shades and tints

Shades of #C6B4BA

#C6B4BA
(198,180,186)
#B4A4AA
(180,164,170)
#A2949A
(162,148,154)
#90848A
(144,132,138)
#7E747A
(126,116,122)
#6C646A
(108,100,106)
#5A545A
(90,84,90)
#48444A
(72,68,74)
#36343A
(54,52,58)
#24242A
(36,36,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #C6B4BA

#C6B4BA
(198,180,186)
#CBBAC0
(203,186,192)
#D0C0C6
(208,192,198)
#D5C6CC
(213,198,204)
#DACCD2
(218,204,210)
#DFD2D8
(223,210,216)
#E4D8DE
(228,216,222)
#E9DEE4
(233,222,228)
#EEE4EA
(238,228,234)
#F3EAF0
(243,234,240)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B4BA; }

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

This text font color is #C6B4BA.


Background Color

.myBgColor { background-color: #C6B4BA; }

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

This div background color is #C6B4BA.


Border color

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

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

This div border color is #C6B4BA.


Opacity

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

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

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

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

This text has shadow with #C6B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B4BA on black background.


Color preview on white background

This text has color #C6B4BA on white background.



Black color preview on #C6B4BA background

This text has black color on #C6B4BA background.


White color preview on #C6B4BA background

This text has white color on #C6B4BA background.