COLOR #D3F5B0

HEX: #D3F5B0
RGB: (211,245,176)

Color info

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

RGB color model

#D3F5B0 color RGB value is (211,245,176).

  • red value is 211;
  • green value is 245;
  • blue value is 176.
RGB:
(211,245,176)
(83%,96%,69%)

RGB channels and saturation

R 211 of 255 = 83%
G 245 of 255 = 96%
B 176 of 255 = 69%

211
245
176

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

Portions of RGB colors in percentages

R + G + B =
211 + 245 + 176 = 632 (100%)
R 211 of 632 ~ 33.39%
G 245 of 632 ~ 38.77%
B 176 of 632 ~ 27.85%

%33.39
%38.77
%27.85

CMYK color model

#D3F5B0 color CMYK value is (14,0,28,4).

  • cyan value is 13.88%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 3.92%
CMYK:
(14,0,28,4)
C14M0Y28K4 
(14%,0%,28%,4%)
(0.14/0.00/0.28/0.04)	

CMYK percentages

%13.88
%0
%28.16
%3.92

Codes

Color #D3F5B0 in popluar color models

D3F5B0
RGB211245176
HSL90°77.53%82.55%
HSB/HSV90°28.16%96.08%
CMYK13.88%0.00%28.16%
3.92%

Color #D3F5B0 in popluar number systems.

HEXD3F5B0
Decimal211245176
Binary110100111111010110110000
Octal323365260

Shades and tints

Shades of #D3F5B0

#D3F5B0
(211,245,176)
#C0DFA0
(192,223,160)
#ADC990
(173,201,144)
#9AB380
(154,179,128)
#879D70
(135,157,112)
#748760
(116,135,96)
#617150
(97,113,80)
#4E5B40
(78,91,64)
#3B4530
(59,69,48)
#282F20
(40,47,32)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #D3F5B0

#D3F5B0
(211,245,176)
#D7F5B7
(215,245,183)
#DBF5BE
(219,245,190)
#DFF5C5
(223,245,197)
#E3F5CC
(227,245,204)
#E7F5D3
(231,245,211)
#EBF5DA
(235,245,218)
#EFF5E1
(239,245,225)
#F3F5E8
(243,245,232)
#F7F5EF
(247,245,239)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F5B0 color. Also use rgb(211,245,176) instead hex code.

Text Font Color

.myTextColor { color: #D3F5B0; }

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

This text font color is #D3F5B0.


Background Color

.myBgColor { background-color: #D3F5B0; }

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

This div background color is #D3F5B0.


Border color

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

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

This div border color is #D3F5B0.


Opacity

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

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

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

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

This text has shadow with #D3F5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F5B0 on black background.


Color preview on white background

This text has color #D3F5B0 on white background.



Black color preview on #D3F5B0 background

This text has black color on #D3F5B0 background.


White color preview on #D3F5B0 background

This text has white color on #D3F5B0 background.