COLOR #C6B5B3

HEX: #C6B5B3 RGB: (198,181,179)

Color info

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

RGB color model

#C6B5B3 color RGB value is (198,181,179).

RGB: (198,181,179) (78%, 71%, 70%)

RGB channels and saturation

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

198
181
179

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

Portions of RGB colors in percentages

R + G + B = 198 + 181 + 179 = 558 (100%)
R 198 of 558 ~ 35.48%
G 181 of 558 ~ 32.44%
B 179 of 558 ~ 32.08'%

%35.48
%32.44
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 9.60%
  • 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
%9.6
%22.35

Codes

Color #C6B5B3 in popluar color models

C6 B5 B3
RGB 198 181 179
HSL 14.29% 73.92%
HSB/HSV 9.60% 77.65%
CMYK 0.00% 8.59% 9.60%
22.35%

Color #C6B5B3 in popluar number systems.

HEX C6 B5 B3
Decimal 198 181 179
Binary 11000110 10110101 10110011
Octal 306 265 263

Shades and tints

Shades of #C6B5B3

#C6B5B3
(198,181,179)
#B4A5A3
(180,165,163)
#A29593
(162,149,147)
#908583
(144,133,131)
#7E7573
(126,117,115)
#6C6563
(108,101,99)
#5A5553
(90,85,83)
#484543
(72,69,67)
#363533
(54,53,51)
#242523
(36,37,35)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6B5B3

#C6B5B3
(198,181,179)
#CBBBB9
(203,187,185)
#D0C1BF
(208,193,191)
#D5C7C5
(213,199,197)
#DACDCB
(218,205,203)
#DFD3D1
(223,211,209)
#E4D9D7
(228,217,215)
#E9DFDD
(233,223,221)
#EEE5E3
(238,229,227)
#F3EBE9
(243,235,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B5B3; }

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

This text font color is #C6B5B3.

Background Color

.myBgColor { background-color: #C6B5B3; }

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

This div background color is #C6B5B3.

Border color

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

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

This div border color is #C6B5B3.

Opacity

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

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

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

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

This text has shadow with #C6B5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B5B3.

Preview

Color preview on black background

This text has color #C6B5B3 on black background.


Color preview on white background

This text has color #C6B5B3 on white background.


Black color preview on #C6B5B3 background

This text has black color on #C6B5B3 background.


White color preview on #C6B5B3 background

This text has white color on #C6B5B3 background.


Related colors

Complementary color

Complementary color for #hex is #394A4C.


I love getcolorcode.com

Triadic colors

1 #B3C6B5 and #B5B3C6 with #C6B5B3 are triadic colors.

2 #B3B5C6 and #B5C6B3 with #C6B5B3 are triadic colors.