COLOR #B4E6F7

HEX: #B4E6F7 RGB: (180,230,247)

Color info

#B4E6F7 contains mainly green and blue colors. Web safe color of #B4E6F7 is #CCCCFF (or #CCF).

RGB color model

#B4E6F7 color RGB value is (180,230,247).

RGB: (180,230,247) (71%, 90%, 97%)

RGB channels and saturation

R 180 of 255 = 71%
G 230 of 255 = 90%
B 247 of 255 = 97%

180
230
247

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

Portions of RGB colors in percentages

R + G + B = 180 + 230 + 247 = 657 (100%)
R 180 of 657 ~ 27.4%
G 230 of 657 ~ 35.01%
B 247 of 657 ~ 37.6'%

%27.4
%35.01
%37.6

CMYK color model

#B4E6F7 color CMYK value is (27,7,0,3).

  • cyan value is 27.13%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (27,7,0,3)
C27M7Y0K3 (27%, 7%, 0%, 3%)
(0.27 / 0.07 / 0.00 / 0.03)

CMYK percentages

%27.13
%6.88
%0
%3.14

Codes

Color #B4E6F7 in popluar color models

B4 E6 F7
RGB 180 230 247
HSL 195° 80.72% 83.73%
HSB/HSV 195° 27.13% 96.86%
CMYK 27.13% 6.88% 0.00%
3.14%

Color #B4E6F7 in popluar number systems.

HEX B4 E6 F7
Decimal 180 230 247
Binary 10110100 11100110 11110111
Octal 264 346 367

Shades and tints

Shades of #B4E6F7

#B4E6F7
(180,230,247)
#A4D2E1
(164,210,225)
#94BECB
(148,190,203)
#84AAB5
(132,170,181)
#74969F
(116,150,159)
#648289
(100,130,137)
#546E73
(84,110,115)
#445A5D
(68,90,93)
#344647
(52,70,71)
#243231
(36,50,49)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #B4E6F7

#B4E6F7
(180,230,247)
#BAE8F7
(186,232,247)
#C0EAF7
(192,234,247)
#C6ECF7
(198,236,247)
#CCEEF7
(204,238,247)
#D2F0F7
(210,240,247)
#D8F2F7
(216,242,247)
#DEF4F7
(222,244,247)
#E4F6F7
(228,246,247)
#EAF8F7
(234,248,247)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E6F7 color. Also use rgb(180,230,247) instead hex code.

Text Font Color

.myTextColor { color: #B4E6F7; }

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

This text font color is #B4E6F7.

Background Color

.myBgColor { background-color: #B4E6F7; }

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

This div background color is #B4E6F7.

Border color

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

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

This div border color is #B4E6F7.

Opacity

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

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

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

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

This text has shadow with #B4E6F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E6F7.

Preview

Color preview on black background

This text has color #B4E6F7 on black background.


Color preview on white background

This text has color #B4E6F7 on white background.


Black color preview on #B4E6F7 background

This text has black color on #B4E6F7 background.


White color preview on #B4E6F7 background

This text has white color on #B4E6F7 background.


Related colors

Complementary color

Complementary color for #hex is #4B1908.


I love getcolorcode.com

Triadic colors

1 #F7B4E6 and #E6F7B4 with #B4E6F7 are triadic colors.

2 #F7E6B4 and #E6B4F7 with #B4E6F7 are triadic colors.