COLOR #D1F3BD

HEX: #D1F3BD RGB: (209,243,189)

Color info

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

RGB color model

#D1F3BD color RGB value is (209,243,189).

RGB: (209,243,189) (82%, 95%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 243 of 255 = 95%
B 189 of 255 = 74%

209
243
189

R + G + B ~ 84%. #D1F3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 243 + 189 = 641 (100%)
R 209 of 641 ~ 32.61%
G 243 of 641 ~ 37.91%
B 189 of 641 ~ 29.49'%

%32.61
%37.91
%29.49

CMYK color model

#D1F3BD color CMYK value is (14,0,22,5).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 4.71%

CMYK: (14,0,22,5)
C14M0Y22K5 (14%, 0%, 22%, 5%)
(0.14 / 0.00 / 0.22 / 0.05)

CMYK percentages

%13.99
%0
%22.22
%4.71

Codes

Color #D1F3BD in popluar color models

D1 F3 BD
RGB 209 243 189
HSL 98° 69.23% 84.71%
HSB/HSV 98° 22.22% 95.29%
CMYK 13.99% 0.00% 22.22%
4.71%

Color #D1F3BD in popluar number systems.

HEX D1 F3 BD
Decimal 209 243 189
Binary 11010001 11110011 10111101
Octal 321 363 275

Shades and tints

Shades of #D1F3BD

#D1F3BD
(209,243,189)
#BEDDAC
(190,221,172)
#ABC79B
(171,199,155)
#98B18A
(152,177,138)
#859B79
(133,155,121)
#728568
(114,133,104)
#5F6F57
(95,111,87)
#4C5946
(76,89,70)
#394335
(57,67,53)
#262D24
(38,45,36)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #D1F3BD

#D1F3BD
(209,243,189)
#D5F4C3
(213,244,195)
#D9F5C9
(217,245,201)
#DDF6CF
(221,246,207)
#E1F7D5
(225,247,213)
#E5F8DB
(229,248,219)
#E9F9E1
(233,249,225)
#EDFAE7
(237,250,231)
#F1FBED
(241,251,237)
#F5FCF3
(245,252,243)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F3BD color. Also use rgb(209,243,189) instead hex code.

Text Font Color

.myTextColor { color: #D1F3BD; }

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

This text font color is #D1F3BD.

Background Color

.myBgColor { background-color: #D1F3BD; }

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

This div background color is #D1F3BD.

Border color

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

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

This div border color is #D1F3BD.

Opacity

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

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

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

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

This text has shadow with #D1F3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F3BD.

Preview

Color preview on black background

This text has color #D1F3BD on black background.


Color preview on white background

This text has color #D1F3BD on white background.


Black color preview on #D1F3BD background

This text has black color on #D1F3BD background.


White color preview on #D1F3BD background

This text has white color on #D1F3BD background.


Related colors

Complementary color

Complementary color for #hex is #2E0C42.


I love getcolorcode.com

Triadic colors

1 #BDD1F3 and #F3BDD1 with #D1F3BD are triadic colors.

2 #BDF3D1 and #F3D1BD with #D1F3BD are triadic colors.