COLOR #B4F5DD

HEX: #B4F5DD
RGB: (180,245,221)

Color info

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

RGB color model

#B4F5DD color RGB value is (180,245,221).

  • red value is 180;
  • green value is 245;
  • blue value is 221.
RGB:
(180,245,221)
(71%,96%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 245 of 255 = 96%
B 221 of 255 = 87%

180
245
221

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

Portions of RGB colors in percentages

R + G + B =
180 + 245 + 221 = 646 (100%)
R 180 of 646 ~ 27.86%
G 245 of 646 ~ 37.93%
B 221 of 646 ~ 34.21%

%27.86
%37.93
%34.21

CMYK color model

#B4F5DD color CMYK value is (27,0,10,4).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(27,0,10,4)
C27M0Y10K4 
(27%,0%,10%,4%)
(0.27/0.00/0.10/0.04)	

CMYK percentages

%26.53
%0
%9.8
%3.92

Codes

Color #B4F5DD in popluar color models

B4F5DD
RGB180245221
HSL158°76.47%83.33%
HSB/HSV158°26.53%96.08%
CMYK26.53%0.00%9.80%
3.92%

Color #B4F5DD in popluar number systems.

HEXB4F5DD
Decimal180245221
Binary101101001111010111011101
Octal264365335

Shades and tints

Shades of #B4F5DD

#B4F5DD
(180,245,221)
#A4DFC9
(164,223,201)
#94C9B5
(148,201,181)
#84B3A1
(132,179,161)
#749D8D
(116,157,141)
#648779
(100,135,121)
#547165
(84,113,101)
#445B51
(68,91,81)
#34453D
(52,69,61)
#242F29
(36,47,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #B4F5DD

#B4F5DD
(180,245,221)
#BAF5E0
(186,245,224)
#C0F5E3
(192,245,227)
#C6F5E6
(198,245,230)
#CCF5E9
(204,245,233)
#D2F5EC
(210,245,236)
#D8F5EF
(216,245,239)
#DEF5F2
(222,245,242)
#E4F5F5
(228,245,245)
#EAF5F8
(234,245,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F5DD; }

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

This text font color is #B4F5DD.


Background Color

.myBgColor { background-color: #B4F5DD; }

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

This div background color is #B4F5DD.


Border color

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

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

This div border color is #B4F5DD.


Opacity

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

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

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

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

This text has shadow with #B4F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F5DD on black background.


Color preview on white background

This text has color #B4F5DD on white background.



Black color preview on #B4F5DD background

This text has black color on #B4F5DD background.


White color preview on #B4F5DD background

This text has white color on #B4F5DD background.