COLOR #B4EFE1

HEX: #B4EFE1 RGB: (180,239,225)

Color info

#B4EFE1 contains red, green and blue colors in about the same proportion. Web safe color of #B4EFE1 is #CCFFCC (or #CFC).

RGB color model

#B4EFE1 color RGB value is (180,239,225).

RGB: (180,239,225) (71%, 94%, 88%)

RGB channels and saturation

R 180 of 255 = 71%
G 239 of 255 = 94%
B 225 of 255 = 88%

180
239
225

R + G + B ~ 84%. #B4EFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 239 + 225 = 644 (100%)
R 180 of 644 ~ 27.95%
G 239 of 644 ~ 37.11%
B 225 of 644 ~ 34.94'%

%27.95
%37.11
%34.94

CMYK color model

#B4EFE1 color CMYK value is (25,0,6,6).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%

CMYK: (25,0,6,6)
C25M0Y6K6 (25%, 0%, 6%, 6%)
(0.25 / 0.00 / 0.06 / 0.06)

CMYK percentages

%24.69
%0
%5.86
%6.27

Codes

Color #B4EFE1 in popluar color models

B4 EF E1
RGB 180 239 225
HSL 166° 64.84% 82.16%
HSB/HSV 166° 24.69% 93.73%
CMYK 24.69% 0.00% 5.86%
6.27%

Color #B4EFE1 in popluar number systems.

HEX B4 EF E1
Decimal 180 239 225
Binary 10110100 11101111 11100001
Octal 264 357 341

Shades and tints

Shades of #B4EFE1

#B4EFE1
(180,239,225)
#A4DACD
(164,218,205)
#94C5B9
(148,197,185)
#84B0A5
(132,176,165)
#749B91
(116,155,145)
#64867D
(100,134,125)
#547169
(84,113,105)
#445C55
(68,92,85)
#344741
(52,71,65)
#24322D
(36,50,45)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #B4EFE1

#B4EFE1
(180,239,225)
#BAF0E3
(186,240,227)
#C0F1E5
(192,241,229)
#C6F2E7
(198,242,231)
#CCF3E9
(204,243,233)
#D2F4EB
(210,244,235)
#D8F5ED
(216,245,237)
#DEF6EF
(222,246,239)
#E4F7F1
(228,247,241)
#EAF8F3
(234,248,243)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EFE1 color. Also use rgb(180,239,225) instead hex code.

Text Font Color

.myTextColor { color: #B4EFE1; }

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

This text font color is #B4EFE1.

Background Color

.myBgColor { background-color: #B4EFE1; }

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

This div background color is #B4EFE1.

Border color

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

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

This div border color is #B4EFE1.

Opacity

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

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

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

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

This text has shadow with #B4EFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EFE1.

Preview

Color preview on black background

This text has color #B4EFE1 on black background.


Color preview on white background

This text has color #B4EFE1 on white background.


Black color preview on #B4EFE1 background

This text has black color on #B4EFE1 background.


White color preview on #B4EFE1 background

This text has white color on #B4EFE1 background.


Related colors

Complementary color

Complementary color for #hex is #4B101E.


I love getcolorcode.com

Triadic colors

1 #E1B4EF and #EFE1B4 with #B4EFE1 are triadic colors.

2 #E1EFB4 and #EFB4E1 with #B4EFE1 are triadic colors.