COLOR #B5FFEF

HEX: #B5FFEF RGB: (181,255,239)

Color info

#B5FFEF contains mainly green and blue colors. Web safe color of #B5FFEF is #CCFFFF (or #CFF).

RGB color model

#B5FFEF color RGB value is (181,255,239).

RGB: (181,255,239) (71%, 100%, 94%)

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 239 of 255 = 94%

181
255
239

R + G + B ~ 88%. #B5FFEF is light color.

Portions of RGB colors in percentages

R + G + B = 181 + 255 + 239 = 675 (100%)
R 181 of 675 ~ 26.81%
G 255 of 675 ~ 37.78%
B 239 of 675 ~ 35.41'%

%26.81
%37.78
%35.41

CMYK color model

#B5FFEF color CMYK value is (29,0,6,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK: (29,0,6,0) C29M0Y6K0 (29%,0%,6%,0%) (0.29/0.00/0.06/0.00) 

CMYK percentages

%29.02
%0
%6.27
%0

Codes

Color #B5FFEF in popluar color models

B5 FF EF
RGB 181 255 239
HSL 167° 100.00% 85.49%
HSB/HSV 167° 29.02% 100.00%
CMYK 29.02% 0.00% 6.27%
0.00%

Color #B5FFEF in popluar number systems.

HEX B5 FF EF
Decimal 181 255 239
Binary 10110101 11111111 11101111
Octal 265 377 357

Shades and tints

Shades of #B5FFEF

#B5FFEF
(181,255,239)
#A5E8DA
(165,232,218)
#95D1C5
(149,209,197)
#85BAB0
(133,186,176)
#75A39B
(117,163,155)
#658C86
(101,140,134)
#557571
(85,117,113)
#455E5C
(69,94,92)
#354747
(53,71,71)
#253032
(37,48,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5FFEF

#B5FFEF
(181,255,239)
#BBFFF0
(187,255,240)
#C1FFF1
(193,255,241)
#C7FFF2
(199,255,242)
#CDFFF3
(205,255,243)
#D3FFF4
(211,255,244)
#D9FFF5
(217,255,245)
#DFFFF6
(223,255,246)
#E5FFF7
(229,255,247)
#EBFFF8
(235,255,248)
#F1FFF9
(241,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FFEF color. Also use rgb(181,255,239) instead hex code.

Text Font Color

.myTextColor { color: #B5FFEF; }

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

This text font color is #B5FFEF.

Background Color

.myBgColor { background-color: #B5FFEF; }

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

This div background color is #B5FFEF.

Border color

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

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

This div border color is #B5FFEF.

Opacity

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

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

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

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

This text has shadow with #B5FFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5FFEF.

Preview

Color preview on black background

This text has color #B5FFEF on black background.


Color preview on white background

This text has color #B5FFEF on white background.


Black color preview on #B5FFEF background

This text has black color on #B5FFEF background.


White color preview on #B5FFEF background

This text has white color on #B5FFEF background.


Related colors

Complementary color

Complementary color for #hex is #4A0010.


I love getcolorcode.com

Triadic colors

1 #EFB5FF and #FFEFB5 with #B5FFEF are triadic colors.

2 #EFFFB5 and #FFB5EF with #B5FFEF are triadic colors.