COLOR #C6D2A5

HEX: #C6D2A5
RGB: (198,210,165)

Renk bilgisi

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

RGB renk modeli

#C6D2A5 color RGB value is (198,210,165).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 210 of 255 = 82%
B 165 of 255 = 65%

198
210
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 210 + 165 = 573 (100%)
R 198 of 573 ~ 34.55%
G 210 of 573 ~ 36.65%
B 165 of 573 ~ 28.8%

%34.55
%36.65
%28.8

CMYK RENK MODELİ

#C6D2A5 rengi CMYK tonu (6,0,21,18).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 17.65%
CMYK:
(6,0,21,18)
C6M0Y21K18 
(6%,0%,21%,18%)
(0.06/0.00/0.21/0.18)	

CMYK yüzdeleri

%5.71
%0
%21.43
%17.65

Codes

Color #C6D2A5 in popluar color models

C6D2A5
RGB198210165
HSL76°33.33%73.53%
HSB/HSV76°21.43%82.35%
CMYK5.71%0.00%21.43%
17.65%

Color #C6D2A5 in popluar number systems.

HEXC6D2A5
Decimal198210165
Binary110001101101001010100101
Octal306322245

Shades and tints

Shades of #C6D2A5

#C6D2A5
(198,210,165)
#B4BF96
(180,191,150)
#A2AC87
(162,172,135)
#909978
(144,153,120)
#7E8669
(126,134,105)
#6C735A
(108,115,90)
#5A604B
(90,96,75)
#484D3C
(72,77,60)
#363A2D
(54,58,45)
#24271E
(36,39,30)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #C6D2A5

#C6D2A5
(198,210,165)
#CBD6AD
(203,214,173)
#D0DAB5
(208,218,181)
#D5DEBD
(213,222,189)
#DAE2C5
(218,226,197)
#DFE6CD
(223,230,205)
#E4EAD5
(228,234,213)
#E9EEDD
(233,238,221)
#EEF2E5
(238,242,229)
#F3F6ED
(243,246,237)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2A5; }

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

This text font color is #C6D2A5.


Background Color

.myBgColor { background-color: #C6D2A5; }

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

This div background color is #C6D2A5.


Border color

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

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

This div border color is #C6D2A5.


Opacity

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

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

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

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

This text has shadow with #C6D2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D2A5 on black background.


Color preview on white background

This text has color #C6D2A5 on white background.



Black color preview on #C6D2A5 background

This text has black color on #C6D2A5 background.


White color preview on #C6D2A5 background

This text has white color on #C6D2A5 background.