COLOR #B7DA90

HEX: #B7DA90
RGB: (183,218,144)

Color info

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

RGB color model

#B7DA90 color RGB value is (183,218,144).

  • red value is 183;
  • green value is 218;
  • blue value is 144.
RGB:
(183,218,144)
(72%,85%,56%)

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 144 of 255 = 56%

183
218
144

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

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 144 = 545 (100%)
R 183 of 545 ~ 33.58%
G 218 of 545 ~ 40%
B 144 of 545 ~ 26.42%

%33.58
%40
%26.42

CMYK color model

#B7DA90 color CMYK value is (16,0,34,15).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 14.51%
CMYK:
(16,0,34,15)
C16M0Y34K15 
(16%,0%,34%,15%)
(0.16/0.00/0.34/0.15)	

CMYK percentages

%16.06
%0
%33.94
%14.51

Codes

Color #B7DA90 in popluar color models

B7DA90
RGB183218144
HSL88°50.00%70.98%
HSB/HSV88°33.94%85.49%
CMYK16.06%0.00%33.94%
14.51%

Color #B7DA90 in popluar number systems.

HEXB7DA90
Decimal183218144
Binary101101111101101010010000
Octal267332220

Shades and tints

Shades of #B7DA90

#B7DA90
(183,218,144)
#A7C783
(167,199,131)
#97B476
(151,180,118)
#87A169
(135,161,105)
#778E5C
(119,142,92)
#677B4F
(103,123,79)
#576842
(87,104,66)
#475535
(71,85,53)
#374228
(55,66,40)
#272F1B
(39,47,27)
#171C0E
(23,28,14)
#000000
(0,0,0)

Tints of #B7DA90

#B7DA90
(183,218,144)
#BDDD9A
(189,221,154)
#C3E0A4
(195,224,164)
#C9E3AE
(201,227,174)
#CFE6B8
(207,230,184)
#D5E9C2
(213,233,194)
#DBECCC
(219,236,204)
#E1EFD6
(225,239,214)
#E7F2E0
(231,242,224)
#EDF5EA
(237,245,234)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DA90 color. Also use rgb(183,218,144) instead hex code.

Text Font Color

.myTextColor { color: #B7DA90; }

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

This text font color is #B7DA90.


Background Color

.myBgColor { background-color: #B7DA90; }

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

This div background color is #B7DA90.


Border color

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

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

This div border color is #B7DA90.


Opacity

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

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

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

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

This text has shadow with #B7DA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DA90 on black background.


Color preview on white background

This text has color #B7DA90 on white background.



Black color preview on #B7DA90 background

This text has black color on #B7DA90 background.


White color preview on #B7DA90 background

This text has white color on #B7DA90 background.