COLOR #C6D9A0

HEX: #C6D9A0
RGB: (198,217,160)

Renk bilgisi

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

RGB renk modeli

#C6D9A0 color RGB value is (198,217,160).

  • kırmız ton 198;
  • yeşil ton 217;
  • mavi ton 160.
RGB:
(198,217,160)
(78%,85%,63%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 217 of 255 = 85%
B 160 of 255 = 63%

198
217
160

R + G + B ~ 75%. #C6D9A0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 217 + 160 = 575 (100%)
R 198 of 575 ~ 34.43%
G 217 of 575 ~ 37.74%
B 160 of 575 ~ 27.83%

%34.43
%37.74
%27.83

CMYK RENK MODELİ

#C6D9A0 rengi CMYK tonu (9,0,26,15).

  • camgöbeği tonu 8.76%
  • eflatun tonu 0.00%
  • sarı tonu 26.27%
  • ana renk tonu 14.90%
CMYK:
(9,0,26,15)
C9M0Y26K15 
(9%,0%,26%,15%)
(0.09/0.00/0.26/0.15)	

CMYK yüzdeleri

%8.76
%0
%26.27
%14.9

Codes

Color #C6D9A0 in popluar color models

C6D9A0
RGB198217160
HSL80°42.86%73.92%
HSB/HSV80°26.27%85.10%
CMYK8.76%0.00%26.27%
14.90%

Color #C6D9A0 in popluar number systems.

HEXC6D9A0
Decimal198217160
Binary110001101101100110100000
Octal306331240

Shades and tints

Shades of #C6D9A0

#C6D9A0
(198,217,160)
#B4C692
(180,198,146)
#A2B384
(162,179,132)
#90A076
(144,160,118)
#7E8D68
(126,141,104)
#6C7A5A
(108,122,90)
#5A674C
(90,103,76)
#48543E
(72,84,62)
#364130
(54,65,48)
#242E22
(36,46,34)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #C6D9A0

#C6D9A0
(198,217,160)
#CBDCA8
(203,220,168)
#D0DFB0
(208,223,176)
#D5E2B8
(213,226,184)
#DAE5C0
(218,229,192)
#DFE8C8
(223,232,200)
#E4EBD0
(228,235,208)
#E9EED8
(233,238,216)
#EEF1E0
(238,241,224)
#F3F4E8
(243,244,232)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D9A0 color. Also use rgb(198,217,160) instead hex code.

Text Font Color

.myTextColor { color: #C6D9A0; }

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

This text font color is #C6D9A0.


Background Color

.myBgColor { background-color: #C6D9A0; }

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

This div background color is #C6D9A0.


Border color

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

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

This div border color is #C6D9A0.


Opacity

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

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

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

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

This text has shadow with #C6D9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D9A0 on black background.


Color preview on white background

This text has color #C6D9A0 on white background.



Black color preview on #C6D9A0 background

This text has black color on #C6D9A0 background.


White color preview on #C6D9A0 background

This text has white color on #C6D9A0 background.