COLOR #C6B996

HEX: #C6B996
RGB: (198,185,150)

Renk bilgisi

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

RGB renk modeli

#C6B996 color RGB value is (198,185,150).

  • kırmız ton 198;
  • yeşil ton 185;
  • mavi ton 150.
RGB:
(198,185,150)
(78%,73%,59%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 185 of 255 = 73%
B 150 of 255 = 59%

198
185
150

R + G + B ~ 70%. #C6B996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 185 + 150 = 533 (100%)
R 198 of 533 ~ 37.15%
G 185 of 533 ~ 34.71%
B 150 of 533 ~ 28.14%

%37.15
%34.71
%28.14

CMYK RENK MODELİ

#C6B996 rengi CMYK tonu (0,7,24,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.57%
  • sarı tonu 24.24%
  • ana renk tonu 22.35%
CMYK:
(0,7,24,22)
C0M7Y24K22 
(0%,7%,24%,22%)
(0.00/0.07/0.24/0.22)	

CMYK yüzdeleri

%0
%6.57
%24.24
%22.35

Codes

Color #C6B996 in popluar color models

C6B996
RGB198185150
HSL44°29.63%68.24%
HSB/HSV44°24.24%77.65%
CMYK0.00%6.57%24.24%
22.35%

Color #C6B996 in popluar number systems.

HEXC6B996
Decimal198185150
Binary110001101011100110010110
Octal306271226

Shades and tints

Shades of #C6B996

#C6B996
(198,185,150)
#B4A989
(180,169,137)
#A2997C
(162,153,124)
#90896F
(144,137,111)
#7E7962
(126,121,98)
#6C6955
(108,105,85)
#5A5948
(90,89,72)
#48493B
(72,73,59)
#36392E
(54,57,46)
#242921
(36,41,33)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6B996

#C6B996
(198,185,150)
#CBBF9F
(203,191,159)
#D0C5A8
(208,197,168)
#D5CBB1
(213,203,177)
#DAD1BA
(218,209,186)
#DFD7C3
(223,215,195)
#E4DDCC
(228,221,204)
#E9E3D5
(233,227,213)
#EEE9DE
(238,233,222)
#F3EFE7
(243,239,231)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B996 color. Also use rgb(198,185,150) instead hex code.

Text Font Color

.myTextColor { color: #C6B996; }

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

This text font color is #C6B996.


Background Color

.myBgColor { background-color: #C6B996; }

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

This div background color is #C6B996.


Border color

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

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

This div border color is #C6B996.


Opacity

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

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

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

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

This text has shadow with #C6B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B996 on black background.


Color preview on white background

This text has color #C6B996 on white background.



Black color preview on #C6B996 background

This text has black color on #C6B996 background.


White color preview on #C6B996 background

This text has white color on #C6B996 background.