COLOR #B7DBBB

HEX: #B7DBBB RGB: (183,219,187)

Color info

#B7DBBB contains red, green and blue colors in about the same proportion. Web safe color of #B7DBBB is #CCCCCC (or #CCC).

RGB color model

#B7DBBB color RGB value is (183,219,187).

RGB: (183,219,187) (72%, 86%, 73%)

RGB channels and saturation

R 183 of 255 = 72%
G 219 of 255 = 86%
B 187 of 255 = 73%

183
219
187

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

Portions of RGB colors in percentages

R + G + B = 183 + 219 + 187 = 589 (100%)
R 183 of 589 ~ 31.07%
G 219 of 589 ~ 37.18%
B 187 of 589 ~ 31.75'%

%31.07
%37.18
%31.75

CMYK color model

#B7DBBB color CMYK value is (16,0,15,14).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK: (16,0,15,14) C16M0Y15K14 (16%,0%,15%,14%) (0.16/0.00/0.15/0.14) 

CMYK percentages

%16.44
%0
%14.61
%14.12

Codes

Color #B7DBBB in popluar color models

B7 DB BB
RGB 183 219 187
HSL 127° 33.33% 78.82%
HSB/HSV 127° 16.44% 85.88%
CMYK 16.44% 0.00% 14.61%
14.12%

Color #B7DBBB in popluar number systems.

HEX B7 DB BB
Decimal 183 219 187
Binary 10110111 11011011 10111011
Octal 267 333 273

Shades and tints

Shades of #B7DBBB

#B7DBBB
(183,219,187)
#A7C8AA
(167,200,170)
#97B599
(151,181,153)
#87A288
(135,162,136)
#778F77
(119,143,119)
#677C66
(103,124,102)
#576955
(87,105,85)
#475644
(71,86,68)
#374333
(55,67,51)
#273022
(39,48,34)
#171D11
(23,29,17)
#000000
(0,0,0)

Tints of #B7DBBB

#B7DBBB
(183,219,187)
#BDDEC1
(189,222,193)
#C3E1C7
(195,225,199)
#C9E4CD
(201,228,205)
#CFE7D3
(207,231,211)
#D5EAD9
(213,234,217)
#DBEDDF
(219,237,223)
#E1F0E5
(225,240,229)
#E7F3EB
(231,243,235)
#EDF6F1
(237,246,241)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DBBB color. Also use rgb(183,219,187) instead hex code.

Text Font Color

.myTextColor { color: #B7DBBB; }

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

This text font color is #B7DBBB.

Background Color

.myBgColor { background-color: #B7DBBB; }

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

This div background color is #B7DBBB.

Border color

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

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

This div border color is #B7DBBB.

Opacity

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

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

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

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

This text has shadow with #B7DBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7DBBB.

Preview

Color preview on black background

This text has color #B7DBBB on black background.


Color preview on white background

This text has color #B7DBBB on white background.


Black color preview on #B7DBBB background

This text has black color on #B7DBBB background.


White color preview on #B7DBBB background

This text has white color on #B7DBBB background.


Related colors

Complementary color

Complementary color for #hex is #482444.


I love getcolorcode.com

Triadic colors

1 #BBB7DB and #DBBBB7 with #B7DBBB are triadic colors.

2 #BBDBB7 and #DBB7BB with #B7DBBB are triadic colors.