COLOR #D1FBD4

HEX: #D1FBD4
RGB: (209,251,212)

Color info

#D1FBD4 contains red, green and blue colors in about the same proportion. Web safe color of #D1FBD4 is #CCFFCC (or #CFC).

RGB color model

#D1FBD4 color RGB value is (209,251,212).

  • red value is 209;
  • green value is 251;
  • blue value is 212.
RGB:
(209,251,212)
(82%,98%,83%)

RGB channels and saturation

R 209 of 255 = 82%
G 251 of 255 = 98%
B 212 of 255 = 83%

209
251
212

R + G + B ~ 88%. #D1FBD4 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 251 + 212 = 672 (100%)
R 209 of 672 ~ 31.1%
G 251 of 672 ~ 37.35%
B 212 of 672 ~ 31.55%

%31.1
%37.35
%31.55

CMYK color model

#D1FBD4 color CMYK value is (17,0,16,2).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 1.57%
CMYK:
(17,0,16,2)
C17M0Y16K2 
(17%,0%,16%,2%)
(0.17/0.00/0.16/0.02)	

CMYK percentages

%16.73
%0
%15.54
%1.57

Codes

Color #D1FBD4 in popluar color models

D1FBD4
RGB209251212
HSL124°84.00%90.20%
HSB/HSV124°16.73%98.43%
CMYK16.73%0.00%15.54%
1.57%

Color #D1FBD4 in popluar number systems.

HEXD1FBD4
Decimal209251212
Binary110100011111101111010100
Octal321373324

Shades and tints

Shades of #D1FBD4

#D1FBD4
(209,251,212)
#BEE5C1
(190,229,193)
#ABCFAE
(171,207,174)
#98B99B
(152,185,155)
#85A388
(133,163,136)
#728D75
(114,141,117)
#5F7762
(95,119,98)
#4C614F
(76,97,79)
#394B3C
(57,75,60)
#263529
(38,53,41)
#131F16
(19,31,22)
#000000
(0,0,0)

Tints of #D1FBD4

#D1FBD4
(209,251,212)
#D5FBD7
(213,251,215)
#D9FBDA
(217,251,218)
#DDFBDD
(221,251,221)
#E1FBE0
(225,251,224)
#E5FBE3
(229,251,227)
#E9FBE6
(233,251,230)
#EDFBE9
(237,251,233)
#F1FBEC
(241,251,236)
#F5FBEF
(245,251,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1FBD4 color. Also use rgb(209,251,212) instead hex code.

Text Font Color

.myTextColor { color: #D1FBD4; }

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

This text font color is #D1FBD4.


Background Color

.myBgColor { background-color: #D1FBD4; }

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

This div background color is #D1FBD4.


Border color

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

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

This div border color is #D1FBD4.


Opacity

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

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

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

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

This text has shadow with #D1FBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1FBD4 on black background.


Color preview on white background

This text has color #D1FBD4 on white background.



Black color preview on #D1FBD4 background

This text has black color on #D1FBD4 background.


White color preview on #D1FBD4 background

This text has white color on #D1FBD4 background.