COLOR #B7DFB1

HEX: #B7DFB1
RGB: (183,223,177)

Color info

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

RGB color model

#B7DFB1 color RGB value is (183,223,177).

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

RGB channels and saturation

R 183 of 255 = 72%
G 223 of 255 = 87%
B 177 of 255 = 69%

183
223
177

R + G + B ~ 76%. #B7DFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 223 + 177 = 583 (100%)
R 183 of 583 ~ 31.39%
G 223 of 583 ~ 38.25%
B 177 of 583 ~ 30.36%

%31.39
%38.25
%30.36

CMYK color model

#B7DFB1 color CMYK value is (18,0,21,13).

  • cyan value is 17.94%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 12.55%
CMYK:
(18,0,21,13)
C18M0Y21K13 
(18%,0%,21%,13%)
(0.18/0.00/0.21/0.13)	

CMYK percentages

%17.94
%0
%20.63
%12.55

Codes

Color #B7DFB1 in popluar color models

B7DFB1
RGB183223177
HSL112°41.82%78.43%
HSB/HSV112°20.63%87.45%
CMYK17.94%0.00%20.63%
12.55%

Color #B7DFB1 in popluar number systems.

HEXB7DFB1
Decimal183223177
Binary101101111101111110110001
Octal267337261

Shades and tints

Shades of #B7DFB1

#B7DFB1
(183,223,177)
#A7CBA1
(167,203,161)
#97B791
(151,183,145)
#87A381
(135,163,129)
#778F71
(119,143,113)
#677B61
(103,123,97)
#576751
(87,103,81)
#475341
(71,83,65)
#373F31
(55,63,49)
#272B21
(39,43,33)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #B7DFB1

#B7DFB1
(183,223,177)
#BDE1B8
(189,225,184)
#C3E3BF
(195,227,191)
#C9E5C6
(201,229,198)
#CFE7CD
(207,231,205)
#D5E9D4
(213,233,212)
#DBEBDB
(219,235,219)
#E1EDE2
(225,237,226)
#E7EFE9
(231,239,233)
#EDF1F0
(237,241,240)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DFB1; }

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

This text font color is #B7DFB1.


Background Color

.myBgColor { background-color: #B7DFB1; }

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

This div background color is #B7DFB1.


Border color

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

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

This div border color is #B7DFB1.


Opacity

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

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

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

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

This text has shadow with #B7DFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DFB1 on black background.


Color preview on white background

This text has color #B7DFB1 on white background.



Black color preview on #B7DFB1 background

This text has black color on #B7DFB1 background.


White color preview on #B7DFB1 background

This text has white color on #B7DFB1 background.