COLOR #B4F3D4

HEX: #B4F3D4 RGB: (180,243,212)

Color info

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

RGB color model

#B4F3D4 color RGB value is (180,243,212).

RGB: (180,243,212) (71%, 95%, 83%)

RGB channels and saturation

R 180 of 255 = 71%
G 243 of 255 = 95%
B 212 of 255 = 83%

180
243
212

R + G + B ~ 83%. #B4F3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 243 + 212 = 635 (100%)
R 180 of 635 ~ 28.35%
G 243 of 635 ~ 38.27%
B 212 of 635 ~ 33.39'%

%28.35
%38.27
%33.39

CMYK color model

#B4F3D4 color CMYK value is (26,0,13,5).

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

CMYK: (26,0,13,5)
C26M0Y13K5 (26%, 0%, 13%, 5%)
(0.26 / 0.00 / 0.13 / 0.05)

CMYK percentages

%25.93
%0
%12.76
%4.71

Codes

Color #B4F3D4 in popluar color models

B4 F3 D4
RGB 180 243 212
HSL 150° 72.41% 82.94%
HSB/HSV 150° 25.93% 95.29%
CMYK 25.93% 0.00% 12.76%
4.71%

Color #B4F3D4 in popluar number systems.

HEX B4 F3 D4
Decimal 180 243 212
Binary 10110100 11110011 11010100
Octal 264 363 324

Shades and tints

Shades of #B4F3D4

#B4F3D4
(180,243,212)
#A4DDC1
(164,221,193)
#94C7AE
(148,199,174)
#84B19B
(132,177,155)
#749B88
(116,155,136)
#648575
(100,133,117)
#546F62
(84,111,98)
#44594F
(68,89,79)
#34433C
(52,67,60)
#242D29
(36,45,41)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4F3D4

#B4F3D4
(180,243,212)
#BAF4D7
(186,244,215)
#C0F5DA
(192,245,218)
#C6F6DD
(198,246,221)
#CCF7E0
(204,247,224)
#D2F8E3
(210,248,227)
#D8F9E6
(216,249,230)
#DEFAE9
(222,250,233)
#E4FBEC
(228,251,236)
#EAFCEF
(234,252,239)
#F0FDF2
(240,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F3D4; }

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

This text font color is #B4F3D4.

Background Color

.myBgColor { background-color: #B4F3D4; }

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

This div background color is #B4F3D4.

Border color

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

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

This div border color is #B4F3D4.

Opacity

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

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

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

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

This text has shadow with #B4F3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4F3D4.

Preview

Color preview on black background

This text has color #B4F3D4 on black background.


Color preview on white background

This text has color #B4F3D4 on white background.


Black color preview on #B4F3D4 background

This text has black color on #B4F3D4 background.


White color preview on #B4F3D4 background

This text has white color on #B4F3D4 background.


Related colors

Complementary color

Complementary color for #hex is #4B0C2B.


I love getcolorcode.com

Triadic colors

1 #D4B4F3 and #F3D4B4 with #B4F3D4 are triadic colors.

2 #D4F3B4 and #F3B4D4 with #B4F3D4 are triadic colors.