COLOR #D6F198

HEX: #D6F198
RGB: (214,241,152)

Renk bilgisi

#D6F198 contains mainly red and green colors. #D6F198 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#D6F198 color RGB value is (214,241,152).

  • kırmız ton 214;
  • yeşil ton 241;
  • mavi ton 152.
RGB:
(214,241,152)
(84%,95%,60%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 241 of 255 = 95%
B 152 of 255 = 60%

214
241
152

R + G + B ~ 80%. #D6F198 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 241 + 152 = 607 (100%)
R 214 of 607 ~ 35.26%
G 241 of 607 ~ 39.7%
B 152 of 607 ~ 25.04%

%35.26
%39.7
%25.04

CMYK RENK MODELİ

#D6F198 rengi CMYK tonu (11,0,37,5).

  • camgöbeği tonu 11.20%
  • eflatun tonu 0.00%
  • sarı tonu 36.93%
  • ana renk tonu 5.49%
CMYK:
(11,0,37,5)
C11M0Y37K5 
(11%,0%,37%,5%)
(0.11/0.00/0.37/0.05)	

CMYK yüzdeleri

%11.2
%0
%36.93
%5.49

Codes

Color #D6F198 in popluar color models

D6F198
RGB214241152
HSL78°76.07%77.06%
HSB/HSV78°36.93%94.51%
CMYK11.20%0.00%36.93%
5.49%

Color #D6F198 in popluar number systems.

HEXD6F198
Decimal214241152
Binary110101101111000110011000
Octal326361230

Shades and tints

Shades of #D6F198

#D6F198
(214,241,152)
#C3DC8B
(195,220,139)
#B0C77E
(176,199,126)
#9DB271
(157,178,113)
#8A9D64
(138,157,100)
#778857
(119,136,87)
#64734A
(100,115,74)
#515E3D
(81,94,61)
#3E4930
(62,73,48)
#2B3423
(43,52,35)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #D6F198

#D6F198
(214,241,152)
#D9F2A1
(217,242,161)
#DCF3AA
(220,243,170)
#DFF4B3
(223,244,179)
#E2F5BC
(226,245,188)
#E5F6C5
(229,246,197)
#E8F7CE
(232,247,206)
#EBF8D7
(235,248,215)
#EEF9E0
(238,249,224)
#F1FAE9
(241,250,233)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F198 color. Also use rgb(214,241,152) instead hex code.

Text Font Color

.myTextColor { color: #D6F198; }

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

This text font color is #D6F198.


Background Color

.myBgColor { background-color: #D6F198; }

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

This div background color is #D6F198.


Border color

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

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

This div border color is #D6F198.


Opacity

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

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

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

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

This text has shadow with #D6F198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F198 on black background.


Color preview on white background

This text has color #D6F198 on white background.



Black color preview on #D6F198 background

This text has black color on #D6F198 background.


White color preview on #D6F198 background

This text has white color on #D6F198 background.