COLOR #B7D1A6

HEX: #B7D1A6
RGB: (183,209,166)

Color info

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

RGB color model

#B7D1A6 color RGB value is (183,209,166).

  • red value is 183;
  • green value is 209;
  • blue value is 166.
RGB:
(183,209,166)
(72%,82%,65%)

RGB channels and saturation

R 183 of 255 = 72%
G 209 of 255 = 82%
B 166 of 255 = 65%

183
209
166

R + G + B ~ 73%. #B7D1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 209 + 166 = 558 (100%)
R 183 of 558 ~ 32.8%
G 209 of 558 ~ 37.46%
B 166 of 558 ~ 29.75%

%32.8
%37.46
%29.75

CMYK color model

#B7D1A6 color CMYK value is (12,0,21,18).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 18.04%
CMYK:
(12,0,21,18)
C12M0Y21K18 
(12%,0%,21%,18%)
(0.12/0.00/0.21/0.18)	

CMYK percentages

%12.44
%0
%20.57
%18.04

Codes

Color #B7D1A6 in popluar color models

B7D1A6
RGB183209166
HSL96°31.85%73.53%
HSB/HSV96°20.57%81.96%
CMYK12.44%0.00%20.57%
18.04%

Color #B7D1A6 in popluar number systems.

HEXB7D1A6
Decimal183209166
Binary101101111101000110100110
Octal267321246

Shades and tints

Shades of #B7D1A6

#B7D1A6
(183,209,166)
#A7BE97
(167,190,151)
#97AB88
(151,171,136)
#879879
(135,152,121)
#77856A
(119,133,106)
#67725B
(103,114,91)
#575F4C
(87,95,76)
#474C3D
(71,76,61)
#37392E
(55,57,46)
#27261F
(39,38,31)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #B7D1A6

#B7D1A6
(183,209,166)
#BDD5AE
(189,213,174)
#C3D9B6
(195,217,182)
#C9DDBE
(201,221,190)
#CFE1C6
(207,225,198)
#D5E5CE
(213,229,206)
#DBE9D6
(219,233,214)
#E1EDDE
(225,237,222)
#E7F1E6
(231,241,230)
#EDF5EE
(237,245,238)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D1A6 color. Also use rgb(183,209,166) instead hex code.

Text Font Color

.myTextColor { color: #B7D1A6; }

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

This text font color is #B7D1A6.


Background Color

.myBgColor { background-color: #B7D1A6; }

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

This div background color is #B7D1A6.


Border color

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

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

This div border color is #B7D1A6.


Opacity

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

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

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

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

This text has shadow with #B7D1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D1A6 on black background.


Color preview on white background

This text has color #B7D1A6 on white background.



Black color preview on #B7D1A6 background

This text has black color on #B7D1A6 background.


White color preview on #B7D1A6 background

This text has white color on #B7D1A6 background.