COLOR #B2DFEC

HEX: #B2DFEC RGB: (178,223,236)

Color info

#B2DFEC contains red, green and blue colors in about the same proportion. Web safe color of #B2DFEC is #99CCFF (or #9CF).

RGB color model

#B2DFEC color RGB value is (178,223,236).

RGB: (178,223,236) (70%, 87%, 93%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 236 of 255 = 93%

178
223
236

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

Portions of RGB colors in percentages

R + G + B = 178 + 223 + 236 = 637 (100%)
R 178 of 637 ~ 27.94%
G 223 of 637 ~ 35.01%
B 236 of 637 ~ 37.05'%

%27.94
%35.01
%37.05

CMYK color model

#B2DFEC color CMYK value is (25,6,0,7).

  • cyan value is 24.58%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (25,6,0,7)
C25M6Y0K7 (25%, 6%, 0%, 7%)
(0.25 / 0.06 / 0.00 / 0.07)

CMYK percentages

%24.58
%5.51
%0
%7.45

Codes

Color #B2DFEC in popluar color models

B2 DF EC
RGB 178 223 236
HSL 193° 60.42% 81.18%
HSB/HSV 193° 24.58% 92.55%
CMYK 24.58% 5.51% 0.00%
7.45%

Color #B2DFEC in popluar number systems.

HEX B2 DF EC
Decimal 178 223 236
Binary 10110010 11011111 11101100
Octal 262 337 354

Shades and tints

Shades of #B2DFEC

#B2DFEC
(178,223,236)
#A2CBD7
(162,203,215)
#92B7C2
(146,183,194)
#82A3AD
(130,163,173)
#728F98
(114,143,152)
#627B83
(98,123,131)
#52676E
(82,103,110)
#425359
(66,83,89)
#323F44
(50,63,68)
#222B2F
(34,43,47)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #B2DFEC

#B2DFEC
(178,223,236)
#B9E1ED
(185,225,237)
#C0E3EE
(192,227,238)
#C7E5EF
(199,229,239)
#CEE7F0
(206,231,240)
#D5E9F1
(213,233,241)
#DCEBF2
(220,235,242)
#E3EDF3
(227,237,243)
#EAEFF4
(234,239,244)
#F1F1F5
(241,241,245)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DFEC; }

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

This text font color is #B2DFEC.

Background Color

.myBgColor { background-color: #B2DFEC; }

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

This div background color is #B2DFEC.

Border color

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

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

This div border color is #B2DFEC.

Opacity

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

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

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

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

This text has shadow with #B2DFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DFEC.

Preview

Color preview on black background

This text has color #B2DFEC on black background.


Color preview on white background

This text has color #B2DFEC on white background.


Black color preview on #B2DFEC background

This text has black color on #B2DFEC background.


White color preview on #B2DFEC background

This text has white color on #B2DFEC background.


Related colors

Complementary color

Complementary color for #hex is #4D2013.


I love getcolorcode.com

Triadic colors

1 #ECB2DF and #DFECB2 with #B2DFEC are triadic colors.

2 #ECDFB2 and #DFB2EC with #B2DFEC are triadic colors.