COLOR #B4FAE3

HEX: #B4FAE3 RGB: (180,250,227)

Color info

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

RGB color model

#B4FAE3 color RGB value is (180,250,227).

RGB: (180,250,227) (71%, 98%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 250 of 255 = 98%
B 227 of 255 = 89%

180
250
227

R + G + B ~ 86%. #B4FAE3 is light color.

Portions of RGB colors in percentages

R + G + B = 180 + 250 + 227 = 657 (100%)
R 180 of 657 ~ 27.4%
G 250 of 657 ~ 38.05%
B 227 of 657 ~ 34.55'%

%27.4
%38.05
%34.55

CMYK color model

#B4FAE3 color CMYK value is (28,0,9,2).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 1.96%

CMYK: (28,0,9,2)
C28M0Y9K2 (28%, 0%, 9%, 2%)
(0.28 / 0.00 / 0.09 / 0.02)

CMYK percentages

%28
%0
%9.2
%1.96

Codes

Color #B4FAE3 in popluar color models

B4 FA E3
RGB 180 250 227
HSL 160° 87.50% 84.31%
HSB/HSV 160° 28.00% 98.04%
CMYK 28.00% 0.00% 9.20%
1.96%

Color #B4FAE3 in popluar number systems.

HEX B4 FA E3
Decimal 180 250 227
Binary 10110100 11111010 11100011
Octal 264 372 343

Shades and tints

Shades of #B4FAE3

#B4FAE3
(180,250,227)
#A4E4CF
(164,228,207)
#94CEBB
(148,206,187)
#84B8A7
(132,184,167)
#74A293
(116,162,147)
#648C7F
(100,140,127)
#54766B
(84,118,107)
#446057
(68,96,87)
#344A43
(52,74,67)
#24342F
(36,52,47)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #B4FAE3

#B4FAE3
(180,250,227)
#BAFAE5
(186,250,229)
#C0FAE7
(192,250,231)
#C6FAE9
(198,250,233)
#CCFAEB
(204,250,235)
#D2FAED
(210,250,237)
#D8FAEF
(216,250,239)
#DEFAF1
(222,250,241)
#E4FAF3
(228,250,243)
#EAFAF5
(234,250,245)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FAE3 color. Also use rgb(180,250,227) instead hex code.

Text Font Color

.myTextColor { color: #B4FAE3; }

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

This text font color is #B4FAE3.

Background Color

.myBgColor { background-color: #B4FAE3; }

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

This div background color is #B4FAE3.

Border color

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

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

This div border color is #B4FAE3.

Opacity

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

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

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

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

This text has shadow with #B4FAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4FAE3.

Preview

Color preview on black background

This text has color #B4FAE3 on black background.


Color preview on white background

This text has color #B4FAE3 on white background.


Black color preview on #B4FAE3 background

This text has black color on #B4FAE3 background.


White color preview on #B4FAE3 background

This text has white color on #B4FAE3 background.


Related colors

Complementary color

Complementary color for #hex is #4B051C.


I love getcolorcode.com

Triadic colors

1 #E3B4FA and #FAE3B4 with #B4FAE3 are triadic colors.

2 #E3FAB4 and #FAB4E3 with #B4FAE3 are triadic colors.