COLOR #C6B6A6

HEX: #C6B6A6
RGB: (198,182,166)

Renk bilgisi

#C6B6A6 contains red, green and blue colors in about the same proportion. #C6B6A6 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6B6A6 color RGB value is (198,182,166).

  • kırmız ton 198;
  • yeşil ton 182;
  • mavi ton 166.
RGB:
(198,182,166)
(78%,71%,65%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 182 of 255 = 71%
B 166 of 255 = 65%

198
182
166

R + G + B ~ 71%. #C6B6A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 182 + 166 = 546 (100%)
R 198 of 546 ~ 36.26%
G 182 of 546 ~ 33.33%
B 166 of 546 ~ 30.4%

%36.26
%33.33
%30.4

CMYK RENK MODELİ

#C6B6A6 rengi CMYK tonu (0,8,16,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.08%
  • sarı tonu 16.16%
  • ana renk tonu 22.35%
CMYK:
(0,8,16,22)
C0M8Y16K22 
(0%,8%,16%,22%)
(0.00/0.08/0.16/0.22)	

CMYK yüzdeleri

%0
%8.08
%16.16
%22.35

Codes

Color #C6B6A6 in popluar color models

C6B6A6
RGB198182166
HSL30°21.92%71.37%
HSB/HSV30°16.16%77.65%
CMYK0.00%8.08%16.16%
22.35%

Color #C6B6A6 in popluar number systems.

HEXC6B6A6
Decimal198182166
Binary110001101011011010100110
Octal306266246

Shades and tints

Shades of #C6B6A6

#C6B6A6
(198,182,166)
#B4A697
(180,166,151)
#A29688
(162,150,136)
#908679
(144,134,121)
#7E766A
(126,118,106)
#6C665B
(108,102,91)
#5A564C
(90,86,76)
#48463D
(72,70,61)
#36362E
(54,54,46)
#24261F
(36,38,31)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #C6B6A6

#C6B6A6
(198,182,166)
#CBBCAE
(203,188,174)
#D0C2B6
(208,194,182)
#D5C8BE
(213,200,190)
#DACEC6
(218,206,198)
#DFD4CE
(223,212,206)
#E4DAD6
(228,218,214)
#E9E0DE
(233,224,222)
#EEE6E6
(238,230,230)
#F3ECEE
(243,236,238)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B6A6 color. Also use rgb(198,182,166) instead hex code.

Text Font Color

.myTextColor { color: #C6B6A6; }

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

This text font color is #C6B6A6.


Background Color

.myBgColor { background-color: #C6B6A6; }

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

This div background color is #C6B6A6.


Border color

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

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

This div border color is #C6B6A6.


Opacity

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

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

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

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

This text has shadow with #C6B6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B6A6 on black background.


Color preview on white background

This text has color #C6B6A6 on white background.



Black color preview on #C6B6A6 background

This text has black color on #C6B6A6 background.


White color preview on #C6B6A6 background

This text has white color on #C6B6A6 background.