COLOR #B7D3BA

HEX: #B7D3BA
RGB: (183,211,186)

Color info

#B7D3BA contains red, green and blue colors in about the same proportion. Web safe color of #B7D3BA is #CCCCCC (or #CCC).

RGB color model

#B7D3BA color RGB value is (183,211,186).

  • red value is 183;
  • green value is 211;
  • blue value is 186.
RGB:
(183,211,186)
(72%,83%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 211 of 255 = 83%
B 186 of 255 = 73%

183
211
186

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

Portions of RGB colors in percentages

R + G + B =
183 + 211 + 186 = 580 (100%)
R 183 of 580 ~ 31.55%
G 211 of 580 ~ 36.38%
B 186 of 580 ~ 32.07%

%31.55
%36.38
%32.07

CMYK color model

#B7D3BA color CMYK value is (13,0,12,17).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(13,0,12,17)
C13M0Y12K17 
(13%,0%,12%,17%)
(0.13/0.00/0.12/0.17)	

CMYK percentages

%13.27
%0
%11.85
%17.25

Codes

Color #B7D3BA in popluar color models

B7D3BA
RGB183211186
HSL126°24.14%77.25%
HSB/HSV126°13.27%82.75%
CMYK13.27%0.00%11.85%
17.25%

Color #B7D3BA in popluar number systems.

HEXB7D3BA
Decimal183211186
Binary101101111101001110111010
Octal267323272

Shades and tints

Shades of #B7D3BA

#B7D3BA
(183,211,186)
#A7C0AA
(167,192,170)
#97AD9A
(151,173,154)
#879A8A
(135,154,138)
#77877A
(119,135,122)
#67746A
(103,116,106)
#57615A
(87,97,90)
#474E4A
(71,78,74)
#373B3A
(55,59,58)
#27282A
(39,40,42)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #B7D3BA

#B7D3BA
(183,211,186)
#BDD7C0
(189,215,192)
#C3DBC6
(195,219,198)
#C9DFCC
(201,223,204)
#CFE3D2
(207,227,210)
#D5E7D8
(213,231,216)
#DBEBDE
(219,235,222)
#E1EFE4
(225,239,228)
#E7F3EA
(231,243,234)
#EDF7F0
(237,247,240)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D3BA color. Also use rgb(183,211,186) instead hex code.

Text Font Color

.myTextColor { color: #B7D3BA; }

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

This text font color is #B7D3BA.


Background Color

.myBgColor { background-color: #B7D3BA; }

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

This div background color is #B7D3BA.


Border color

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

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

This div border color is #B7D3BA.


Opacity

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

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

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

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

This text has shadow with #B7D3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D3BA on black background.


Color preview on white background

This text has color #B7D3BA on white background.



Black color preview on #B7D3BA background

This text has black color on #B7D3BA background.


White color preview on #B7D3BA background

This text has white color on #B7D3BA background.