COLOR #C6AD8D

HEX: #C6AD8D
RGB: (198,173,141)

Renk bilgisi

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

RGB renk modeli

#C6AD8D color RGB value is (198,173,141).

  • kırmız ton 198;
  • yeşil ton 173;
  • mavi ton 141.
RGB:
(198,173,141)
(78%,68%,55%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 173 of 255 = 68%
B 141 of 255 = 55%

198
173
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 173 + 141 = 512 (100%)
R 198 of 512 ~ 38.67%
G 173 of 512 ~ 33.79%
B 141 of 512 ~ 27.54%

%38.67
%33.79
%27.54

CMYK RENK MODELİ

#C6AD8D rengi CMYK tonu (0,13,29,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.63%
  • sarı tonu 28.79%
  • ana renk tonu 22.35%
CMYK:
(0,13,29,22)
C0M13Y29K22 
(0%,13%,29%,22%)
(0.00/0.13/0.29/0.22)	

CMYK yüzdeleri

%0
%12.63
%28.79
%22.35

Codes

Color #C6AD8D in popluar color models

C6AD8D
RGB198173141
HSL34°33.33%66.47%
HSB/HSV34°28.79%77.65%
CMYK0.00%12.63%28.79%
22.35%

Color #C6AD8D in popluar number systems.

HEXC6AD8D
Decimal198173141
Binary110001101010110110001101
Octal306255215

Shades and tints

Shades of #C6AD8D

#C6AD8D
(198,173,141)
#B49E81
(180,158,129)
#A28F75
(162,143,117)
#908069
(144,128,105)
#7E715D
(126,113,93)
#6C6251
(108,98,81)
#5A5345
(90,83,69)
#484439
(72,68,57)
#36352D
(54,53,45)
#242621
(36,38,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6AD8D

#C6AD8D
(198,173,141)
#CBB497
(203,180,151)
#D0BBA1
(208,187,161)
#D5C2AB
(213,194,171)
#DAC9B5
(218,201,181)
#DFD0BF
(223,208,191)
#E4D7C9
(228,215,201)
#E9DED3
(233,222,211)
#EEE5DD
(238,229,221)
#F3ECE7
(243,236,231)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AD8D color. Also use rgb(198,173,141) instead hex code.

Text Font Color

.myTextColor { color: #C6AD8D; }

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

This text font color is #C6AD8D.


Background Color

.myBgColor { background-color: #C6AD8D; }

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

This div background color is #C6AD8D.


Border color

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

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

This div border color is #C6AD8D.


Opacity

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

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

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

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

This text has shadow with #C6AD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AD8D on black background.


Color preview on white background

This text has color #C6AD8D on white background.



Black color preview on #C6AD8D background

This text has black color on #C6AD8D background.


White color preview on #C6AD8D background

This text has white color on #C6AD8D background.