COLOR #B2C8DE

HEX: #B2C8DE RGB: (178,200,222)

Color info

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

RGB color model

#B2C8DE color RGB value is (178,200,222).

RGB: (178,200,222) (70%, 78%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 200 of 255 = 78%
B 222 of 255 = 87%

178
200
222

R + G + B ~ 78%. #B2C8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 200 + 222 = 600 (100%)
R 178 of 600 ~ 29.67%
G 200 of 600 ~ 33.33%
B 222 of 600 ~ 37'%

%29.67
%33.33
%37

CMYK color model

#B2C8DE color CMYK value is (20,10,0,13).

  • cyan value is 19.82%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (20,10,0,13)
C20M10Y0K13 (20%, 10%, 0%, 13%)
(0.20 / 0.10 / 0.00 / 0.13)

CMYK percentages

%19.82
%9.91
%0
%12.94

Codes

Color #B2C8DE in popluar color models

B2 C8 DE
RGB 178 200 222
HSL 210° 40.00% 78.43%
HSB/HSV 210° 19.82% 87.06%
CMYK 19.82% 9.91% 0.00%
12.94%

Color #B2C8DE in popluar number systems.

HEX B2 C8 DE
Decimal 178 200 222
Binary 10110010 11001000 11011110
Octal 262 310 336

Shades and tints

Shades of #B2C8DE

#B2C8DE
(178,200,222)
#A2B6CA
(162,182,202)
#92A4B6
(146,164,182)
#8292A2
(130,146,162)
#72808E
(114,128,142)
#626E7A
(98,110,122)
#525C66
(82,92,102)
#424A52
(66,74,82)
#32383E
(50,56,62)
#22262A
(34,38,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B2C8DE

#B2C8DE
(178,200,222)
#B9CDE1
(185,205,225)
#C0D2E4
(192,210,228)
#C7D7E7
(199,215,231)
#CEDCEA
(206,220,234)
#D5E1ED
(213,225,237)
#DCE6F0
(220,230,240)
#E3EBF3
(227,235,243)
#EAF0F6
(234,240,246)
#F1F5F9
(241,245,249)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C8DE color. Also use rgb(178,200,222) instead hex code.

Text Font Color

.myTextColor { color: #B2C8DE; }

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

This text font color is #B2C8DE.

Background Color

.myBgColor { background-color: #B2C8DE; }

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

This div background color is #B2C8DE.

Border color

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

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

This div border color is #B2C8DE.

Opacity

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

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

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

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

This text has shadow with #B2C8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C8DE.

Preview

Color preview on black background

This text has color #B2C8DE on black background.


Color preview on white background

This text has color #B2C8DE on white background.


Black color preview on #B2C8DE background

This text has black color on #B2C8DE background.


White color preview on #B2C8DE background

This text has white color on #B2C8DE background.


Related colors

Complementary color

Complementary color for #hex is #4D3721.


I love getcolorcode.com

Triadic colors

1 #DEB2C8 and #C8DEB2 with #B2C8DE are triadic colors.

2 #DEC8B2 and #C8B2DE with #B2C8DE are triadic colors.