COLOR #B4D9EA

HEX: #B4D9EA
RGB: (180,217,234)

Color info

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

RGB color model

#B4D9EA color RGB value is (180,217,234).

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

RGB channels and saturation

R 180 of 255 = 71%
G 217 of 255 = 85%
B 234 of 255 = 92%

180
217
234

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

Portions of RGB colors in percentages

R + G + B =
180 + 217 + 234 = 631 (100%)
R 180 of 631 ~ 28.53%
G 217 of 631 ~ 34.39%
B 234 of 631 ~ 37.08%

%28.53
%34.39
%37.08

CMYK color model

#B4D9EA color CMYK value is (23,7,0,8).

  • cyan value is 23.08%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,7,0,8)
C23M7Y0K8 
(23%,7%,0%,8%)
(0.23/0.07/0.00/0.08)	

CMYK percentages

%23.08
%7.26
%0
%8.24

Codes

Color #B4D9EA in popluar color models

B4D9EA
RGB180217234
HSL199°56.25%81.18%
HSB/HSV199°23.08%91.76%
CMYK23.08%7.26%0.00%
8.24%

Color #B4D9EA in popluar number systems.

HEXB4D9EA
Decimal180217234
Binary101101001101100111101010
Octal264331352

Shades and tints

Shades of #B4D9EA

#B4D9EA
(180,217,234)
#A4C6D5
(164,198,213)
#94B3C0
(148,179,192)
#84A0AB
(132,160,171)
#748D96
(116,141,150)
#647A81
(100,122,129)
#54676C
(84,103,108)
#445457
(68,84,87)
#344142
(52,65,66)
#242E2D
(36,46,45)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #B4D9EA

#B4D9EA
(180,217,234)
#BADCEB
(186,220,235)
#C0DFEC
(192,223,236)
#C6E2ED
(198,226,237)
#CCE5EE
(204,229,238)
#D2E8EF
(210,232,239)
#D8EBF0
(216,235,240)
#DEEEF1
(222,238,241)
#E4F1F2
(228,241,242)
#EAF4F3
(234,244,243)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D9EA; }

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

This text font color is #B4D9EA.


Background Color

.myBgColor { background-color: #B4D9EA; }

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

This div background color is #B4D9EA.


Border color

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

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

This div border color is #B4D9EA.


Opacity

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

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

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

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

This text has shadow with #B4D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D9EA on black background.


Color preview on white background

This text has color #B4D9EA on white background.



Black color preview on #B4D9EA background

This text has black color on #B4D9EA background.


White color preview on #B4D9EA background

This text has white color on #B4D9EA background.