COLOR #B3DBE3

HEX: #B3DBE3 RGB: (179,219,227)

Color info

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

RGB color model

#B3DBE3 color RGB value is (179,219,227).

RGB: (179,219,227) (70%, 86%, 89%)

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 227 of 255 = 89%

179
219
227

R + G + B ~ 82%. #B3DBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 219 + 227 = 625 (100%)
R 179 of 625 ~ 28.64%
G 219 of 625 ~ 35.04%
B 227 of 625 ~ 36.32'%

%28.64
%35.04
%36.32

CMYK color model

#B3DBE3 color CMYK value is (21,4,0,11).

  • cyan value is 21.15%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (21,4,0,11)
C21M4Y0K11 (21%, 4%, 0%, 11%)
(0.21 / 0.04 / 0.00 / 0.11)

CMYK percentages

%21.15
%3.52
%0
%10.98

Codes

Color #B3DBE3 in popluar color models

B3 DB E3
RGB 179 219 227
HSL 190° 46.15% 79.61%
HSB/HSV 190° 21.15% 89.02%
CMYK 21.15% 3.52% 0.00%
10.98%

Color #B3DBE3 in popluar number systems.

HEX B3 DB E3
Decimal 179 219 227
Binary 10110011 11011011 11100011
Octal 263 333 343

Shades and tints

Shades of #B3DBE3

#B3DBE3
(179,219,227)
#A3C8CF
(163,200,207)
#93B5BB
(147,181,187)
#83A2A7
(131,162,167)
#738F93
(115,143,147)
#637C7F
(99,124,127)
#53696B
(83,105,107)
#435657
(67,86,87)
#334343
(51,67,67)
#23302F
(35,48,47)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #B3DBE3

#B3DBE3
(179,219,227)
#B9DEE5
(185,222,229)
#BFE1E7
(191,225,231)
#C5E4E9
(197,228,233)
#CBE7EB
(203,231,235)
#D1EAED
(209,234,237)
#D7EDEF
(215,237,239)
#DDF0F1
(221,240,241)
#E3F3F3
(227,243,243)
#E9F6F5
(233,246,245)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DBE3; }

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

This text font color is #B3DBE3.

Background Color

.myBgColor { background-color: #B3DBE3; }

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

This div background color is #B3DBE3.

Border color

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

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

This div border color is #B3DBE3.

Opacity

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

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

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

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

This text has shadow with #B3DBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DBE3.

Preview

Color preview on black background

This text has color #B3DBE3 on black background.


Color preview on white background

This text has color #B3DBE3 on white background.


Black color preview on #B3DBE3 background

This text has black color on #B3DBE3 background.


White color preview on #B3DBE3 background

This text has white color on #B3DBE3 background.


Related colors

Complementary color

Complementary color for #hex is #4C241C.


I love getcolorcode.com

Triadic colors

1 #E3B3DB and #DBE3B3 with #B3DBE3 are triadic colors.

2 #E3DBB3 and #DBB3E3 with #B3DBE3 are triadic colors.