COLOR #B2C2EA

HEX: #B2C2EA RGB: (178,194,234)

Color info

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

RGB color model

#B2C2EA color RGB value is (178,194,234).

RGB: (178,194,234) (70%, 76%, 92%)

RGB channels and saturation

R 178 of 255 = 70%
G 194 of 255 = 76%
B 234 of 255 = 92%

178
194
234

R + G + B ~ 79%. #B2C2EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 194 + 234 = 606 (100%)
R 178 of 606 ~ 29.37%
G 194 of 606 ~ 32.01%
B 234 of 606 ~ 38.61'%

%29.37
%32.01
%38.61

CMYK color model

#B2C2EA color CMYK value is (24,17,0,8).

  • cyan value is 23.93%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (24,17,0,8)
C24M17Y0K8 (24%, 17%, 0%, 8%)
(0.24 / 0.17 / 0.00 / 0.08)

CMYK percentages

%23.93
%17.09
%0
%8.24

Codes

Color #B2C2EA in popluar color models

B2 C2 EA
RGB 178 194 234
HSL 223° 57.14% 80.78%
HSB/HSV 223° 23.93% 91.76%
CMYK 23.93% 17.09% 0.00%
8.24%

Color #B2C2EA in popluar number systems.

HEX B2 C2 EA
Decimal 178 194 234
Binary 10110010 11000010 11101010
Octal 262 302 352

Shades and tints

Shades of #B2C2EA

#B2C2EA
(178,194,234)
#A2B1D5
(162,177,213)
#92A0C0
(146,160,192)
#828FAB
(130,143,171)
#727E96
(114,126,150)
#626D81
(98,109,129)
#525C6C
(82,92,108)
#424B57
(66,75,87)
#323A42
(50,58,66)
#22292D
(34,41,45)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #B2C2EA

#B2C2EA
(178,194,234)
#B9C7EB
(185,199,235)
#C0CCEC
(192,204,236)
#C7D1ED
(199,209,237)
#CED6EE
(206,214,238)
#D5DBEF
(213,219,239)
#DCE0F0
(220,224,240)
#E3E5F1
(227,229,241)
#EAEAF2
(234,234,242)
#F1EFF3
(241,239,243)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C2EA color. Also use rgb(178,194,234) instead hex code.

Text Font Color

.myTextColor { color: #B2C2EA; }

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

This text font color is #B2C2EA.

Background Color

.myBgColor { background-color: #B2C2EA; }

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

This div background color is #B2C2EA.

Border color

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

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

This div border color is #B2C2EA.

Opacity

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

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

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

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

This text has shadow with #B2C2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C2EA.

Preview

Color preview on black background

This text has color #B2C2EA on black background.


Color preview on white background

This text has color #B2C2EA on white background.


Black color preview on #B2C2EA background

This text has black color on #B2C2EA background.


White color preview on #B2C2EA background

This text has white color on #B2C2EA background.


Related colors

Complementary color

Complementary color for #hex is #4D3D15.


I love getcolorcode.com

Triadic colors

1 #EAB2C2 and #C2EAB2 with #B2C2EA are triadic colors.

2 #EAC2B2 and #C2B2EA with #B2C2EA are triadic colors.