COLOR #B7DFA0

HEX: #B7DFA0
RGB: (183,223,160)

Color info

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

RGB color model

#B7DFA0 color RGB value is (183,223,160).

  • red value is 183;
  • green value is 223;
  • blue value is 160.
RGB:
(183,223,160)
(72%,87%,63%)

RGB channels and saturation

R 183 of 255 = 72%
G 223 of 255 = 87%
B 160 of 255 = 63%

183
223
160

R + G + B ~ 74%. #B7DFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 223 + 160 = 566 (100%)
R 183 of 566 ~ 32.33%
G 223 of 566 ~ 39.4%
B 160 of 566 ~ 28.27%

%32.33
%39.4
%28.27

CMYK color model

#B7DFA0 color CMYK value is (18,0,28,13).

  • cyan value is 17.94%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 12.55%
CMYK:
(18,0,28,13)
C18M0Y28K13 
(18%,0%,28%,13%)
(0.18/0.00/0.28/0.13)	

CMYK percentages

%17.94
%0
%28.25
%12.55

Codes

Color #B7DFA0 in popluar color models

B7DFA0
RGB183223160
HSL98°49.61%75.10%
HSB/HSV98°28.25%87.45%
CMYK17.94%0.00%28.25%
12.55%

Color #B7DFA0 in popluar number systems.

HEXB7DFA0
Decimal183223160
Binary101101111101111110100000
Octal267337240

Shades and tints

Shades of #B7DFA0

#B7DFA0
(183,223,160)
#A7CB92
(167,203,146)
#97B784
(151,183,132)
#87A376
(135,163,118)
#778F68
(119,143,104)
#677B5A
(103,123,90)
#57674C
(87,103,76)
#47533E
(71,83,62)
#373F30
(55,63,48)
#272B22
(39,43,34)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #B7DFA0

#B7DFA0
(183,223,160)
#BDE1A8
(189,225,168)
#C3E3B0
(195,227,176)
#C9E5B8
(201,229,184)
#CFE7C0
(207,231,192)
#D5E9C8
(213,233,200)
#DBEBD0
(219,235,208)
#E1EDD8
(225,237,216)
#E7EFE0
(231,239,224)
#EDF1E8
(237,241,232)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DFA0 color. Also use rgb(183,223,160) instead hex code.

Text Font Color

.myTextColor { color: #B7DFA0; }

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

This text font color is #B7DFA0.


Background Color

.myBgColor { background-color: #B7DFA0; }

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

This div background color is #B7DFA0.


Border color

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

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

This div border color is #B7DFA0.


Opacity

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

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

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

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

This text has shadow with #B7DFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DFA0 on black background.


Color preview on white background

This text has color #B7DFA0 on white background.



Black color preview on #B7DFA0 background

This text has black color on #B7DFA0 background.


White color preview on #B7DFA0 background

This text has white color on #B7DFA0 background.