COLOR #B2C9EE

HEX: #B2C9EE RGB: (178,201,238)

Color info

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

RGB color model

#B2C9EE color RGB value is (178,201,238).

RGB: (178,201,238) (70%, 79%, 93%)

RGB channels and saturation

R 178 of 255 = 70%
G 201 of 255 = 79%
B 238 of 255 = 93%

178
201
238

R + G + B ~ 81%. #B2C9EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 201 + 238 = 617 (100%)
R 178 of 617 ~ 28.85%
G 201 of 617 ~ 32.58%
B 238 of 617 ~ 38.57'%

%28.85
%32.58
%38.57

CMYK color model

#B2C9EE color CMYK value is (25,16,0,7).

  • cyan value is 25.21%
  • magenta value is 15.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (25,16,0,7) C25M16Y0K7 (25%,16%,0%,7%) (0.25/0.16/0.00/0.07) 

CMYK percentages

%25.21
%15.55
%0
%6.67

Codes

Color #B2C9EE in popluar color models

B2 C9 EE
RGB 178 201 238
HSL 217° 63.83% 81.57%
HSB/HSV 217° 25.21% 93.33%
CMYK 25.21% 15.55% 0.00%
6.67%

Color #B2C9EE in popluar number systems.

HEX B2 C9 EE
Decimal 178 201 238
Binary 10110010 11001001 11101110
Octal 262 311 356

Shades and tints

Shades of #B2C9EE

#B2C9EE
(178,201,238)
#A2B7D9
(162,183,217)
#92A5C4
(146,165,196)
#8293AF
(130,147,175)
#72819A
(114,129,154)
#626F85
(98,111,133)
#525D70
(82,93,112)
#424B5B
(66,75,91)
#323946
(50,57,70)
#222731
(34,39,49)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #B2C9EE

#B2C9EE
(178,201,238)
#B9CDEF
(185,205,239)
#C0D1F0
(192,209,240)
#C7D5F1
(199,213,241)
#CED9F2
(206,217,242)
#D5DDF3
(213,221,243)
#DCE1F4
(220,225,244)
#E3E5F5
(227,229,245)
#EAE9F6
(234,233,246)
#F1EDF7
(241,237,247)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C9EE color. Also use rgb(178,201,238) instead hex code.

Text Font Color

.myTextColor { color: #B2C9EE; }

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

This text font color is #B2C9EE.

Background Color

.myBgColor { background-color: #B2C9EE; }

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

This div background color is #B2C9EE.

Border color

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

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

This div border color is #B2C9EE.

Opacity

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

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

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

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

This text has shadow with #B2C9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C9EE.

Preview

Color preview on black background

This text has color #B2C9EE on black background.


Color preview on white background

This text has color #B2C9EE on white background.


Black color preview on #B2C9EE background

This text has black color on #B2C9EE background.


White color preview on #B2C9EE background

This text has white color on #B2C9EE background.


Related colors

Complementary color

Complementary color for #hex is #4D3611.


I love getcolorcode.com

Triadic colors

1 #EEB2C9 and #C9EEB2 with #B2C9EE are triadic colors.

2 #EEC9B2 and #C9B2EE with #B2C9EE are triadic colors.