COLOR #B4D6EA

HEX: #B4D6EA
RGB: (180,214,234)

Color info

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

RGB color model

#B4D6EA color RGB value is (180,214,234).

  • red value is 180;
  • green value is 214;
  • blue value is 234.
RGB:
(180,214,234)
(71%,84%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 214 of 255 = 84%
B 234 of 255 = 92%

180
214
234

R + G + B ~ 82%. #B4D6EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 214 + 234 = 628 (100%)
R 180 of 628 ~ 28.66%
G 214 of 628 ~ 34.08%
B 234 of 628 ~ 37.26%

%28.66
%34.08
%37.26

CMYK color model

#B4D6EA color CMYK value is (23,9,0,8).

  • cyan value is 23.08%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,9,0,8)
C23M9Y0K8 
(23%,9%,0%,8%)
(0.23/0.09/0.00/0.08)	

CMYK percentages

%23.08
%8.55
%0
%8.24

Codes

Color #B4D6EA in popluar color models

B4D6EA
RGB180214234
HSL202°56.25%81.18%
HSB/HSV202°23.08%91.76%
CMYK23.08%8.55%0.00%
8.24%

Color #B4D6EA in popluar number systems.

HEXB4D6EA
Decimal180214234
Binary101101001101011011101010
Octal264326352

Shades and tints

Shades of #B4D6EA

#B4D6EA
(180,214,234)
#A4C3D5
(164,195,213)
#94B0C0
(148,176,192)
#849DAB
(132,157,171)
#748A96
(116,138,150)
#647781
(100,119,129)
#54646C
(84,100,108)
#445157
(68,81,87)
#343E42
(52,62,66)
#242B2D
(36,43,45)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #B4D6EA

#B4D6EA
(180,214,234)
#BAD9EB
(186,217,235)
#C0DCEC
(192,220,236)
#C6DFED
(198,223,237)
#CCE2EE
(204,226,238)
#D2E5EF
(210,229,239)
#D8E8F0
(216,232,240)
#DEEBF1
(222,235,241)
#E4EEF2
(228,238,242)
#EAF1F3
(234,241,243)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D6EA color. Also use rgb(180,214,234) instead hex code.

Text Font Color

.myTextColor { color: #B4D6EA; }

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

This text font color is #B4D6EA.


Background Color

.myBgColor { background-color: #B4D6EA; }

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

This div background color is #B4D6EA.


Border color

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

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

This div border color is #B4D6EA.


Opacity

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

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

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

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

This text has shadow with #B4D6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D6EA on black background.


Color preview on white background

This text has color #B4D6EA on white background.



Black color preview on #B4D6EA background

This text has black color on #B4D6EA background.


White color preview on #B4D6EA background

This text has white color on #B4D6EA background.