COLOR #B3DBBD

HEX: #B3DBBD RGB: (179,219,189)

Color info

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

RGB color model

#B3DBBD color RGB value is (179,219,189).

RGB: (179,219,189) (70%, 86%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 189 of 255 = 74%

179
219
189

R + G + B ~ 77%. #B3DBBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 219 + 189 = 587 (100%)
R 179 of 587 ~ 30.49%
G 219 of 587 ~ 37.31%
B 189 of 587 ~ 32.2'%

%30.49
%37.31
%32.2

CMYK color model

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

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

CMYK: (18,0,14,14)
C18M0Y14K14 (18%, 0%, 14%, 14%)
(0.18 / 0.00 / 0.14 / 0.14)

CMYK percentages

%18.26
%0
%13.7
%14.12

Codes

Color #B3DBBD in popluar color models

B3 DB BD
RGB 179 219 189
HSL 135° 35.71% 78.04%
HSB/HSV 135° 18.26% 85.88%
CMYK 18.26% 0.00% 13.70%
14.12%

Color #B3DBBD in popluar number systems.

HEX B3 DB BD
Decimal 179 219 189
Binary 10110011 11011011 10111101
Octal 263 333 275

Shades and tints

Shades of #B3DBBD

#B3DBBD
(179,219,189)
#A3C8AC
(163,200,172)
#93B59B
(147,181,155)
#83A28A
(131,162,138)
#738F79
(115,143,121)
#637C68
(99,124,104)
#536957
(83,105,87)
#435646
(67,86,70)
#334335
(51,67,53)
#233024
(35,48,36)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #B3DBBD

#B3DBBD
(179,219,189)
#B9DEC3
(185,222,195)
#BFE1C9
(191,225,201)
#C5E4CF
(197,228,207)
#CBE7D5
(203,231,213)
#D1EADB
(209,234,219)
#D7EDE1
(215,237,225)
#DDF0E7
(221,240,231)
#E3F3ED
(227,243,237)
#E9F6F3
(233,246,243)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3DBBD; }

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

This text font color is #B3DBBD.

Background Color

.myBgColor { background-color: #B3DBBD; }

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

This div background color is #B3DBBD.

Border color

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

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

This div border color is #B3DBBD.

Opacity

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

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

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

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

This text has shadow with #B3DBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DBBD.

Preview

Color preview on black background

This text has color #B3DBBD on black background.


Color preview on white background

This text has color #B3DBBD on white background.


Black color preview on #B3DBBD background

This text has black color on #B3DBBD background.


White color preview on #B3DBBD background

This text has white color on #B3DBBD background.


Related colors

Complementary color

Complementary color for #hex is #4C2442.


I love getcolorcode.com

Triadic colors

1 #BDB3DB and #DBBDB3 with #B3DBBD are triadic colors.

2 #BDDBB3 and #DBB3BD with #B3DBBD are triadic colors.