COLOR #B2D7ED

HEX: #B2D7ED RGB: (178,215,237)

Color info

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

RGB color model

#B2D7ED color RGB value is (178,215,237).

RGB: (178,215,237) (70%, 84%, 93%)

RGB channels and saturation

R 178 of 255 = 70%
G 215 of 255 = 84%
B 237 of 255 = 93%

178
215
237

R + G + B ~ 82%. #B2D7ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 215 + 237 = 630 (100%)
R 178 of 630 ~ 28.25%
G 215 of 630 ~ 34.13%
B 237 of 630 ~ 37.62'%

%28.25
%34.13
%37.62

CMYK color model

#B2D7ED color CMYK value is (25,9,0,7).

  • cyan value is 24.89%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (25,9,0,7)
C25M9Y0K7 (25%, 9%, 0%, 7%)
(0.25 / 0.09 / 0.00 / 0.07)

CMYK percentages

%24.89
%9.28
%0
%7.06

Codes

Color #B2D7ED in popluar color models

B2 D7 ED
RGB 178 215 237
HSL 202° 62.11% 81.37%
HSB/HSV 202° 24.89% 92.94%
CMYK 24.89% 9.28% 0.00%
7.06%

Color #B2D7ED in popluar number systems.

HEX B2 D7 ED
Decimal 178 215 237
Binary 10110010 11010111 11101101
Octal 262 327 355

Shades and tints

Shades of #B2D7ED

#B2D7ED
(178,215,237)
#A2C4D8
(162,196,216)
#92B1C3
(146,177,195)
#829EAE
(130,158,174)
#728B99
(114,139,153)
#627884
(98,120,132)
#52656F
(82,101,111)
#42525A
(66,82,90)
#323F45
(50,63,69)
#222C30
(34,44,48)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #B2D7ED

#B2D7ED
(178,215,237)
#B9DAEE
(185,218,238)
#C0DDEF
(192,221,239)
#C7E0F0
(199,224,240)
#CEE3F1
(206,227,241)
#D5E6F2
(213,230,242)
#DCE9F3
(220,233,243)
#E3ECF4
(227,236,244)
#EAEFF5
(234,239,245)
#F1F2F6
(241,242,246)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D7ED color. Also use rgb(178,215,237) instead hex code.

Text Font Color

.myTextColor { color: #B2D7ED; }

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

This text font color is #B2D7ED.

Background Color

.myBgColor { background-color: #B2D7ED; }

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

This div background color is #B2D7ED.

Border color

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

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

This div border color is #B2D7ED.

Opacity

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

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

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

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

This text has shadow with #B2D7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D7ED.

Preview

Color preview on black background

This text has color #B2D7ED on black background.


Color preview on white background

This text has color #B2D7ED on white background.


Black color preview on #B2D7ED background

This text has black color on #B2D7ED background.


White color preview on #B2D7ED background

This text has white color on #B2D7ED background.


Related colors

Complementary color

Complementary color for #hex is #4D2812.


I love getcolorcode.com

Triadic colors

1 #EDB2D7 and #D7EDB2 with #B2D7ED are triadic colors.

2 #EDD7B2 and #D7B2ED with #B2D7ED are triadic colors.