COLOR #B4DCEB

HEX: #B4DCEB
RGB: (180,220,235)

Color info

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

RGB color model

#B4DCEB color RGB value is (180,220,235).

  • red value is 180;
  • green value is 220;
  • blue value is 235.
RGB:
(180,220,235)
(71%,86%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 235 of 255 = 92%

180
220
235

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

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 235 = 635 (100%)
R 180 of 635 ~ 28.35%
G 220 of 635 ~ 34.65%
B 235 of 635 ~ 37.01%

%28.35
%34.65
%37.01

CMYK color model

#B4DCEB color CMYK value is (23,6,0,8).

  • cyan value is 23.40%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,6,0,8)
C23M6Y0K8 
(23%,6%,0%,8%)
(0.23/0.06/0.00/0.08)	

CMYK percentages

%23.4
%6.38
%0
%7.84

Codes

Color #B4DCEB in popluar color models

B4DCEB
RGB180220235
HSL196°57.89%81.37%
HSB/HSV196°23.40%92.16%
CMYK23.40%6.38%0.00%
7.84%

Color #B4DCEB in popluar number systems.

HEXB4DCEB
Decimal180220235
Binary101101001101110011101011
Octal264334353

Shades and tints

Shades of #B4DCEB

#B4DCEB
(180,220,235)
#A4C8D6
(164,200,214)
#94B4C1
(148,180,193)
#84A0AC
(132,160,172)
#748C97
(116,140,151)
#647882
(100,120,130)
#54646D
(84,100,109)
#445058
(68,80,88)
#343C43
(52,60,67)
#24282E
(36,40,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4DCEB

#B4DCEB
(180,220,235)
#BADFEC
(186,223,236)
#C0E2ED
(192,226,237)
#C6E5EE
(198,229,238)
#CCE8EF
(204,232,239)
#D2EBF0
(210,235,240)
#D8EEF1
(216,238,241)
#DEF1F2
(222,241,242)
#E4F4F3
(228,244,243)
#EAF7F4
(234,247,244)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DCEB color. Also use rgb(180,220,235) instead hex code.

Text Font Color

.myTextColor { color: #B4DCEB; }

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

This text font color is #B4DCEB.


Background Color

.myBgColor { background-color: #B4DCEB; }

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

This div background color is #B4DCEB.


Border color

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

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

This div border color is #B4DCEB.


Opacity

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

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

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

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

This text has shadow with #B4DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DCEB on black background.


Color preview on white background

This text has color #B4DCEB on white background.



Black color preview on #B4DCEB background

This text has black color on #B4DCEB background.


White color preview on #B4DCEB background

This text has white color on #B4DCEB background.