COLOR #C6D596

HEX: #C6D596
RGB: (198,213,150)

Renk bilgisi

#C6D596 contains mainly red and green colors. #C6D596 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6D596 color RGB value is (198,213,150).

  • kırmız ton 198;
  • yeşil ton 213;
  • mavi ton 150.
RGB:
(198,213,150)
(78%,84%,59%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 213 of 255 = 84%
B 150 of 255 = 59%

198
213
150

R + G + B ~ 74%. #C6D596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 213 + 150 = 561 (100%)
R 198 of 561 ~ 35.29%
G 213 of 561 ~ 37.97%
B 150 of 561 ~ 26.74%

%35.29
%37.97
%26.74

CMYK RENK MODELİ

#C6D596 rengi CMYK tonu (7,0,30,16).

  • camgöbeği tonu 7.04%
  • eflatun tonu 0.00%
  • sarı tonu 29.58%
  • ana renk tonu 16.47%
CMYK:
(7,0,30,16)
C7M0Y30K16 
(7%,0%,30%,16%)
(0.07/0.00/0.30/0.16)	

CMYK yüzdeleri

%7.04
%0
%29.58
%16.47

Codes

Color #C6D596 in popluar color models

C6D596
RGB198213150
HSL74°42.86%71.18%
HSB/HSV74°29.58%83.53%
CMYK7.04%0.00%29.58%
16.47%

Color #C6D596 in popluar number systems.

HEXC6D596
Decimal198213150
Binary110001101101010110010110
Octal306325226

Shades and tints

Shades of #C6D596

#C6D596
(198,213,150)
#B4C289
(180,194,137)
#A2AF7C
(162,175,124)
#909C6F
(144,156,111)
#7E8962
(126,137,98)
#6C7655
(108,118,85)
#5A6348
(90,99,72)
#48503B
(72,80,59)
#363D2E
(54,61,46)
#242A21
(36,42,33)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6D596

#C6D596
(198,213,150)
#CBD89F
(203,216,159)
#D0DBA8
(208,219,168)
#D5DEB1
(213,222,177)
#DAE1BA
(218,225,186)
#DFE4C3
(223,228,195)
#E4E7CC
(228,231,204)
#E9EAD5
(233,234,213)
#EEEDDE
(238,237,222)
#F3F0E7
(243,240,231)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D596 color. Also use rgb(198,213,150) instead hex code.

Text Font Color

.myTextColor { color: #C6D596; }

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

This text font color is #C6D596.


Background Color

.myBgColor { background-color: #C6D596; }

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

This div background color is #C6D596.


Border color

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

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

This div border color is #C6D596.


Opacity

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

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

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

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

This text has shadow with #C6D596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D596 on black background.


Color preview on white background

This text has color #C6D596 on white background.



Black color preview on #C6D596 background

This text has black color on #C6D596 background.


White color preview on #C6D596 background

This text has white color on #C6D596 background.