COLOR #B7D5AF

HEX: #B7D5AF
RGB: (183,213,175)

Color info

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

RGB color model

#B7D5AF color RGB value is (183,213,175).

  • red value is 183;
  • green value is 213;
  • blue value is 175.
RGB:
(183,213,175)
(72%,84%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 213 of 255 = 84%
B 175 of 255 = 69%

183
213
175

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

Portions of RGB colors in percentages

R + G + B =
183 + 213 + 175 = 571 (100%)
R 183 of 571 ~ 32.05%
G 213 of 571 ~ 37.3%
B 175 of 571 ~ 30.65%

%32.05
%37.3
%30.65

CMYK color model

#B7D5AF color CMYK value is (14,0,18,16).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 16.47%
CMYK:
(14,0,18,16)
C14M0Y18K16 
(14%,0%,18%,16%)
(0.14/0.00/0.18/0.16)	

CMYK percentages

%14.08
%0
%17.84
%16.47

Codes

Color #B7D5AF in popluar color models

B7D5AF
RGB183213175
HSL107°31.15%76.08%
HSB/HSV107°17.84%83.53%
CMYK14.08%0.00%17.84%
16.47%

Color #B7D5AF in popluar number systems.

HEXB7D5AF
Decimal183213175
Binary101101111101010110101111
Octal267325257

Shades and tints

Shades of #B7D5AF

#B7D5AF
(183,213,175)
#A7C2A0
(167,194,160)
#97AF91
(151,175,145)
#879C82
(135,156,130)
#778973
(119,137,115)
#677664
(103,118,100)
#576355
(87,99,85)
#475046
(71,80,70)
#373D37
(55,61,55)
#272A28
(39,42,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #B7D5AF

#B7D5AF
(183,213,175)
#BDD8B6
(189,216,182)
#C3DBBD
(195,219,189)
#C9DEC4
(201,222,196)
#CFE1CB
(207,225,203)
#D5E4D2
(213,228,210)
#DBE7D9
(219,231,217)
#E1EAE0
(225,234,224)
#E7EDE7
(231,237,231)
#EDF0EE
(237,240,238)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D5AF color. Also use rgb(183,213,175) instead hex code.

Text Font Color

.myTextColor { color: #B7D5AF; }

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

This text font color is #B7D5AF.


Background Color

.myBgColor { background-color: #B7D5AF; }

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

This div background color is #B7D5AF.


Border color

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

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

This div border color is #B7D5AF.


Opacity

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

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

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

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

This text has shadow with #B7D5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D5AF on black background.


Color preview on white background

This text has color #B7D5AF on white background.



Black color preview on #B7D5AF background

This text has black color on #B7D5AF background.


White color preview on #B7D5AF background

This text has white color on #B7D5AF background.