COLOR #D1F3BC

HEX: #D1F3BC RGB: (209,243,188)

Color info

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

RGB color model

#D1F3BC color RGB value is (209,243,188).

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

RGB channels and saturation

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

209
243
188

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

Portions of RGB colors in percentages

R + G + B = 209 + 243 + 188 = 640 (100%)
R 209 of 640 ~ 32.66%
G 243 of 640 ~ 37.97%
B 188 of 640 ~ 29.38'%

%32.66
%37.97
%29.38

CMYK color model

#D1F3BC color CMYK value is (14,0,23,5).

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

CMYK: (14,0,23,5)
C14M0Y23K5 (14%, 0%, 23%, 5%)
(0.14 / 0.00 / 0.23 / 0.05)

CMYK percentages

%13.99
%0
%22.63
%4.71

Codes

Color #D1F3BC in popluar color models

D1 F3 BC
RGB 209 243 188
HSL 97° 69.62% 84.51%
HSB/HSV 97° 22.63% 95.29%
CMYK 13.99% 0.00% 22.63%
4.71%

Color #D1F3BC in popluar number systems.

HEX D1 F3 BC
Decimal 209 243 188
Binary 11010001 11110011 10111100
Octal 321 363 274

Shades and tints

Shades of #D1F3BC

#D1F3BC
(209,243,188)
#BEDDAB
(190,221,171)
#ABC79A
(171,199,154)
#98B189
(152,177,137)
#859B78
(133,155,120)
#728567
(114,133,103)
#5F6F56
(95,111,86)
#4C5945
(76,89,69)
#394334
(57,67,52)
#262D23
(38,45,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #D1F3BC

#D1F3BC
(209,243,188)
#D5F4C2
(213,244,194)
#D9F5C8
(217,245,200)
#DDF6CE
(221,246,206)
#E1F7D4
(225,247,212)
#E5F8DA
(229,248,218)
#E9F9E0
(233,249,224)
#EDFAE6
(237,250,230)
#F1FBEC
(241,251,236)
#F5FCF2
(245,252,242)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1F3BC; }

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

This text font color is #D1F3BC.

Background Color

.myBgColor { background-color: #D1F3BC; }

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

This div background color is #D1F3BC.

Border color

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

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

This div border color is #D1F3BC.

Opacity

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

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

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

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

This text has shadow with #D1F3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1F3BC.

Preview

Color preview on black background

This text has color #D1F3BC on black background.


Color preview on white background

This text has color #D1F3BC on white background.


Black color preview on #D1F3BC background

This text has black color on #D1F3BC background.


White color preview on #D1F3BC background

This text has white color on #D1F3BC background.


Related colors

Complementary color

Complementary color for #hex is #2E0C43.


I love getcolorcode.com

Triadic colors

1 #BCD1F3 and #F3BCD1 with #D1F3BC are triadic colors.

2 #BCF3D1 and #F3D1BC with #D1F3BC are triadic colors.