COLOR #C6C984

HEX: #C6C984
RGB: (198,201,132)

Renk bilgisi

#C6C984 contains mainly red and green colors. #C6C984 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6C984 color RGB value is (198,201,132).

  • kırmız ton 198;
  • yeşil ton 201;
  • mavi ton 132.
RGB:
(198,201,132)
(78%,79%,52%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 201 of 255 = 79%
B 132 of 255 = 52%

198
201
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 201 + 132 = 531 (100%)
R 198 of 531 ~ 37.29%
G 201 of 531 ~ 37.85%
B 132 of 531 ~ 24.86%

%37.29
%37.85
%24.86

CMYK RENK MODELİ

#C6C984 rengi CMYK tonu (1,0,34,21).

  • camgöbeği tonu 1.49%
  • eflatun tonu 0.00%
  • sarı tonu 34.33%
  • ana renk tonu 21.18%
CMYK:
(1,0,34,21)
C1M0Y34K21 
(1%,0%,34%,21%)
(0.01/0.00/0.34/0.21)	

CMYK yüzdeleri

%1.49
%0
%34.33
%21.18

Codes

Color #C6C984 in popluar color models

C6C984
RGB198201132
HSL63°38.98%65.29%
HSB/HSV63°34.33%78.82%
CMYK1.49%0.00%34.33%
21.18%

Color #C6C984 in popluar number systems.

HEXC6C984
Decimal198201132
Binary110001101100100110000100
Octal306311204

Shades and tints

Shades of #C6C984

#C6C984
(198,201,132)
#B4B778
(180,183,120)
#A2A56C
(162,165,108)
#909360
(144,147,96)
#7E8154
(126,129,84)
#6C6F48
(108,111,72)
#5A5D3C
(90,93,60)
#484B30
(72,75,48)
#363924
(54,57,36)
#242718
(36,39,24)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #C6C984

#C6C984
(198,201,132)
#CBCD8F
(203,205,143)
#D0D19A
(208,209,154)
#D5D5A5
(213,213,165)
#DAD9B0
(218,217,176)
#DFDDBB
(223,221,187)
#E4E1C6
(228,225,198)
#E9E5D1
(233,229,209)
#EEE9DC
(238,233,220)
#F3EDE7
(243,237,231)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C984 color. Also use rgb(198,201,132) instead hex code.

Text Font Color

.myTextColor { color: #C6C984; }

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

This text font color is #C6C984.


Background Color

.myBgColor { background-color: #C6C984; }

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

This div background color is #C6C984.


Border color

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

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

This div border color is #C6C984.


Opacity

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

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

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

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

This text has shadow with #C6C984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C984 on black background.


Color preview on white background

This text has color #C6C984 on white background.



Black color preview on #C6C984 background

This text has black color on #C6C984 background.


White color preview on #C6C984 background

This text has white color on #C6C984 background.