COLOR #C6AD93

HEX: #C6AD93
RGB: (198,173,147)

Renk bilgisi

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

RGB renk modeli

#C6AD93 color RGB value is (198,173,147).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 173 of 255 = 68%
B 147 of 255 = 58%

198
173
147

R + G + B ~ 68%. #C6AD93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 173 + 147 = 518 (100%)
R 198 of 518 ~ 38.22%
G 173 of 518 ~ 33.4%
B 147 of 518 ~ 28.38%

%38.22
%33.4
%28.38

CMYK RENK MODELİ

#C6AD93 rengi CMYK tonu (0,13,26,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.63%
  • sarı tonu 25.76%
  • ana renk tonu 22.35%
CMYK:
(0,13,26,22)
C0M13Y26K22 
(0%,13%,26%,22%)
(0.00/0.13/0.26/0.22)	

CMYK yüzdeleri

%0
%12.63
%25.76
%22.35

Codes

Color #C6AD93 in popluar color models

C6AD93
RGB198173147
HSL31°30.91%67.65%
HSB/HSV31°25.76%77.65%
CMYK0.00%12.63%25.76%
22.35%

Color #C6AD93 in popluar number systems.

HEXC6AD93
Decimal198173147
Binary110001101010110110010011
Octal306255223

Shades and tints

Shades of #C6AD93

#C6AD93
(198,173,147)
#B49E86
(180,158,134)
#A28F79
(162,143,121)
#90806C
(144,128,108)
#7E715F
(126,113,95)
#6C6252
(108,98,82)
#5A5345
(90,83,69)
#484438
(72,68,56)
#36352B
(54,53,43)
#24261E
(36,38,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #C6AD93

#C6AD93
(198,173,147)
#CBB49C
(203,180,156)
#D0BBA5
(208,187,165)
#D5C2AE
(213,194,174)
#DAC9B7
(218,201,183)
#DFD0C0
(223,208,192)
#E4D7C9
(228,215,201)
#E9DED2
(233,222,210)
#EEE5DB
(238,229,219)
#F3ECE4
(243,236,228)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AD93; }

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

This text font color is #C6AD93.


Background Color

.myBgColor { background-color: #C6AD93; }

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

This div background color is #C6AD93.


Border color

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

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

This div border color is #C6AD93.


Opacity

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

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

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

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

This text has shadow with #C6AD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AD93 on black background.


Color preview on white background

This text has color #C6AD93 on white background.



Black color preview on #C6AD93 background

This text has black color on #C6AD93 background.


White color preview on #C6AD93 background

This text has white color on #C6AD93 background.