COLOR #D5F4B3

HEX: #D5F4B3
RGB: (213,244,179)

Color info

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

RGB color model

#D5F4B3 color RGB value is (213,244,179).

  • red value is 213;
  • green value is 244;
  • blue value is 179.
RGB:
(213,244,179)
(84%,96%,70%)

RGB channels and saturation

R 213 of 255 = 84%
G 244 of 255 = 96%
B 179 of 255 = 70%

213
244
179

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

Portions of RGB colors in percentages

R + G + B =
213 + 244 + 179 = 636 (100%)
R 213 of 636 ~ 33.49%
G 244 of 636 ~ 38.36%
B 179 of 636 ~ 28.14%

%33.49
%38.36
%28.14

CMYK color model

#D5F4B3 color CMYK value is (13,0,27,4).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 26.64%
  • key color value is 4.31%
CMYK:
(13,0,27,4)
C13M0Y27K4 
(13%,0%,27%,4%)
(0.13/0.00/0.27/0.04)	

CMYK percentages

%12.7
%0
%26.64
%4.31

Codes

Color #D5F4B3 in popluar color models

D5F4B3
RGB213244179
HSL89°74.71%82.94%
HSB/HSV89°26.64%95.69%
CMYK12.70%0.00%26.64%
4.31%

Color #D5F4B3 in popluar number systems.

HEXD5F4B3
Decimal213244179
Binary110101011111010010110011
Octal325364263

Shades and tints

Shades of #D5F4B3

#D5F4B3
(213,244,179)
#C2DEA3
(194,222,163)
#AFC893
(175,200,147)
#9CB283
(156,178,131)
#899C73
(137,156,115)
#768663
(118,134,99)
#637053
(99,112,83)
#505A43
(80,90,67)
#3D4433
(61,68,51)
#2A2E23
(42,46,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #D5F4B3

#D5F4B3
(213,244,179)
#D8F5B9
(216,245,185)
#DBF6BF
(219,246,191)
#DEF7C5
(222,247,197)
#E1F8CB
(225,248,203)
#E4F9D1
(228,249,209)
#E7FAD7
(231,250,215)
#EAFBDD
(234,251,221)
#EDFCE3
(237,252,227)
#F0FDE9
(240,253,233)
#F3FEEF
(243,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F4B3 color. Also use rgb(213,244,179) instead hex code.

Text Font Color

.myTextColor { color: #D5F4B3; }

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

This text font color is #D5F4B3.


Background Color

.myBgColor { background-color: #D5F4B3; }

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

This div background color is #D5F4B3.


Border color

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

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

This div border color is #D5F4B3.


Opacity

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

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

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

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

This text has shadow with #D5F4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F4B3 on black background.


Color preview on white background

This text has color #D5F4B3 on white background.



Black color preview on #D5F4B3 background

This text has black color on #D5F4B3 background.


White color preview on #D5F4B3 background

This text has white color on #D5F4B3 background.