COLOR #C6B387

HEX: #C6B387
RGB: (198,179,135)

Renk bilgisi

#C6B387 contains mainly red and green colors. #C6B387 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C6B387 color RGB value is (198,179,135).

  • kırmız ton 198;
  • yeşil ton 179;
  • mavi ton 135.
RGB:
(198,179,135)
(78%,70%,53%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 179 of 255 = 70%
B 135 of 255 = 53%

198
179
135

R + G + B ~ 67%. #C6B387 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 179 + 135 = 512 (100%)
R 198 of 512 ~ 38.67%
G 179 of 512 ~ 34.96%
B 135 of 512 ~ 26.37%

%38.67
%34.96
%26.37

CMYK RENK MODELİ

#C6B387 rengi CMYK tonu (0,10,32,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.60%
  • sarı tonu 31.82%
  • ana renk tonu 22.35%
CMYK:
(0,10,32,22)
C0M10Y32K22 
(0%,10%,32%,22%)
(0.00/0.10/0.32/0.22)	

CMYK yüzdeleri

%0
%9.6
%31.82
%22.35

Codes

Color #C6B387 in popluar color models

C6B387
RGB198179135
HSL42°35.59%65.29%
HSB/HSV42°31.82%77.65%
CMYK0.00%9.60%31.82%
22.35%

Color #C6B387 in popluar number systems.

HEXC6B387
Decimal198179135
Binary110001101011001110000111
Octal306263207

Shades and tints

Shades of #C6B387

#C6B387
(198,179,135)
#B4A37B
(180,163,123)
#A2936F
(162,147,111)
#908363
(144,131,99)
#7E7357
(126,115,87)
#6C634B
(108,99,75)
#5A533F
(90,83,63)
#484333
(72,67,51)
#363327
(54,51,39)
#24231B
(36,35,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #C6B387

#C6B387
(198,179,135)
#CBB991
(203,185,145)
#D0BF9B
(208,191,155)
#D5C5A5
(213,197,165)
#DACBAF
(218,203,175)
#DFD1B9
(223,209,185)
#E4D7C3
(228,215,195)
#E9DDCD
(233,221,205)
#EEE3D7
(238,227,215)
#F3E9E1
(243,233,225)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B387; }

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

This text font color is #C6B387.


Background Color

.myBgColor { background-color: #C6B387; }

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

This div background color is #C6B387.


Border color

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

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

This div border color is #C6B387.


Opacity

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

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

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

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

This text has shadow with #C6B387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B387 on black background.


Color preview on white background

This text has color #C6B387 on white background.



Black color preview on #C6B387 background

This text has black color on #C6B387 background.


White color preview on #C6B387 background

This text has white color on #C6B387 background.