COLOR #B4DFFA

HEX: #B4DFFA
RGB: (180,223,250)

Color info

#B4DFFA contains mainly green and blue colors. Web safe color of #B4DFFA is #CCCCFF (or #CCF).

RGB color model

#B4DFFA color RGB value is (180,223,250).

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

RGB channels and saturation

R 180 of 255 = 71%
G 223 of 255 = 87%
B 250 of 255 = 98%

180
223
250

R + G + B ~ 85%. #B4DFFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 223 + 250 = 653 (100%)
R 180 of 653 ~ 27.57%
G 223 of 653 ~ 34.15%
B 250 of 653 ~ 38.28%

%27.57
%34.15
%38.28

CMYK color model

#B4DFFA color CMYK value is (28,11,0,2).

  • cyan value is 28.00%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,11,0,2)
C28M11Y0K2 
(28%,11%,0%,2%)
(0.28/0.11/0.00/0.02)	

CMYK percentages

%28
%10.8
%0
%1.96

Codes

Color #B4DFFA in popluar color models

B4DFFA
RGB180223250
HSL203°87.50%84.31%
HSB/HSV203°28.00%98.04%
CMYK28.00%10.80%0.00%
1.96%

Color #B4DFFA in popluar number systems.

HEXB4DFFA
Decimal180223250
Binary101101001101111111111010
Octal264337372

Shades and tints

Shades of #B4DFFA

#B4DFFA
(180,223,250)
#A4CBE4
(164,203,228)
#94B7CE
(148,183,206)
#84A3B8
(132,163,184)
#748FA2
(116,143,162)
#647B8C
(100,123,140)
#546776
(84,103,118)
#445360
(68,83,96)
#343F4A
(52,63,74)
#242B34
(36,43,52)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #B4DFFA

#B4DFFA
(180,223,250)
#BAE1FA
(186,225,250)
#C0E3FA
(192,227,250)
#C6E5FA
(198,229,250)
#CCE7FA
(204,231,250)
#D2E9FA
(210,233,250)
#D8EBFA
(216,235,250)
#DEEDFA
(222,237,250)
#E4EFFA
(228,239,250)
#EAF1FA
(234,241,250)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4DFFA; }

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

This text font color is #B4DFFA.


Background Color

.myBgColor { background-color: #B4DFFA; }

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

This div background color is #B4DFFA.


Border color

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

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

This div border color is #B4DFFA.


Opacity

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

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

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

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

This text has shadow with #B4DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DFFA on black background.


Color preview on white background

This text has color #B4DFFA on white background.



Black color preview on #B4DFFA background

This text has black color on #B4DFFA background.


White color preview on #B4DFFA background

This text has white color on #B4DFFA background.