COLOR #B7DB8A

HEX: #B7DB8A
RGB: (183,219,138)

Color info

#B7DB8A contains mainly red and green colors. Web safe color of #B7DB8A is #CCCC99 (or #CC9).

RGB color model

#B7DB8A color RGB value is (183,219,138).

  • red value is 183;
  • green value is 219;
  • blue value is 138.
RGB:
(183,219,138)
(72%,86%,54%)

RGB channels and saturation

R 183 of 255 = 72%
G 219 of 255 = 86%
B 138 of 255 = 54%

183
219
138

R + G + B ~ 71%. #B7DB8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 219 + 138 = 540 (100%)
R 183 of 540 ~ 33.89%
G 219 of 540 ~ 40.56%
B 138 of 540 ~ 25.56%

%33.89
%40.56
%25.56

CMYK color model

#B7DB8A color CMYK value is (16,0,37,14).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 14.12%
CMYK:
(16,0,37,14)
C16M0Y37K14 
(16%,0%,37%,14%)
(0.16/0.00/0.37/0.14)	

CMYK percentages

%16.44
%0
%36.99
%14.12

Codes

Color #B7DB8A in popluar color models

B7DB8A
RGB183219138
HSL87°52.94%70.00%
HSB/HSV87°36.99%85.88%
CMYK16.44%0.00%36.99%
14.12%

Color #B7DB8A in popluar number systems.

HEXB7DB8A
Decimal183219138
Binary101101111101101110001010
Octal267333212

Shades and tints

Shades of #B7DB8A

#B7DB8A
(183,219,138)
#A7C87E
(167,200,126)
#97B572
(151,181,114)
#87A266
(135,162,102)
#778F5A
(119,143,90)
#677C4E
(103,124,78)
#576942
(87,105,66)
#475636
(71,86,54)
#37432A
(55,67,42)
#27301E
(39,48,30)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #B7DB8A

#B7DB8A
(183,219,138)
#BDDE94
(189,222,148)
#C3E19E
(195,225,158)
#C9E4A8
(201,228,168)
#CFE7B2
(207,231,178)
#D5EABC
(213,234,188)
#DBEDC6
(219,237,198)
#E1F0D0
(225,240,208)
#E7F3DA
(231,243,218)
#EDF6E4
(237,246,228)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DB8A; }

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

This text font color is #B7DB8A.


Background Color

.myBgColor { background-color: #B7DB8A; }

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

This div background color is #B7DB8A.


Border color

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

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

This div border color is #B7DB8A.


Opacity

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

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

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

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

This text has shadow with #B7DB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DB8A on black background.


Color preview on white background

This text has color #B7DB8A on white background.



Black color preview on #B7DB8A background

This text has black color on #B7DB8A background.


White color preview on #B7DB8A background

This text has white color on #B7DB8A background.