COLOR #B4DDE6

HEX: #B4DDE6
RGB: (180,221,230)

Color info

#B4DDE6 contains red, green and blue colors in about the same proportion. Web safe color of #B4DDE6 is #CCCCCC (or #CCC).

RGB color model

#B4DDE6 color RGB value is (180,221,230).

  • red value is 180;
  • green value is 221;
  • blue value is 230.
RGB:
(180,221,230)
(71%,87%,90%)

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 230 of 255 = 90%

180
221
230

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

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 230 = 631 (100%)
R 180 of 631 ~ 28.53%
G 221 of 631 ~ 35.02%
B 230 of 631 ~ 36.45%

%28.53
%35.02
%36.45

CMYK color model

#B4DDE6 color CMYK value is (22,4,0,10).

  • cyan value is 21.74%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(22,4,0,10)
C22M4Y0K10 
(22%,4%,0%,10%)
(0.22/0.04/0.00/0.10)	

CMYK percentages

%21.74
%3.91
%0
%9.8

Codes

Color #B4DDE6 in popluar color models

B4DDE6
RGB180221230
HSL191°50.00%80.39%
HSB/HSV191°21.74%90.20%
CMYK21.74%3.91%0.00%
9.80%

Color #B4DDE6 in popluar number systems.

HEXB4DDE6
Decimal180221230
Binary101101001101110111100110
Octal264335346

Shades and tints

Shades of #B4DDE6

#B4DDE6
(180,221,230)
#A4C9D2
(164,201,210)
#94B5BE
(148,181,190)
#84A1AA
(132,161,170)
#748D96
(116,141,150)
#647982
(100,121,130)
#54656E
(84,101,110)
#44515A
(68,81,90)
#343D46
(52,61,70)
#242932
(36,41,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #B4DDE6

#B4DDE6
(180,221,230)
#BAE0E8
(186,224,232)
#C0E3EA
(192,227,234)
#C6E6EC
(198,230,236)
#CCE9EE
(204,233,238)
#D2ECF0
(210,236,240)
#D8EFF2
(216,239,242)
#DEF2F4
(222,242,244)
#E4F5F6
(228,245,246)
#EAF8F8
(234,248,248)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DDE6; }

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

This text font color is #B4DDE6.


Background Color

.myBgColor { background-color: #B4DDE6; }

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

This div background color is #B4DDE6.


Border color

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

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

This div border color is #B4DDE6.


Opacity

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

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

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

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

This text has shadow with #B4DDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DDE6 on black background.


Color preview on white background

This text has color #B4DDE6 on white background.



Black color preview on #B4DDE6 background

This text has black color on #B4DDE6 background.


White color preview on #B4DDE6 background

This text has white color on #B4DDE6 background.