COLOR #C6B8BE

HEX: #C6B8BE
RGB: (198,184,190)

Color info

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

RGB color model

#C6B8BE color RGB value is (198,184,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 190 of 255 = 75%

198
184
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 184 + 190 = 572 (100%)
R 198 of 572 ~ 34.62%
G 184 of 572 ~ 32.17%
B 190 of 572 ~ 33.22%

%34.62
%32.17
%33.22

CMYK color model

#C6B8BE color CMYK value is (0,7,4,22).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK: (0,7,4,22) C0M7Y4K22 (0%,7%,4%,22%) (0.00/0.07/0.04/0.22)

CMYK percentages

%0
%7.07
%4.04
%22.35

Codes

Color #C6B8BE in popluar color models

C6B8BE
RGB198184190
HSL334°10.94%74.90%
HSB/HSV334°7.07%77.65%
CMYK0.00%7.07%4.04%
22.35%

Color #C6B8BE in popluar number systems.

HEXC6B8BE
Decimal198184190
Binary110001101011100010111110
Octal306270276

Shades and tints

Shades of #C6B8BE

#C6B8BE
(198,184,190)
#B4A8AD
(180,168,173)
#A2989C
(162,152,156)
#90888B
(144,136,139)
#7E787A
(126,120,122)
#6C6869
(108,104,105)
#5A5858
(90,88,88)
#484847
(72,72,71)
#363836
(54,56,54)
#242825
(36,40,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6B8BE

#C6B8BE
(198,184,190)
#CBBEC3
(203,190,195)
#D0C4C8
(208,196,200)
#D5CACD
(213,202,205)
#DAD0D2
(218,208,210)
#DFD6D7
(223,214,215)
#E4DCDC
(228,220,220)
#E9E2E1
(233,226,225)
#EEE8E6
(238,232,230)
#F3EEEB
(243,238,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B8BE; }

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

This text font color is #C6B8BE.


Background Color

.myBgColor { background-color: #C6B8BE; }

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

This div background color is #C6B8BE.


Border color

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

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

This div border color is #C6B8BE.


Opacity

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

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

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

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

This text has shadow with #C6B8BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6B8BE on black background.


Color preview on white background

This text has color #C6B8BE on white background.



Black color preview on #C6B8BE background

This text has black color on #C6B8BE background.


White color preview on #C6B8BE background

This text has white color on #C6B8BE background.