COLOR #D4F3BB

HEX: #D4F3BB RGB: (212,243,187)

Color info

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

RGB color model

#D4F3BB color RGB value is (212,243,187).

RGB: (212,243,187) (83%, 95%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 243 of 255 = 95%
B 187 of 255 = 73%

212
243
187

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

Portions of RGB colors in percentages

R + G + B = 212 + 243 + 187 = 642 (100%)
R 212 of 642 ~ 33.02%
G 243 of 642 ~ 37.85%
B 187 of 642 ~ 29.13'%

%33.02
%37.85
%29.13

CMYK color model

#D4F3BB color CMYK value is (13,0,23,5).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 23.05%
  • key color value is 4.71%

CMYK: (13,0,23,5)
C13M0Y23K5 (13%, 0%, 23%, 5%)
(0.13 / 0.00 / 0.23 / 0.05)

CMYK percentages

%12.76
%0
%23.05
%4.71

Codes

Color #D4F3BB in popluar color models

D4 F3 BB
RGB 212 243 187
HSL 93° 70.00% 84.31%
HSB/HSV 93° 23.05% 95.29%
CMYK 12.76% 0.00% 23.05%
4.71%

Color #D4F3BB in popluar number systems.

HEX D4 F3 BB
Decimal 212 243 187
Binary 11010100 11110011 10111011
Octal 324 363 273

Shades and tints

Shades of #D4F3BB

#D4F3BB
(212,243,187)
#C1DDAA
(193,221,170)
#AEC799
(174,199,153)
#9BB188
(155,177,136)
#889B77
(136,155,119)
#758566
(117,133,102)
#626F55
(98,111,85)
#4F5944
(79,89,68)
#3C4333
(60,67,51)
#292D22
(41,45,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #D4F3BB

#D4F3BB
(212,243,187)
#D7F4C1
(215,244,193)
#DAF5C7
(218,245,199)
#DDF6CD
(221,246,205)
#E0F7D3
(224,247,211)
#E3F8D9
(227,248,217)
#E6F9DF
(230,249,223)
#E9FAE5
(233,250,229)
#ECFBEB
(236,251,235)
#EFFCF1
(239,252,241)
#F2FDF7
(242,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F3BB color. Also use rgb(212,243,187) instead hex code.

Text Font Color

.myTextColor { color: #D4F3BB; }

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

This text font color is #D4F3BB.

Background Color

.myBgColor { background-color: #D4F3BB; }

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

This div background color is #D4F3BB.

Border color

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

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

This div border color is #D4F3BB.

Opacity

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

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

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

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

This text has shadow with #D4F3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4F3BB.

Preview

Color preview on black background

This text has color #D4F3BB on black background.


Color preview on white background

This text has color #D4F3BB on white background.


Black color preview on #D4F3BB background

This text has black color on #D4F3BB background.


White color preview on #D4F3BB background

This text has white color on #D4F3BB background.


Related colors

Complementary color

Complementary color for #D4F3BB is #2B0C44.


I love getcolorcode.com

Triadic colors

1 #BBD4F3 and #F3BBD4 with #D4F3BB are triadic colors.

2 #BBF3D4 and #F3D4BB with #D4F3BB are triadic colors.