COLOR #B2CAD8

HEX: #B2CAD8 RGB: (178,202,216)

Color info

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

RGB color model

#B2CAD8 color RGB value is (178,202,216).

RGB: (178,202,216) (70%, 79%, 85%)

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 216 of 255 = 85%

178
202
216

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

Portions of RGB colors in percentages

R + G + B = 178 + 202 + 216 = 596 (100%)
R 178 of 596 ~ 29.87%
G 202 of 596 ~ 33.89%
B 216 of 596 ~ 36.24'%

%29.87
%33.89
%36.24

CMYK color model

#B2CAD8 color CMYK value is (18,6,0,15).

  • cyan value is 17.59%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (18,6,0,15)
C18M6Y0K15 (18%, 6%, 0%, 15%)
(0.18 / 0.06 / 0.00 / 0.15)

CMYK percentages

%17.59
%6.48
%0
%15.29

Codes

Color #B2CAD8 in popluar color models

B2 CA D8
RGB 178 202 216
HSL 202° 32.76% 77.25%
HSB/HSV 202° 17.59% 84.71%
CMYK 17.59% 6.48% 0.00%
15.29%

Color #B2CAD8 in popluar number systems.

HEX B2 CA D8
Decimal 178 202 216
Binary 10110010 11001010 11011000
Octal 262 312 330

Shades and tints

Shades of #B2CAD8

#B2CAD8
(178,202,216)
#A2B8C5
(162,184,197)
#92A6B2
(146,166,178)
#82949F
(130,148,159)
#72828C
(114,130,140)
#627079
(98,112,121)
#525E66
(82,94,102)
#424C53
(66,76,83)
#323A40
(50,58,64)
#22282D
(34,40,45)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #B2CAD8

#B2CAD8
(178,202,216)
#B9CEDB
(185,206,219)
#C0D2DE
(192,210,222)
#C7D6E1
(199,214,225)
#CEDAE4
(206,218,228)
#D5DEE7
(213,222,231)
#DCE2EA
(220,226,234)
#E3E6ED
(227,230,237)
#EAEAF0
(234,234,240)
#F1EEF3
(241,238,243)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CAD8 color. Also use rgb(178,202,216) instead hex code.

Text Font Color

.myTextColor { color: #B2CAD8; }

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

This text font color is #B2CAD8.

Background Color

.myBgColor { background-color: #B2CAD8; }

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

This div background color is #B2CAD8.

Border color

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

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

This div border color is #B2CAD8.

Opacity

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

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

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

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

This text has shadow with #B2CAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CAD8.

Preview

Color preview on black background

This text has color #B2CAD8 on black background.


Color preview on white background

This text has color #B2CAD8 on white background.


Black color preview on #B2CAD8 background

This text has black color on #B2CAD8 background.


White color preview on #B2CAD8 background

This text has white color on #B2CAD8 background.


Related colors

Complementary color

Complementary color for #hex is #4D3527.


I love getcolorcode.com

Triadic colors

1 #D8B2CA and #CAD8B2 with #B2CAD8 are triadic colors.

2 #D8CAB2 and #CAB2D8 with #B2CAD8 are triadic colors.