COLOR #D6F98C

HEX: #D6F98C
RGB: (214,249,140)

Color info

#D6F98C contains mainly red and green colors. Web safe color of #D6F98C is #CCFF99 (or #CF9).

RGB color model

#D6F98C color RGB value is (214,249,140).

  • red value is 214;
  • green value is 249;
  • blue value is 140.
RGB: (214,249,140) (84%,98%,55%)

RGB channels and saturation

R 214 of 255 = 84%
G 249 of 255 = 98%
B 140 of 255 = 55%

214
249
140

R + G + B ~ 79%. #D6F98C is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 249 + 140 = 603 (100%)
R 214 of 603 ~ 35.49%
G 249 of 603 ~ 41.29%
B 140 of 603 ~ 23.22%

%35.49
%41.29
%23.22

CMYK color model

#D6F98C color CMYK value is (14,0,44,2).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 2.35%
CMYK: (14,0,44,2) C14M0Y44K2 (14%,0%,44%,2%) (0.14/0.00/0.44/0.02)

CMYK percentages

%14.06
%0
%43.78
%2.35

Codes

Color #D6F98C in popluar color models

D6F98C
RGB214249140
HSL79°90.08%76.27%
HSB/HSV79°43.78%97.65%
CMYK14.06%0.00%43.78%
2.35%

Color #D6F98C in popluar number systems.

HEXD6F98C
Decimal214249140
Binary110101101111100110001100
Octal326371214

Shades and tints

Shades of #D6F98C

#D6F98C
(214,249,140)
#C3E380
(195,227,128)
#B0CD74
(176,205,116)
#9DB768
(157,183,104)
#8AA15C
(138,161,92)
#778B50
(119,139,80)
#647544
(100,117,68)
#515F38
(81,95,56)
#3E492C
(62,73,44)
#2B3320
(43,51,32)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #D6F98C

#D6F98C
(214,249,140)
#D9F996
(217,249,150)
#DCF9A0
(220,249,160)
#DFF9AA
(223,249,170)
#E2F9B4
(226,249,180)
#E5F9BE
(229,249,190)
#E8F9C8
(232,249,200)
#EBF9D2
(235,249,210)
#EEF9DC
(238,249,220)
#F1F9E6
(241,249,230)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F98C color. Also use rgb(214,249,140) instead hex code.

Text Font Color

.myTextColor { color: #D6F98C; }

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

This text font color is #D6F98C.


Background Color

.myBgColor { background-color: #D6F98C; }

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

This div background color is #D6F98C.


Border color

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

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

This div border color is #D6F98C.


Opacity

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

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

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

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

This text has shadow with #D6F98C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6F98C on black background.


Color preview on white background

This text has color #D6F98C on white background.



Black color preview on #D6F98C background

This text has black color on #D6F98C background.


White color preview on #D6F98C background

This text has white color on #D6F98C background.