COLOR #B4F7DD

HEX: #B4F7DD RGB: (180,247,221)

Color info

#B4F7DD contains mainly green and blue colors. Web safe color of #B4F7DD is #CCFFCC (or #CFC).

RGB color model

#B4F7DD color RGB value is (180,247,221).

RGB: (180,247,221) (71%, 97%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 247 of 255 = 97%
B 221 of 255 = 87%

180
247
221

R + G + B ~ 85%. #B4F7DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 247 + 221 = 648 (100%)
R 180 of 648 ~ 27.78%
G 247 of 648 ~ 38.12%
B 221 of 648 ~ 34.1'%

%27.78
%38.12
%34.1

CMYK color model

#B4F7DD color CMYK value is (27,0,11,3).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 3.14%

CMYK: (27,0,11,3)
C27M0Y11K3 (27%, 0%, 11%, 3%)
(0.27 / 0.00 / 0.11 / 0.03)

CMYK percentages

%27.13
%0
%10.53
%3.14

Codes

Color #B4F7DD in popluar color models

B4 F7 DD
RGB 180 247 221
HSL 157° 80.72% 83.73%
HSB/HSV 157° 27.13% 96.86%
CMYK 27.13% 0.00% 10.53%
3.14%

Color #B4F7DD in popluar number systems.

HEX B4 F7 DD
Decimal 180 247 221
Binary 10110100 11110111 11011101
Octal 264 367 335

Shades and tints

Shades of #B4F7DD

#B4F7DD
(180,247,221)
#A4E1C9
(164,225,201)
#94CBB5
(148,203,181)
#84B5A1
(132,181,161)
#749F8D
(116,159,141)
#648979
(100,137,121)
#547365
(84,115,101)
#445D51
(68,93,81)
#34473D
(52,71,61)
#243129
(36,49,41)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #B4F7DD

#B4F7DD
(180,247,221)
#BAF7E0
(186,247,224)
#C0F7E3
(192,247,227)
#C6F7E6
(198,247,230)
#CCF7E9
(204,247,233)
#D2F7EC
(210,247,236)
#D8F7EF
(216,247,239)
#DEF7F2
(222,247,242)
#E4F7F5
(228,247,245)
#EAF7F8
(234,247,248)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F7DD color. Also use rgb(180,247,221) instead hex code.

Text Font Color

.myTextColor { color: #B4F7DD; }

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

This text font color is #B4F7DD.

Background Color

.myBgColor { background-color: #B4F7DD; }

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

This div background color is #B4F7DD.

Border color

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

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

This div border color is #B4F7DD.

Opacity

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

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

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

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

This text has shadow with #B4F7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F7DD.

Preview

Color preview on black background

This text has color #B4F7DD on black background.


Color preview on white background

This text has color #B4F7DD on white background.


Black color preview on #B4F7DD background

This text has black color on #B4F7DD background.


White color preview on #B4F7DD background

This text has white color on #B4F7DD background.


Related colors

Complementary color

Complementary color for #hex is #4B0822.


I love getcolorcode.com

Triadic colors

1 #DDB4F7 and #F7DDB4 with #B4F7DD are triadic colors.

2 #DDF7B4 and #F7B4DD with #B4F7DD are triadic colors.