COLOR #C6B5B2

HEX: #C6B5B2
RGB: (198,181,178)

Color info

#C6B5B2 contains red, green and blue colors in about the same proportion. Web safe color of #C6B5B2 is #CCCC99 (or #CC9).

RGB color model

#C6B5B2 color RGB value is (198,181,178).

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

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 178 of 255 = 70%

198
181
178

R + G + B ~ 73%. #C6B5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 178 = 557 (100%)
R 198 of 557 ~ 35.55%
G 181 of 557 ~ 32.5%
B 178 of 557 ~ 31.96%

%35.55
%32.5
%31.96

CMYK color model

#C6B5B2 color CMYK value is (0,9,10,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK:
(0,9,10,22)
C0M9Y10K22 
(0%,9%,10%,22%)
(0.00/0.09/0.10/0.22)	

CMYK percentages

%0
%8.59
%10.1
%22.35

Codes

Color #C6B5B2 in popluar color models

C6B5B2
RGB198181178
HSL14.93%73.73%
HSB/HSV10.10%77.65%
CMYK0.00%8.59%10.10%
22.35%

Color #C6B5B2 in popluar number systems.

HEXC6B5B2
Decimal198181178
Binary110001101011010110110010
Octal306265262

Shades and tints

Shades of #C6B5B2

#C6B5B2
(198,181,178)
#B4A5A2
(180,165,162)
#A29592
(162,149,146)
#908582
(144,133,130)
#7E7572
(126,117,114)
#6C6562
(108,101,98)
#5A5552
(90,85,82)
#484542
(72,69,66)
#363532
(54,53,50)
#242522
(36,37,34)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6B5B2

#C6B5B2
(198,181,178)
#CBBBB9
(203,187,185)
#D0C1C0
(208,193,192)
#D5C7C7
(213,199,199)
#DACDCE
(218,205,206)
#DFD3D5
(223,211,213)
#E4D9DC
(228,217,220)
#E9DFE3
(233,223,227)
#EEE5EA
(238,229,234)
#F3EBF1
(243,235,241)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B5B2; }

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

This text font color is #C6B5B2.


Background Color

.myBgColor { background-color: #C6B5B2; }

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

This div background color is #C6B5B2.


Border color

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

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

This div border color is #C6B5B2.


Opacity

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

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

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

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

This text has shadow with #C6B5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B5B2 on black background.


Color preview on white background

This text has color #C6B5B2 on white background.



Black color preview on #C6B5B2 background

This text has black color on #C6B5B2 background.


White color preview on #C6B5B2 background

This text has white color on #C6B5B2 background.