COLOR #B4E1E7

HEX: #B4E1E7 RGB: (180,225,231)

Color info

#B4E1E7 contains red, green and blue colors in about the same proportion. Web safe color of #B4E1E7 is #CCCCFF (or #CCF).

RGB color model

#B4E1E7 color RGB value is (180,225,231).

RGB: (180,225,231) (71%, 88%, 91%)

RGB channels and saturation

R 180 of 255 = 71%
G 225 of 255 = 88%
B 231 of 255 = 91%

180
225
231

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

Portions of RGB colors in percentages

R + G + B = 180 + 225 + 231 = 636 (100%)
R 180 of 636 ~ 28.3%
G 225 of 636 ~ 35.38%
B 231 of 636 ~ 36.32'%

%28.3
%35.38
%36.32

CMYK color model

#B4E1E7 color CMYK value is (22,3,0,9).

  • cyan value is 22.08%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (22,3,0,9)
C22M3Y0K9 (22%, 3%, 0%, 9%)
(0.22 / 0.03 / 0.00 / 0.09)

CMYK percentages

%22.08
%2.6
%0
%9.41

Codes

Color #B4E1E7 in popluar color models

B4 E1 E7
RGB 180 225 231
HSL 187° 51.52% 80.59%
HSB/HSV 187° 22.08% 90.59%
CMYK 22.08% 2.60% 0.00%
9.41%

Color #B4E1E7 in popluar number systems.

HEX B4 E1 E7
Decimal 180 225 231
Binary 10110100 11100001 11100111
Octal 264 341 347

Shades and tints

Shades of #B4E1E7

#B4E1E7
(180,225,231)
#A4CDD2
(164,205,210)
#94B9BD
(148,185,189)
#84A5A8
(132,165,168)
#749193
(116,145,147)
#647D7E
(100,125,126)
#546969
(84,105,105)
#445554
(68,85,84)
#34413F
(52,65,63)
#242D2A
(36,45,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #B4E1E7

#B4E1E7
(180,225,231)
#BAE3E9
(186,227,233)
#C0E5EB
(192,229,235)
#C6E7ED
(198,231,237)
#CCE9EF
(204,233,239)
#D2EBF1
(210,235,241)
#D8EDF3
(216,237,243)
#DEEFF5
(222,239,245)
#E4F1F7
(228,241,247)
#EAF3F9
(234,243,249)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E1E7; }

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

This text font color is #B4E1E7.

Background Color

.myBgColor { background-color: #B4E1E7; }

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

This div background color is #B4E1E7.

Border color

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

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

This div border color is #B4E1E7.

Opacity

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

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

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

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

This text has shadow with #B4E1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E1E7.

Preview

Color preview on black background

This text has color #B4E1E7 on black background.


Color preview on white background

This text has color #B4E1E7 on white background.


Black color preview on #B4E1E7 background

This text has black color on #B4E1E7 background.


White color preview on #B4E1E7 background

This text has white color on #B4E1E7 background.


Related colors

Complementary color

Complementary color for #hex is #4B1E18.


I love getcolorcode.com

Triadic colors

1 #E7B4E1 and #E1E7B4 with #B4E1E7 are triadic colors.

2 #E7E1B4 and #E1B4E7 with #B4E1E7 are triadic colors.