COLOR #C6D9A5

HEX: #C6D9A5
RGB: (198,217,165)

Renk bilgisi

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

RGB renk modeli

#C6D9A5 color RGB value is (198,217,165).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 217 of 255 = 85%
B 165 of 255 = 65%

198
217
165

R + G + B ~ 76%. #C6D9A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 217 + 165 = 580 (100%)
R 198 of 580 ~ 34.14%
G 217 of 580 ~ 37.41%
B 165 of 580 ~ 28.45%

%34.14
%37.41
%28.45

CMYK RENK MODELİ

#C6D9A5 rengi CMYK tonu (9,0,24,15).

  • camgöbeği tonu 8.76%
  • eflatun tonu 0.00%
  • sarı tonu 23.96%
  • ana renk tonu 14.90%
CMYK:
(9,0,24,15)
C9M0Y24K15 
(9%,0%,24%,15%)
(0.09/0.00/0.24/0.15)	

CMYK yüzdeleri

%8.76
%0
%23.96
%14.9

Codes

Color #C6D9A5 in popluar color models

C6D9A5
RGB198217165
HSL82°40.63%74.90%
HSB/HSV82°23.96%85.10%
CMYK8.76%0.00%23.96%
14.90%

Color #C6D9A5 in popluar number systems.

HEXC6D9A5
Decimal198217165
Binary110001101101100110100101
Octal306331245

Shades and tints

Shades of #C6D9A5

#C6D9A5
(198,217,165)
#B4C696
(180,198,150)
#A2B387
(162,179,135)
#90A078
(144,160,120)
#7E8D69
(126,141,105)
#6C7A5A
(108,122,90)
#5A674B
(90,103,75)
#48543C
(72,84,60)
#36412D
(54,65,45)
#242E1E
(36,46,30)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #C6D9A5

#C6D9A5
(198,217,165)
#CBDCAD
(203,220,173)
#D0DFB5
(208,223,181)
#D5E2BD
(213,226,189)
#DAE5C5
(218,229,197)
#DFE8CD
(223,232,205)
#E4EBD5
(228,235,213)
#E9EEDD
(233,238,221)
#EEF1E5
(238,241,229)
#F3F4ED
(243,244,237)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D9A5; }

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

This text font color is #C6D9A5.


Background Color

.myBgColor { background-color: #C6D9A5; }

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

This div background color is #C6D9A5.


Border color

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

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

This div border color is #C6D9A5.


Opacity

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

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

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

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

This text has shadow with #C6D9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D9A5 on black background.


Color preview on white background

This text has color #C6D9A5 on white background.



Black color preview on #C6D9A5 background

This text has black color on #C6D9A5 background.


White color preview on #C6D9A5 background

This text has white color on #C6D9A5 background.