COLOR #B4DBE3

HEX: #B4DBE3
RGB: (180,219,227)

Color info

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

RGB color model

#B4DBE3 color RGB value is (180,219,227).

  • red value is 180;
  • green value is 219;
  • blue value is 227.
RGB:
(180,219,227)
(71%,86%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 219 of 255 = 86%
B 227 of 255 = 89%

180
219
227

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

Portions of RGB colors in percentages

R + G + B =
180 + 219 + 227 = 626 (100%)
R 180 of 626 ~ 28.75%
G 219 of 626 ~ 34.98%
B 227 of 626 ~ 36.26%

%28.75
%34.98
%36.26

CMYK color model

#B4DBE3 color CMYK value is (21,4,0,11).

  • cyan value is 20.70%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,4,0,11)
C21M4Y0K11 
(21%,4%,0%,11%)
(0.21/0.04/0.00/0.11)	

CMYK percentages

%20.7
%3.52
%0
%10.98

Codes

Color #B4DBE3 in popluar color models

B4DBE3
RGB180219227
HSL190°45.63%79.80%
HSB/HSV190°20.70%89.02%
CMYK20.70%3.52%0.00%
10.98%

Color #B4DBE3 in popluar number systems.

HEXB4DBE3
Decimal180219227
Binary101101001101101111100011
Octal264333343

Shades and tints

Shades of #B4DBE3

#B4DBE3
(180,219,227)
#A4C8CF
(164,200,207)
#94B5BB
(148,181,187)
#84A2A7
(132,162,167)
#748F93
(116,143,147)
#647C7F
(100,124,127)
#54696B
(84,105,107)
#445657
(68,86,87)
#344343
(52,67,67)
#24302F
(36,48,47)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #B4DBE3

#B4DBE3
(180,219,227)
#BADEE5
(186,222,229)
#C0E1E7
(192,225,231)
#C6E4E9
(198,228,233)
#CCE7EB
(204,231,235)
#D2EAED
(210,234,237)
#D8EDEF
(216,237,239)
#DEF0F1
(222,240,241)
#E4F3F3
(228,243,243)
#EAF6F5
(234,246,245)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DBE3 color. Also use rgb(180,219,227) instead hex code.

Text Font Color

.myTextColor { color: #B4DBE3; }

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

This text font color is #B4DBE3.


Background Color

.myBgColor { background-color: #B4DBE3; }

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

This div background color is #B4DBE3.


Border color

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

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

This div border color is #B4DBE3.


Opacity

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

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

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

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

This text has shadow with #B4DBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DBE3 on black background.


Color preview on white background

This text has color #B4DBE3 on white background.



Black color preview on #B4DBE3 background

This text has black color on #B4DBE3 background.


White color preview on #B4DBE3 background

This text has white color on #B4DBE3 background.