COLOR #B4DFE9

HEX: #B4DFE9
RGB: (180,223,233)

Color info

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

RGB color model

#B4DFE9 color RGB value is (180,223,233).

  • red value is 180;
  • green value is 223;
  • blue value is 233.
RGB:
(180,223,233)
(71%,87%,91%)

RGB channels and saturation

R 180 of 255 = 71%
G 223 of 255 = 87%
B 233 of 255 = 91%

180
223
233

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

Portions of RGB colors in percentages

R + G + B =
180 + 223 + 233 = 636 (100%)
R 180 of 636 ~ 28.3%
G 223 of 636 ~ 35.06%
B 233 of 636 ~ 36.64%

%28.3
%35.06
%36.64

CMYK color model

#B4DFE9 color CMYK value is (23,4,0,9).

  • cyan value is 22.75%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(23,4,0,9)
C23M4Y0K9 
(23%,4%,0%,9%)
(0.23/0.04/0.00/0.09)	

CMYK percentages

%22.75
%4.29
%0
%8.63

Codes

Color #B4DFE9 in popluar color models

B4DFE9
RGB180223233
HSL191°54.64%80.98%
HSB/HSV191°22.75%91.37%
CMYK22.75%4.29%0.00%
8.63%

Color #B4DFE9 in popluar number systems.

HEXB4DFE9
Decimal180223233
Binary101101001101111111101001
Octal264337351

Shades and tints

Shades of #B4DFE9

#B4DFE9
(180,223,233)
#A4CBD4
(164,203,212)
#94B7BF
(148,183,191)
#84A3AA
(132,163,170)
#748F95
(116,143,149)
#647B80
(100,123,128)
#54676B
(84,103,107)
#445356
(68,83,86)
#343F41
(52,63,65)
#242B2C
(36,43,44)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4DFE9

#B4DFE9
(180,223,233)
#BAE1EB
(186,225,235)
#C0E3ED
(192,227,237)
#C6E5EF
(198,229,239)
#CCE7F1
(204,231,241)
#D2E9F3
(210,233,243)
#D8EBF5
(216,235,245)
#DEEDF7
(222,237,247)
#E4EFF9
(228,239,249)
#EAF1FB
(234,241,251)
#F0F3FD
(240,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DFE9 color. Also use rgb(180,223,233) instead hex code.

Text Font Color

.myTextColor { color: #B4DFE9; }

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

This text font color is #B4DFE9.


Background Color

.myBgColor { background-color: #B4DFE9; }

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

This div background color is #B4DFE9.


Border color

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

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

This div border color is #B4DFE9.


Opacity

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

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

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

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

This text has shadow with #B4DFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DFE9 on black background.


Color preview on white background

This text has color #B4DFE9 on white background.



Black color preview on #B4DFE9 background

This text has black color on #B4DFE9 background.


White color preview on #B4DFE9 background

This text has white color on #B4DFE9 background.