COLOR #B7DABD

HEX: #B7DABD
RGB: (183,218,189)

Color info

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

RGB color model

#B7DABD color RGB value is (183,218,189).

  • red value is 183;
  • green value is 218;
  • blue value is 189.
RGB:
(183,218,189)
(72%,85%,74%)

RGB channels and saturation

R 183 of 255 = 72%
G 218 of 255 = 85%
B 189 of 255 = 74%

183
218
189

R + G + B ~ 77%. #B7DABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 218 + 189 = 590 (100%)
R 183 of 590 ~ 31.02%
G 218 of 590 ~ 36.95%
B 189 of 590 ~ 32.03%

%31.02
%36.95
%32.03

CMYK color model

#B7DABD color CMYK value is (16,0,13,15).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(16,0,13,15)
C16M0Y13K15 
(16%,0%,13%,15%)
(0.16/0.00/0.13/0.15)	

CMYK percentages

%16.06
%0
%13.3
%14.51

Codes

Color #B7DABD in popluar color models

B7DABD
RGB183218189
HSL130°32.11%78.63%
HSB/HSV130°16.06%85.49%
CMYK16.06%0.00%13.30%
14.51%

Color #B7DABD in popluar number systems.

HEXB7DABD
Decimal183218189
Binary101101111101101010111101
Octal267332275

Shades and tints

Shades of #B7DABD

#B7DABD
(183,218,189)
#A7C7AC
(167,199,172)
#97B49B
(151,180,155)
#87A18A
(135,161,138)
#778E79
(119,142,121)
#677B68
(103,123,104)
#576857
(87,104,87)
#475546
(71,85,70)
#374235
(55,66,53)
#272F24
(39,47,36)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #B7DABD

#B7DABD
(183,218,189)
#BDDDC3
(189,221,195)
#C3E0C9
(195,224,201)
#C9E3CF
(201,227,207)
#CFE6D5
(207,230,213)
#D5E9DB
(213,233,219)
#DBECE1
(219,236,225)
#E1EFE7
(225,239,231)
#E7F2ED
(231,242,237)
#EDF5F3
(237,245,243)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DABD color. Also use rgb(183,218,189) instead hex code.

Text Font Color

.myTextColor { color: #B7DABD; }

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

This text font color is #B7DABD.


Background Color

.myBgColor { background-color: #B7DABD; }

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

This div background color is #B7DABD.


Border color

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

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

This div border color is #B7DABD.


Opacity

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

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

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

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

This text has shadow with #B7DABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7DABD on black background.


Color preview on white background

This text has color #B7DABD on white background.



Black color preview on #B7DABD background

This text has black color on #B7DABD background.


White color preview on #B7DABD background

This text has white color on #B7DABD background.