COLOR #C6CC9B

HEX: #C6CC9B
RGB: (198,204,155)

Renk bilgisi

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

RGB renk modeli

#C6CC9B color RGB value is (198,204,155).

  • kırmız ton 198;
  • yeşil ton 204;
  • mavi ton 155.
RGB:
(198,204,155)
(78%,80%,61%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 204 of 255 = 80%
B 155 of 255 = 61%

198
204
155

R + G + B ~ 73%. #C6CC9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 204 + 155 = 557 (100%)
R 198 of 557 ~ 35.55%
G 204 of 557 ~ 36.62%
B 155 of 557 ~ 27.83%

%35.55
%36.62
%27.83

CMYK RENK MODELİ

#C6CC9B rengi CMYK tonu (3,0,24,20).

  • camgöbeği tonu 2.94%
  • eflatun tonu 0.00%
  • sarı tonu 24.02%
  • ana renk tonu 20.00%
CMYK:
(3,0,24,20)
C3M0Y24K20 
(3%,0%,24%,20%)
(0.03/0.00/0.24/0.20)	

CMYK yüzdeleri

%2.94
%0
%24.02
%20

Codes

Color #C6CC9B in popluar color models

C6CC9B
RGB198204155
HSL67°32.45%70.39%
HSB/HSV67°24.02%80.00%
CMYK2.94%0.00%24.02%
20.00%

Color #C6CC9B in popluar number systems.

HEXC6CC9B
Decimal198204155
Binary110001101100110010011011
Octal306314233

Shades and tints

Shades of #C6CC9B

#C6CC9B
(198,204,155)
#B4BA8D
(180,186,141)
#A2A87F
(162,168,127)
#909671
(144,150,113)
#7E8463
(126,132,99)
#6C7255
(108,114,85)
#5A6047
(90,96,71)
#484E39
(72,78,57)
#363C2B
(54,60,43)
#242A1D
(36,42,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #C6CC9B

#C6CC9B
(198,204,155)
#CBD0A4
(203,208,164)
#D0D4AD
(208,212,173)
#D5D8B6
(213,216,182)
#DADCBF
(218,220,191)
#DFE0C8
(223,224,200)
#E4E4D1
(228,228,209)
#E9E8DA
(233,232,218)
#EEECE3
(238,236,227)
#F3F0EC
(243,240,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CC9B color. Also use rgb(198,204,155) instead hex code.

Text Font Color

.myTextColor { color: #C6CC9B; }

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

This text font color is #C6CC9B.


Background Color

.myBgColor { background-color: #C6CC9B; }

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

This div background color is #C6CC9B.


Border color

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

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

This div border color is #C6CC9B.


Opacity

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

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

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

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

This text has shadow with #C6CC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CC9B on black background.


Color preview on white background

This text has color #C6CC9B on white background.



Black color preview on #C6CC9B background

This text has black color on #C6CC9B background.


White color preview on #C6CC9B background

This text has white color on #C6CC9B background.