COLOR #C6D594

HEX: #C6D594
RGB: (198,213,148)

Renk bilgisi

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

RGB renk modeli

#C6D594 color RGB value is (198,213,148).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 213 of 255 = 84%
B 148 of 255 = 58%

198
213
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 213 + 148 = 559 (100%)
R 198 of 559 ~ 35.42%
G 213 of 559 ~ 38.1%
B 148 of 559 ~ 26.48%

%35.42
%38.1
%26.48

CMYK RENK MODELİ

#C6D594 rengi CMYK tonu (7,0,31,16).

  • camgöbeği tonu 7.04%
  • eflatun tonu 0.00%
  • sarı tonu 30.52%
  • ana renk tonu 16.47%
CMYK:
(7,0,31,16)
C7M0Y31K16 
(7%,0%,31%,16%)
(0.07/0.00/0.31/0.16)	

CMYK yüzdeleri

%7.04
%0
%30.52
%16.47

Codes

Color #C6D594 in popluar color models

C6D594
RGB198213148
HSL74°43.62%70.78%
HSB/HSV74°30.52%83.53%
CMYK7.04%0.00%30.52%
16.47%

Color #C6D594 in popluar number systems.

HEXC6D594
Decimal198213148
Binary110001101101010110010100
Octal306325224

Shades and tints

Shades of #C6D594

#C6D594
(198,213,148)
#B4C287
(180,194,135)
#A2AF7A
(162,175,122)
#909C6D
(144,156,109)
#7E8960
(126,137,96)
#6C7653
(108,118,83)
#5A6346
(90,99,70)
#485039
(72,80,57)
#363D2C
(54,61,44)
#242A1F
(36,42,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #C6D594

#C6D594
(198,213,148)
#CBD89D
(203,216,157)
#D0DBA6
(208,219,166)
#D5DEAF
(213,222,175)
#DAE1B8
(218,225,184)
#DFE4C1
(223,228,193)
#E4E7CA
(228,231,202)
#E9EAD3
(233,234,211)
#EEEDDC
(238,237,220)
#F3F0E5
(243,240,229)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D594; }

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

This text font color is #C6D594.


Background Color

.myBgColor { background-color: #C6D594; }

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

This div background color is #C6D594.


Border color

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

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

This div border color is #C6D594.


Opacity

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

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

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

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

This text has shadow with #C6D594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D594 on black background.


Color preview on white background

This text has color #C6D594 on white background.



Black color preview on #C6D594 background

This text has black color on #C6D594 background.


White color preview on #C6D594 background

This text has white color on #C6D594 background.