COLOR #B3DBDE

HEX: #B3DBDE RGB: (179,219,222)

Color info

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

RGB color model

#B3DBDE color RGB value is (179,219,222).

RGB: (179,219,222) (70%, 86%, 87%)

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 222 of 255 = 87%

179
219
222

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

Portions of RGB colors in percentages

R + G + B = 179 + 219 + 222 = 620 (100%)
R 179 of 620 ~ 28.87%
G 219 of 620 ~ 35.32%
B 222 of 620 ~ 35.81'%

%28.87
%35.32
%35.81

CMYK color model

#B3DBDE color CMYK value is (19,1,0,13).

  • cyan value is 19.37%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (19,1,0,13)
C19M1Y0K13 (19%, 1%, 0%, 13%)
(0.19 / 0.01 / 0.00 / 0.13)

CMYK percentages

%19.37
%1.35
%0
%12.94

Codes

Color #B3DBDE in popluar color models

B3 DB DE
RGB 179 219 222
HSL 184° 39.45% 78.63%
HSB/HSV 184° 19.37% 87.06%
CMYK 19.37% 1.35% 0.00%
12.94%

Color #B3DBDE in popluar number systems.

HEX B3 DB DE
Decimal 179 219 222
Binary 10110011 11011011 11011110
Octal 263 333 336

Shades and tints

Shades of #B3DBDE

#B3DBDE
(179,219,222)
#A3C8CA
(163,200,202)
#93B5B6
(147,181,182)
#83A2A2
(131,162,162)
#738F8E
(115,143,142)
#637C7A
(99,124,122)
#536966
(83,105,102)
#435652
(67,86,82)
#33433E
(51,67,62)
#23302A
(35,48,42)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #B3DBDE

#B3DBDE
(179,219,222)
#B9DEE1
(185,222,225)
#BFE1E4
(191,225,228)
#C5E4E7
(197,228,231)
#CBE7EA
(203,231,234)
#D1EAED
(209,234,237)
#D7EDF0
(215,237,240)
#DDF0F3
(221,240,243)
#E3F3F6
(227,243,246)
#E9F6F9
(233,246,249)
#EFF9FC
(239,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DBDE color. Also use rgb(179,219,222) instead hex code.

Text Font Color

.myTextColor { color: #B3DBDE; }

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

This text font color is #B3DBDE.

Background Color

.myBgColor { background-color: #B3DBDE; }

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

This div background color is #B3DBDE.

Border color

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

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

This div border color is #B3DBDE.

Opacity

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

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

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

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

This text has shadow with #B3DBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DBDE.

Preview

Color preview on black background

This text has color #B3DBDE on black background.


Color preview on white background

This text has color #B3DBDE on white background.


Black color preview on #B3DBDE background

This text has black color on #B3DBDE background.


White color preview on #B3DBDE background

This text has white color on #B3DBDE background.


Related colors

Complementary color

Complementary color for #hex is #4C2421.


I love getcolorcode.com

Triadic colors

1 #DEB3DB and #DBDEB3 with #B3DBDE are triadic colors.

2 #DEDBB3 and #DBB3DE with #B3DBDE are triadic colors.