COLOR #C6AE5B

HEX: #C6AE5B
RGB: (198,174,91)

Renk bilgisi

#C6AE5B contains mainly red and green colors. #C6AE5B ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C6AE5B color RGB value is (198,174,91).

  • kırmız ton 198;
  • yeşil ton 174;
  • mavi ton 91.
RGB:
(198,174,91)
(78%,68%,36%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 174 of 255 = 68%
B 91 of 255 = 36%

198
174
91

R + G + B ~ 61%. #C6AE5B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 174 + 91 = 463 (100%)
R 198 of 463 ~ 42.76%
G 174 of 463 ~ 37.58%
B 91 of 463 ~ 19.65%

%42.76
%37.58
%19.65

CMYK RENK MODELİ

#C6AE5B rengi CMYK tonu (0,12,54,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.12%
  • sarı tonu 54.04%
  • ana renk tonu 22.35%
CMYK:
(0,12,54,22)
C0M12Y54K22 
(0%,12%,54%,22%)
(0.00/0.12/0.54/0.22)	

CMYK yüzdeleri

%0
%12.12
%54.04
%22.35

Codes

Color #C6AE5B in popluar color models

C6AE5B
RGB19817491
HSL47°48.42%56.67%
HSB/HSV47°54.04%77.65%
CMYK0.00%12.12%54.04%
22.35%

Color #C6AE5B in popluar number systems.

HEXC6AE5B
Decimal19817491
Binary11000110101011101011011
Octal306256133

Shades and tints

Shades of #C6AE5B

#C6AE5B
(198,174,91)
#B49F53
(180,159,83)
#A2904B
(162,144,75)
#908143
(144,129,67)
#7E723B
(126,114,59)
#6C6333
(108,99,51)
#5A542B
(90,84,43)
#484523
(72,69,35)
#36361B
(54,54,27)
#242713
(36,39,19)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #C6AE5B

#C6AE5B
(198,174,91)
#CBB569
(203,181,105)
#D0BC77
(208,188,119)
#D5C385
(213,195,133)
#DACA93
(218,202,147)
#DFD1A1
(223,209,161)
#E4D8AF
(228,216,175)
#E9DFBD
(233,223,189)
#EEE6CB
(238,230,203)
#F3EDD9
(243,237,217)
#F8F4E7
(248,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AE5B color. Also use rgb(198,174,91) instead hex code.

Text Font Color

.myTextColor { color: #C6AE5B; }

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

This text font color is #C6AE5B.


Background Color

.myBgColor { background-color: #C6AE5B; }

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

This div background color is #C6AE5B.


Border color

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

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

This div border color is #C6AE5B.


Opacity

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

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

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

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

This text has shadow with #C6AE5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AE5B on black background.


Color preview on white background

This text has color #C6AE5B on white background.



Black color preview on #C6AE5B background

This text has black color on #C6AE5B background.


White color preview on #C6AE5B background

This text has white color on #C6AE5B background.