COLOR #C6D6A3

HEX: #C6D6A3
RGB: (198,214,163)

Renk bilgisi

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

RGB renk modeli

#C6D6A3 color RGB value is (198,214,163).

  • kırmız ton 198;
  • yeşil ton 214;
  • mavi ton 163.
RGB:
(198,214,163)
(78%,84%,64%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 214 of 255 = 84%
B 163 of 255 = 64%

198
214
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 214 + 163 = 575 (100%)
R 198 of 575 ~ 34.43%
G 214 of 575 ~ 37.22%
B 163 of 575 ~ 28.35%

%34.43
%37.22
%28.35

CMYK RENK MODELİ

#C6D6A3 rengi CMYK tonu (7,0,24,16).

  • camgöbeği tonu 7.48%
  • eflatun tonu 0.00%
  • sarı tonu 23.83%
  • ana renk tonu 16.08%
CMYK:
(7,0,24,16)
C7M0Y24K16 
(7%,0%,24%,16%)
(0.07/0.00/0.24/0.16)	

CMYK yüzdeleri

%7.48
%0
%23.83
%16.08

Codes

Color #C6D6A3 in popluar color models

C6D6A3
RGB198214163
HSL79°38.35%73.92%
HSB/HSV79°23.83%83.92%
CMYK7.48%0.00%23.83%
16.08%

Color #C6D6A3 in popluar number systems.

HEXC6D6A3
Decimal198214163
Binary110001101101011010100011
Octal306326243

Shades and tints

Shades of #C6D6A3

#C6D6A3
(198,214,163)
#B4C395
(180,195,149)
#A2B087
(162,176,135)
#909D79
(144,157,121)
#7E8A6B
(126,138,107)
#6C775D
(108,119,93)
#5A644F
(90,100,79)
#485141
(72,81,65)
#363E33
(54,62,51)
#242B25
(36,43,37)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6D6A3

#C6D6A3
(198,214,163)
#CBD9AB
(203,217,171)
#D0DCB3
(208,220,179)
#D5DFBB
(213,223,187)
#DAE2C3
(218,226,195)
#DFE5CB
(223,229,203)
#E4E8D3
(228,232,211)
#E9EBDB
(233,235,219)
#EEEEE3
(238,238,227)
#F3F1EB
(243,241,235)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D6A3 color. Also use rgb(198,214,163) instead hex code.

Text Font Color

.myTextColor { color: #C6D6A3; }

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

This text font color is #C6D6A3.


Background Color

.myBgColor { background-color: #C6D6A3; }

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

This div background color is #C6D6A3.


Border color

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

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

This div border color is #C6D6A3.


Opacity

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

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

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

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

This text has shadow with #C6D6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D6A3 on black background.


Color preview on white background

This text has color #C6D6A3 on white background.



Black color preview on #C6D6A3 background

This text has black color on #C6D6A3 background.


White color preview on #C6D6A3 background

This text has white color on #C6D6A3 background.