COLOR #B2DFFA

HEX: #B2DFFA RGB: (178,223,250)

Color info

#B2DFFA contains mainly green and blue colors. Web safe color of #B2DFFA is #99CCFF (or #9CF).

RGB color model

#B2DFFA color RGB value is (178,223,250).

RGB: (178,223,250) (70%, 87%, 98%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 250 of 255 = 98%

178
223
250

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

Portions of RGB colors in percentages

R + G + B = 178 + 223 + 250 = 651 (100%)
R 178 of 651 ~ 27.34%
G 223 of 651 ~ 34.25%
B 250 of 651 ~ 38.4'%

%27.34
%34.25
%38.4

CMYK color model

#B2DFFA color CMYK value is (29,11,0,2).

  • cyan value is 28.80%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (29,11,0,2)
C29M11Y0K2 (29%, 11%, 0%, 2%)
(0.29 / 0.11 / 0.00 / 0.02)

CMYK percentages

%28.8
%10.8
%0
%1.96

Codes

Color #B2DFFA in popluar color models

B2 DF FA
RGB 178 223 250
HSL 203° 87.80% 83.92%
HSB/HSV 203° 28.80% 98.04%
CMYK 28.80% 10.80% 0.00%
1.96%

Color #B2DFFA in popluar number systems.

HEX B2 DF FA
Decimal 178 223 250
Binary 10110010 11011111 11111010
Octal 262 337 372

Shades and tints

Shades of #B2DFFA

#B2DFFA
(178,223,250)
#A2CBE4
(162,203,228)
#92B7CE
(146,183,206)
#82A3B8
(130,163,184)
#728FA2
(114,143,162)
#627B8C
(98,123,140)
#526776
(82,103,118)
#425360
(66,83,96)
#323F4A
(50,63,74)
#222B34
(34,43,52)
#12171E
(18,23,30)
#000000
(0,0,0)

Tints of #B2DFFA

#B2DFFA
(178,223,250)
#B9E1FA
(185,225,250)
#C0E3FA
(192,227,250)
#C7E5FA
(199,229,250)
#CEE7FA
(206,231,250)
#D5E9FA
(213,233,250)
#DCEBFA
(220,235,250)
#E3EDFA
(227,237,250)
#EAEFFA
(234,239,250)
#F1F1FA
(241,241,250)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DFFA; }

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

This text font color is #B2DFFA.

Background Color

.myBgColor { background-color: #B2DFFA; }

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

This div background color is #B2DFFA.

Border color

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

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

This div border color is #B2DFFA.

Opacity

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

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

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

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

This text has shadow with #B2DFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DFFA.

Preview

Color preview on black background

This text has color #B2DFFA on black background.


Color preview on white background

This text has color #B2DFFA on white background.


Black color preview on #B2DFFA background

This text has black color on #B2DFFA background.


White color preview on #B2DFFA background

This text has white color on #B2DFFA background.


Related colors

Complementary color

Complementary color for #hex is #4D2005.


I love getcolorcode.com

Triadic colors

1 #FAB2DF and #DFFAB2 with #B2DFFA are triadic colors.

2 #FADFB2 and #DFB2FA with #B2DFFA are triadic colors.