COLOR #B3DBD7

HEX: #B3DBD7 RGB: (179,219,215)

Color info

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

RGB color model

#B3DBD7 color RGB value is (179,219,215).

RGB: (179,219,215) (70%, 86%, 84%)

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 215 of 255 = 84%

179
219
215

R + G + B ~ 80%. #B3DBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 219 + 215 = 613 (100%)
R 179 of 613 ~ 29.2%
G 219 of 613 ~ 35.73%
B 215 of 613 ~ 35.07'%

%29.2
%35.73
%35.07

CMYK color model

#B3DBD7 color CMYK value is (18,0,2,14).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%

CMYK: (18,0,2,14)
C18M0Y2K14 (18%, 0%, 2%, 14%)
(0.18 / 0.00 / 0.02 / 0.14)

CMYK percentages

%18.26
%0
%1.83
%14.12

Codes

Color #B3DBD7 in popluar color models

B3 DB D7
RGB 179 219 215
HSL 174° 35.71% 78.04%
HSB/HSV 174° 18.26% 85.88%
CMYK 18.26% 0.00% 1.83%
14.12%

Color #B3DBD7 in popluar number systems.

HEX B3 DB D7
Decimal 179 219 215
Binary 10110011 11011011 11010111
Octal 263 333 327

Shades and tints

Shades of #B3DBD7

#B3DBD7
(179,219,215)
#A3C8C4
(163,200,196)
#93B5B1
(147,181,177)
#83A29E
(131,162,158)
#738F8B
(115,143,139)
#637C78
(99,124,120)
#536965
(83,105,101)
#435652
(67,86,82)
#33433F
(51,67,63)
#23302C
(35,48,44)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #B3DBD7

#B3DBD7
(179,219,215)
#B9DEDA
(185,222,218)
#BFE1DD
(191,225,221)
#C5E4E0
(197,228,224)
#CBE7E3
(203,231,227)
#D1EAE6
(209,234,230)
#D7EDE9
(215,237,233)
#DDF0EC
(221,240,236)
#E3F3EF
(227,243,239)
#E9F6F2
(233,246,242)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DBD7; }

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

This text font color is #B3DBD7.

Background Color

.myBgColor { background-color: #B3DBD7; }

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

This div background color is #B3DBD7.

Border color

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

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

This div border color is #B3DBD7.

Opacity

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

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

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

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

This text has shadow with #B3DBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DBD7.

Preview

Color preview on black background

This text has color #B3DBD7 on black background.


Color preview on white background

This text has color #B3DBD7 on white background.


Black color preview on #B3DBD7 background

This text has black color on #B3DBD7 background.


White color preview on #B3DBD7 background

This text has white color on #B3DBD7 background.


Related colors

Complementary color

Complementary color for #hex is #4C2428.


I love getcolorcode.com

Triadic colors

1 #D7B3DB and #DBD7B3 with #B3DBD7 are triadic colors.

2 #D7DBB3 and #DBB3D7 with #B3DBD7 are triadic colors.