COLOR #B7DBAE

HEX: #B7DBAE
RGB: (183,219,174)

Color info

#B7DBAE contains red, green and blue colors in about the same proportion. Web safe color of #B7DBAE is #CCCC99 (or #CC9).

RGB color model

#B7DBAE color RGB value is (183,219,174).

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

RGB channels and saturation

R 183 of 255 = 72%
G 219 of 255 = 86%
B 174 of 255 = 68%

183
219
174

R + G + B ~ 75%. #B7DBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 219 + 174 = 576 (100%)
R 183 of 576 ~ 31.77%
G 219 of 576 ~ 38.02%
B 174 of 576 ~ 30.21%

%31.77
%38.02
%30.21

CMYK color model

#B7DBAE color CMYK value is (16,0,21,14).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(16,0,21,14)
C16M0Y21K14 
(16%,0%,21%,14%)
(0.16/0.00/0.21/0.14)	

CMYK percentages

%16.44
%0
%20.55
%14.12

Codes

Color #B7DBAE in popluar color models

B7DBAE
RGB183219174
HSL108°38.46%77.06%
HSB/HSV108°20.55%85.88%
CMYK16.44%0.00%20.55%
14.12%

Color #B7DBAE in popluar number systems.

HEXB7DBAE
Decimal183219174
Binary101101111101101110101110
Octal267333256

Shades and tints

Shades of #B7DBAE

#B7DBAE
(183,219,174)
#A7C89F
(167,200,159)
#97B590
(151,181,144)
#87A281
(135,162,129)
#778F72
(119,143,114)
#677C63
(103,124,99)
#576954
(87,105,84)
#475645
(71,86,69)
#374336
(55,67,54)
#273027
(39,48,39)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #B7DBAE

#B7DBAE
(183,219,174)
#BDDEB5
(189,222,181)
#C3E1BC
(195,225,188)
#C9E4C3
(201,228,195)
#CFE7CA
(207,231,202)
#D5EAD1
(213,234,209)
#DBEDD8
(219,237,216)
#E1F0DF
(225,240,223)
#E7F3E6
(231,243,230)
#EDF6ED
(237,246,237)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DBAE; }

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

This text font color is #B7DBAE.


Background Color

.myBgColor { background-color: #B7DBAE; }

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

This div background color is #B7DBAE.


Border color

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

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

This div border color is #B7DBAE.


Opacity

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

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

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

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

This text has shadow with #B7DBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DBAE on black background.


Color preview on white background

This text has color #B7DBAE on white background.



Black color preview on #B7DBAE background

This text has black color on #B7DBAE background.


White color preview on #B7DBAE background

This text has white color on #B7DBAE background.