COLOR #D0FB8D

HEX: #D0FB8D
RGB: (208,251,141)

Color info

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

RGB color model

#D0FB8D color RGB value is (208,251,141).

  • red value is 208;
  • green value is 251;
  • blue value is 141.
RGB:
(208,251,141)
(82%,98%,55%)

RGB channels and saturation

R 208 of 255 = 82%
G 251 of 255 = 98%
B 141 of 255 = 55%

208
251
141

R + G + B ~ 78%. #D0FB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 251 + 141 = 600 (100%)
R 208 of 600 ~ 34.67%
G 251 of 600 ~ 41.83%
B 141 of 600 ~ 23.5%

%34.67
%41.83
%23.5

CMYK color model

#D0FB8D color CMYK value is (17,0,44,2).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 1.57%
CMYK:
(17,0,44,2)
C17M0Y44K2 
(17%,0%,44%,2%)
(0.17/0.00/0.44/0.02)	

CMYK percentages

%17.13
%0
%43.82
%1.57

Codes

Color #D0FB8D in popluar color models

D0FB8D
RGB208251141
HSL83°93.22%76.86%
HSB/HSV83°43.82%98.43%
CMYK17.13%0.00%43.82%
1.57%

Color #D0FB8D in popluar number systems.

HEXD0FB8D
Decimal208251141
Binary110100001111101110001101
Octal320373215

Shades and tints

Shades of #D0FB8D

#D0FB8D
(208,251,141)
#BEE581
(190,229,129)
#ACCF75
(172,207,117)
#9AB969
(154,185,105)
#88A35D
(136,163,93)
#768D51
(118,141,81)
#647745
(100,119,69)
#526139
(82,97,57)
#404B2D
(64,75,45)
#2E3521
(46,53,33)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #D0FB8D

#D0FB8D
(208,251,141)
#D4FB97
(212,251,151)
#D8FBA1
(216,251,161)
#DCFBAB
(220,251,171)
#E0FBB5
(224,251,181)
#E4FBBF
(228,251,191)
#E8FBC9
(232,251,201)
#ECFBD3
(236,251,211)
#F0FBDD
(240,251,221)
#F4FBE7
(244,251,231)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0FB8D color. Also use rgb(208,251,141) instead hex code.

Text Font Color

.myTextColor { color: #D0FB8D; }

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

This text font color is #D0FB8D.


Background Color

.myBgColor { background-color: #D0FB8D; }

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

This div background color is #D0FB8D.


Border color

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

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

This div border color is #D0FB8D.


Opacity

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

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

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

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

This text has shadow with #D0FB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FB8D on black background.


Color preview on white background

This text has color #D0FB8D on white background.



Black color preview on #D0FB8D background

This text has black color on #D0FB8D background.


White color preview on #D0FB8D background

This text has white color on #D0FB8D background.