COLOR #B4F6DF

HEX: #B4F6DF RGB: (180,246,223)

Color info

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

RGB color model

#B4F6DF color RGB value is (180,246,223).

RGB: (180,246,223) (71%, 96%, 87%)

RGB channels and saturation

R 180 of 255 = 71%
G 246 of 255 = 96%
B 223 of 255 = 87%

180
246
223

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

Portions of RGB colors in percentages

R + G + B = 180 + 246 + 223 = 649 (100%)
R 180 of 649 ~ 27.73%
G 246 of 649 ~ 37.9%
B 223 of 649 ~ 34.36'%

%27.73
%37.9
%34.36

CMYK color model

#B4F6DF color CMYK value is (27,0,9,4).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 3.53%

CMYK: (27,0,9,4)
C27M0Y9K4 (27%, 0%, 9%, 4%)
(0.27 / 0.00 / 0.09 / 0.04)

CMYK percentages

%26.83
%0
%9.35
%3.53

Codes

Color #B4F6DF in popluar color models

B4 F6 DF
RGB 180 246 223
HSL 159° 78.57% 83.53%
HSB/HSV 159° 26.83% 96.47%
CMYK 26.83% 0.00% 9.35%
3.53%

Color #B4F6DF in popluar number systems.

HEX B4 F6 DF
Decimal 180 246 223
Binary 10110100 11110110 11011111
Octal 264 366 337

Shades and tints

Shades of #B4F6DF

#B4F6DF
(180,246,223)
#A4E0CB
(164,224,203)
#94CAB7
(148,202,183)
#84B4A3
(132,180,163)
#749E8F
(116,158,143)
#64887B
(100,136,123)
#547267
(84,114,103)
#445C53
(68,92,83)
#34463F
(52,70,63)
#24302B
(36,48,43)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #B4F6DF

#B4F6DF
(180,246,223)
#BAF6E1
(186,246,225)
#C0F6E3
(192,246,227)
#C6F6E5
(198,246,229)
#CCF6E7
(204,246,231)
#D2F6E9
(210,246,233)
#D8F6EB
(216,246,235)
#DEF6ED
(222,246,237)
#E4F6EF
(228,246,239)
#EAF6F1
(234,246,241)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F6DF color. Also use rgb(180,246,223) instead hex code.

Text Font Color

.myTextColor { color: #B4F6DF; }

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

This text font color is #B4F6DF.

Background Color

.myBgColor { background-color: #B4F6DF; }

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

This div background color is #B4F6DF.

Border color

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

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

This div border color is #B4F6DF.

Opacity

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

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

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

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

This text has shadow with #B4F6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F6DF.

Preview

Color preview on black background

This text has color #B4F6DF on black background.


Color preview on white background

This text has color #B4F6DF on white background.


Black color preview on #B4F6DF background

This text has black color on #B4F6DF background.


White color preview on #B4F6DF background

This text has white color on #B4F6DF background.


Related colors

Complementary color

Complementary color for #hex is #4B0920.


I love getcolorcode.com

Triadic colors

1 #DFB4F6 and #F6DFB4 with #B4F6DF are triadic colors.

2 #DFF6B4 and #F6B4DF with #B4F6DF are triadic colors.