COLOR #B0DAF3

HEX: #B0DAF3 RGB: (176,218,243)

Color info

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

RGB color model

#B0DAF3 color RGB value is (176,218,243).

RGB: (176,218,243) (69%, 85%, 95%)

RGB channels and saturation

R 176 of 255 = 69%
G 218 of 255 = 85%
B 243 of 255 = 95%

176
218
243

R + G + B ~ 83%. #B0DAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 218 + 243 = 637 (100%)
R 176 of 637 ~ 27.63%
G 218 of 637 ~ 34.22%
B 243 of 637 ~ 38.15'%

%27.63
%34.22
%38.15

CMYK color model

#B0DAF3 color CMYK value is (28,10,0,5).

  • cyan value is 27.57%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (28,10,0,5)
C28M10Y0K5 (28%, 10%, 0%, 5%)
(0.28 / 0.10 / 0.00 / 0.05)

CMYK percentages

%27.57
%10.29
%0
%4.71

Codes

Color #B0DAF3 in popluar color models

B0 DA F3
RGB 176 218 243
HSL 202° 73.63% 82.16%
HSB/HSV 202° 27.57% 95.29%
CMYK 27.57% 10.29% 0.00%
4.71%

Color #B0DAF3 in popluar number systems.

HEX B0 DA F3
Decimal 176 218 243
Binary 10110000 11011010 11110011
Octal 260 332 363

Shades and tints

Shades of #B0DAF3

#B0DAF3
(176,218,243)
#A0C7DD
(160,199,221)
#90B4C7
(144,180,199)
#80A1B1
(128,161,177)
#708E9B
(112,142,155)
#607B85
(96,123,133)
#50686F
(80,104,111)
#405559
(64,85,89)
#304243
(48,66,67)
#202F2D
(32,47,45)
#101C17
(16,28,23)
#000000
(0,0,0)

Tints of #B0DAF3

#B0DAF3
(176,218,243)
#B7DDF4
(183,221,244)
#BEE0F5
(190,224,245)
#C5E3F6
(197,227,246)
#CCE6F7
(204,230,247)
#D3E9F8
(211,233,248)
#DAECF9
(218,236,249)
#E1EFFA
(225,239,250)
#E8F2FB
(232,242,251)
#EFF5FC
(239,245,252)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DAF3 color. Also use rgb(176,218,243) instead hex code.

Text Font Color

.myTextColor { color: #B0DAF3; }

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

This text font color is #B0DAF3.

Background Color

.myBgColor { background-color: #B0DAF3; }

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

This div background color is #B0DAF3.

Border color

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

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

This div border color is #B0DAF3.

Opacity

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

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

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

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

This text has shadow with #B0DAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DAF3.

Preview

Color preview on black background

This text has color #B0DAF3 on black background.


Color preview on white background

This text has color #B0DAF3 on white background.


Black color preview on #B0DAF3 background

This text has black color on #B0DAF3 background.


White color preview on #B0DAF3 background

This text has white color on #B0DAF3 background.


Related colors

Complementary color

Complementary color for #hex is #4F250C.


I love getcolorcode.com

Triadic colors

1 #F3B0DA and #DAF3B0 with #B0DAF3 are triadic colors.

2 #F3DAB0 and #DAB0F3 with #B0DAF3 are triadic colors.