COLOR #B7DFA7

HEX: #B7DFA7
RGB: (183,223,167)

Color info

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

RGB color model

#B7DFA7 color RGB value is (183,223,167).

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

RGB channels and saturation

R 183 of 255 = 72%
G 223 of 255 = 87%
B 167 of 255 = 65%

183
223
167

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

Portions of RGB colors in percentages

R + G + B =
183 + 223 + 167 = 573 (100%)
R 183 of 573 ~ 31.94%
G 223 of 573 ~ 38.92%
B 167 of 573 ~ 29.14%

%31.94
%38.92
%29.14

CMYK color model

#B7DFA7 color CMYK value is (18,0,25,13).

  • cyan value is 17.94%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(18,0,25,13)
C18M0Y25K13 
(18%,0%,25%,13%)
(0.18/0.00/0.25/0.13)	

CMYK percentages

%17.94
%0
%25.11
%12.55

Codes

Color #B7DFA7 in popluar color models

B7DFA7
RGB183223167
HSL103°46.67%76.47%
HSB/HSV103°25.11%87.45%
CMYK17.94%0.00%25.11%
12.55%

Color #B7DFA7 in popluar number systems.

HEXB7DFA7
Decimal183223167
Binary101101111101111110100111
Octal267337247

Shades and tints

Shades of #B7DFA7

#B7DFA7
(183,223,167)
#A7CB98
(167,203,152)
#97B789
(151,183,137)
#87A37A
(135,163,122)
#778F6B
(119,143,107)
#677B5C
(103,123,92)
#57674D
(87,103,77)
#47533E
(71,83,62)
#373F2F
(55,63,47)
#272B20
(39,43,32)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #B7DFA7

#B7DFA7
(183,223,167)
#BDE1AF
(189,225,175)
#C3E3B7
(195,227,183)
#C9E5BF
(201,229,191)
#CFE7C7
(207,231,199)
#D5E9CF
(213,233,207)
#DBEBD7
(219,235,215)
#E1EDDF
(225,237,223)
#E7EFE7
(231,239,231)
#EDF1EF
(237,241,239)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7DFA7; }

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

This text font color is #B7DFA7.


Background Color

.myBgColor { background-color: #B7DFA7; }

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

This div background color is #B7DFA7.


Border color

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

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

This div border color is #B7DFA7.


Opacity

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

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

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

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

This text has shadow with #B7DFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DFA7 on black background.


Color preview on white background

This text has color #B7DFA7 on white background.



Black color preview on #B7DFA7 background

This text has black color on #B7DFA7 background.


White color preview on #B7DFA7 background

This text has white color on #B7DFA7 background.