COLOR #B4DDEA

HEX: #B4DDEA
RGB: (180,221,234)

Color info

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

RGB color model

#B4DDEA color RGB value is (180,221,234).

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

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 234 of 255 = 92%

180
221
234

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

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 234 = 635 (100%)
R 180 of 635 ~ 28.35%
G 221 of 635 ~ 34.8%
B 234 of 635 ~ 36.85%

%28.35
%34.8
%36.85

CMYK color model

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

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

CMYK percentages

%23.08
%5.56
%0
%8.24

Codes

Color #B4DDEA in popluar color models

B4DDEA
RGB180221234
HSL194°56.25%81.18%
HSB/HSV194°23.08%91.76%
CMYK23.08%5.56%0.00%
8.24%

Color #B4DDEA in popluar number systems.

HEXB4DDEA
Decimal180221234
Binary101101001101110111101010
Octal264335352

Shades and tints

Shades of #B4DDEA

#B4DDEA
(180,221,234)
#A4C9D5
(164,201,213)
#94B5C0
(148,181,192)
#84A1AB
(132,161,171)
#748D96
(116,141,150)
#647981
(100,121,129)
#54656C
(84,101,108)
#445157
(68,81,87)
#343D42
(52,61,66)
#24292D
(36,41,45)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #B4DDEA

#B4DDEA
(180,221,234)
#BAE0EB
(186,224,235)
#C0E3EC
(192,227,236)
#C6E6ED
(198,230,237)
#CCE9EE
(204,233,238)
#D2ECEF
(210,236,239)
#D8EFF0
(216,239,240)
#DEF2F1
(222,242,241)
#E4F5F2
(228,245,242)
#EAF8F3
(234,248,243)
#F0FBF4
(240,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DDEA; }

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

This text font color is #B4DDEA.


Background Color

.myBgColor { background-color: #B4DDEA; }

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

This div background color is #B4DDEA.


Border color

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

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

This div border color is #B4DDEA.


Opacity

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

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

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

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

This text has shadow with #B4DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DDEA on black background.


Color preview on white background

This text has color #B4DDEA on white background.



Black color preview on #B4DDEA background

This text has black color on #B4DDEA background.


White color preview on #B4DDEA background

This text has white color on #B4DDEA background.