COLOR #D0F5B2

HEX: #D0F5B2
RGB: (208,245,178)

Color info

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

RGB color model

#D0F5B2 color RGB value is (208,245,178).

  • red value is 208;
  • green value is 245;
  • blue value is 178.
RGB:
(208,245,178)
(82%,96%,70%)

RGB channels and saturation

R 208 of 255 = 82%
G 245 of 255 = 96%
B 178 of 255 = 70%

208
245
178

R + G + B ~ 83%. #D0F5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 245 + 178 = 631 (100%)
R 208 of 631 ~ 32.96%
G 245 of 631 ~ 38.83%
B 178 of 631 ~ 28.21%

%32.96
%38.83
%28.21

CMYK color model

#D0F5B2 color CMYK value is (15,0,27,4).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(15,0,27,4)
C15M0Y27K4 
(15%,0%,27%,4%)
(0.15/0.00/0.27/0.04)	

CMYK percentages

%15.1
%0
%27.35
%3.92

Codes

Color #D0F5B2 in popluar color models

D0F5B2
RGB208245178
HSL93°77.01%82.94%
HSB/HSV93°27.35%96.08%
CMYK15.10%0.00%27.35%
3.92%

Color #D0F5B2 in popluar number systems.

HEXD0F5B2
Decimal208245178
Binary110100001111010110110010
Octal320365262

Shades and tints

Shades of #D0F5B2

#D0F5B2
(208,245,178)
#BEDFA2
(190,223,162)
#ACC992
(172,201,146)
#9AB382
(154,179,130)
#889D72
(136,157,114)
#768762
(118,135,98)
#647152
(100,113,82)
#525B42
(82,91,66)
#404532
(64,69,50)
#2E2F22
(46,47,34)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #D0F5B2

#D0F5B2
(208,245,178)
#D4F5B9
(212,245,185)
#D8F5C0
(216,245,192)
#DCF5C7
(220,245,199)
#E0F5CE
(224,245,206)
#E4F5D5
(228,245,213)
#E8F5DC
(232,245,220)
#ECF5E3
(236,245,227)
#F0F5EA
(240,245,234)
#F4F5F1
(244,245,241)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F5B2 color. Also use rgb(208,245,178) instead hex code.

Text Font Color

.myTextColor { color: #D0F5B2; }

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

This text font color is #D0F5B2.


Background Color

.myBgColor { background-color: #D0F5B2; }

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

This div background color is #D0F5B2.


Border color

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

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

This div border color is #D0F5B2.


Opacity

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

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

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

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

This text has shadow with #D0F5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F5B2 on black background.


Color preview on white background

This text has color #D0F5B2 on white background.



Black color preview on #D0F5B2 background

This text has black color on #D0F5B2 background.


White color preview on #D0F5B2 background

This text has white color on #D0F5B2 background.