COLOR #C6DD95

HEX: #C6DD95
RGB: (198,221,149)

Renk bilgisi

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

RGB renk modeli

#C6DD95 color RGB value is (198,221,149).

  • kırmız ton 198;
  • yeşil ton 221;
  • mavi ton 149.
RGB:
(198,221,149)
(78%,87%,58%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 221 of 255 = 87%
B 149 of 255 = 58%

198
221
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 221 + 149 = 568 (100%)
R 198 of 568 ~ 34.86%
G 221 of 568 ~ 38.91%
B 149 of 568 ~ 26.23%

%34.86
%38.91
%26.23

CMYK RENK MODELİ

#C6DD95 rengi CMYK tonu (10,0,33,13).

  • camgöbeği tonu 10.41%
  • eflatun tonu 0.00%
  • sarı tonu 32.58%
  • ana renk tonu 13.33%
CMYK:
(10,0,33,13)
C10M0Y33K13 
(10%,0%,33%,13%)
(0.10/0.00/0.33/0.13)	

CMYK yüzdeleri

%10.41
%0
%32.58
%13.33

Codes

Color #C6DD95 in popluar color models

C6DD95
RGB198221149
HSL79°51.43%72.55%
HSB/HSV79°32.58%86.67%
CMYK10.41%0.00%32.58%
13.33%

Color #C6DD95 in popluar number systems.

HEXC6DD95
Decimal198221149
Binary110001101101110110010101
Octal306335225

Shades and tints

Shades of #C6DD95

#C6DD95
(198,221,149)
#B4C988
(180,201,136)
#A2B57B
(162,181,123)
#90A16E
(144,161,110)
#7E8D61
(126,141,97)
#6C7954
(108,121,84)
#5A6547
(90,101,71)
#48513A
(72,81,58)
#363D2D
(54,61,45)
#242920
(36,41,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6DD95

#C6DD95
(198,221,149)
#CBE09E
(203,224,158)
#D0E3A7
(208,227,167)
#D5E6B0
(213,230,176)
#DAE9B9
(218,233,185)
#DFECC2
(223,236,194)
#E4EFCB
(228,239,203)
#E9F2D4
(233,242,212)
#EEF5DD
(238,245,221)
#F3F8E6
(243,248,230)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DD95 color. Also use rgb(198,221,149) instead hex code.

Text Font Color

.myTextColor { color: #C6DD95; }

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

This text font color is #C6DD95.


Background Color

.myBgColor { background-color: #C6DD95; }

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

This div background color is #C6DD95.


Border color

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

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

This div border color is #C6DD95.


Opacity

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

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

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

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

This text has shadow with #C6DD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DD95 on black background.


Color preview on white background

This text has color #C6DD95 on white background.



Black color preview on #C6DD95 background

This text has black color on #C6DD95 background.


White color preview on #C6DD95 background

This text has white color on #C6DD95 background.