COLOR #B3D0DB

HEX: #B3D0DB RGB: (179,208,219)

Color info

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

RGB color model

#B3D0DB color RGB value is (179,208,219).

RGB: (179,208,219) (70%, 82%, 86%)

RGB channels and saturation

R 179 of 255 = 70%
G 208 of 255 = 82%
B 219 of 255 = 86%

179
208
219

R + G + B ~ 79%. #B3D0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 208 + 219 = 606 (100%)
R 179 of 606 ~ 29.54%
G 208 of 606 ~ 34.32%
B 219 of 606 ~ 36.14'%

%29.54
%34.32
%36.14

CMYK color model

#B3D0DB color CMYK value is (18,5,0,14).

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

CMYK: (18,5,0,14)
C18M5Y0K14 (18%, 5%, 0%, 14%)
(0.18 / 0.05 / 0.00 / 0.14)

CMYK percentages

%18.26
%5.02
%0
%14.12

Codes

Color #B3D0DB in popluar color models

B3 D0 DB
RGB 179 208 219
HSL 197° 35.71% 78.04%
HSB/HSV 197° 18.26% 85.88%
CMYK 18.26% 5.02% 0.00%
14.12%

Color #B3D0DB in popluar number systems.

HEX B3 D0 DB
Decimal 179 208 219
Binary 10110011 11010000 11011011
Octal 263 320 333

Shades and tints

Shades of #B3D0DB

#B3D0DB
(179,208,219)
#A3BEC8
(163,190,200)
#93ACB5
(147,172,181)
#839AA2
(131,154,162)
#73888F
(115,136,143)
#63767C
(99,118,124)
#536469
(83,100,105)
#435256
(67,82,86)
#334043
(51,64,67)
#232E30
(35,46,48)
#131C1D
(19,28,29)
#000000
(0,0,0)

Tints of #B3D0DB

#B3D0DB
(179,208,219)
#B9D4DE
(185,212,222)
#BFD8E1
(191,216,225)
#C5DCE4
(197,220,228)
#CBE0E7
(203,224,231)
#D1E4EA
(209,228,234)
#D7E8ED
(215,232,237)
#DDECF0
(221,236,240)
#E3F0F3
(227,240,243)
#E9F4F6
(233,244,246)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D0DB; }

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

This text font color is #B3D0DB.

Background Color

.myBgColor { background-color: #B3D0DB; }

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

This div background color is #B3D0DB.

Border color

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

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

This div border color is #B3D0DB.

Opacity

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

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

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

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

This text has shadow with #B3D0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D0DB.

Preview

Color preview on black background

This text has color #B3D0DB on black background.


Color preview on white background

This text has color #B3D0DB on white background.


Black color preview on #B3D0DB background

This text has black color on #B3D0DB background.


White color preview on #B3D0DB background

This text has white color on #B3D0DB background.


Related colors

Complementary color

Complementary color for #hex is #4C2F24.


I love getcolorcode.com

Triadic colors

1 #DBB3D0 and #D0DBB3 with #B3D0DB are triadic colors.

2 #DBD0B3 and #D0B3DB with #B3D0DB are triadic colors.