COLOR #C6D998

HEX: #C6D998
RGB: (198,217,152)

Renk bilgisi

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

RGB renk modeli

#C6D998 color RGB value is (198,217,152).

  • kırmız ton 198;
  • yeşil ton 217;
  • mavi ton 152.
RGB:
(198,217,152)
(78%,85%,60%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 217 of 255 = 85%
B 152 of 255 = 60%

198
217
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 217 + 152 = 567 (100%)
R 198 of 567 ~ 34.92%
G 217 of 567 ~ 38.27%
B 152 of 567 ~ 26.81%

%34.92
%38.27
%26.81

CMYK RENK MODELİ

#C6D998 rengi CMYK tonu (9,0,30,15).

  • camgöbeği tonu 8.76%
  • eflatun tonu 0.00%
  • sarı tonu 29.95%
  • ana renk tonu 14.90%
CMYK:
(9,0,30,15)
C9M0Y30K15 
(9%,0%,30%,15%)
(0.09/0.00/0.30/0.15)	

CMYK yüzdeleri

%8.76
%0
%29.95
%14.9

Codes

Color #C6D998 in popluar color models

C6D998
RGB198217152
HSL78°46.10%72.35%
HSB/HSV78°29.95%85.10%
CMYK8.76%0.00%29.95%
14.90%

Color #C6D998 in popluar number systems.

HEXC6D998
Decimal198217152
Binary110001101101100110011000
Octal306331230

Shades and tints

Shades of #C6D998

#C6D998
(198,217,152)
#B4C68B
(180,198,139)
#A2B37E
(162,179,126)
#90A071
(144,160,113)
#7E8D64
(126,141,100)
#6C7A57
(108,122,87)
#5A674A
(90,103,74)
#48543D
(72,84,61)
#364130
(54,65,48)
#242E23
(36,46,35)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6D998

#C6D998
(198,217,152)
#CBDCA1
(203,220,161)
#D0DFAA
(208,223,170)
#D5E2B3
(213,226,179)
#DAE5BC
(218,229,188)
#DFE8C5
(223,232,197)
#E4EBCE
(228,235,206)
#E9EED7
(233,238,215)
#EEF1E0
(238,241,224)
#F3F4E9
(243,244,233)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D998 color. Also use rgb(198,217,152) instead hex code.

Text Font Color

.myTextColor { color: #C6D998; }

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

This text font color is #C6D998.


Background Color

.myBgColor { background-color: #C6D998; }

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

This div background color is #C6D998.


Border color

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

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

This div border color is #C6D998.


Opacity

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

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

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

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

This text has shadow with #C6D998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D998 on black background.


Color preview on white background

This text has color #C6D998 on white background.



Black color preview on #C6D998 background

This text has black color on #C6D998 background.


White color preview on #C6D998 background

This text has white color on #C6D998 background.