COLOR #B7FAD7

HEX: #B7FAD7 RGB: (183,250,215)

Color info

#B7FAD7 contains mainly green and blue colors. Web safe color of #B7FAD7 is #CCFFCC (or #CFC).

RGB color model

#B7FAD7 color RGB value is (183,250,215).

RGB: (183,250,215) (72%, 98%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 250 of 255 = 98%
B 215 of 255 = 84%

183
250
215

R + G + B ~ 85%. #B7FAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 250 + 215 = 648 (100%)
R 183 of 648 ~ 28.24%
G 250 of 648 ~ 38.58%
B 215 of 648 ~ 33.18'%

%28.24
%38.58
%33.18

CMYK color model

#B7FAD7 color CMYK value is (27,0,14,2).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 1.96%
CMYK: (27,0,14,2) C27M0Y14K2 (27%,0%,14%,2%) (0.27/0.00/0.14/0.02) 

CMYK percentages

%26.8
%0
%14
%1.96

Codes

Color #B7FAD7 in popluar color models

B7 FA D7
RGB 183 250 215
HSL 149° 87.01% 84.90%
HSB/HSV 149° 26.80% 98.04%
CMYK 26.80% 0.00% 14.00%
1.96%

Color #B7FAD7 in popluar number systems.

HEX B7 FA D7
Decimal 183 250 215
Binary 10110111 11111010 11010111
Octal 267 372 327

Shades and tints

Shades of #B7FAD7

#B7FAD7
(183,250,215)
#A7E4C4
(167,228,196)
#97CEB1
(151,206,177)
#87B89E
(135,184,158)
#77A28B
(119,162,139)
#678C78
(103,140,120)
#577665
(87,118,101)
#476052
(71,96,82)
#374A3F
(55,74,63)
#27342C
(39,52,44)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #B7FAD7

#B7FAD7
(183,250,215)
#BDFADA
(189,250,218)
#C3FADD
(195,250,221)
#C9FAE0
(201,250,224)
#CFFAE3
(207,250,227)
#D5FAE6
(213,250,230)
#DBFAE9
(219,250,233)
#E1FAEC
(225,250,236)
#E7FAEF
(231,250,239)
#EDFAF2
(237,250,242)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7FAD7 color. Also use rgb(183,250,215) instead hex code.

Text Font Color

.myTextColor { color: #B7FAD7; }

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

This text font color is #B7FAD7.

Background Color

.myBgColor { background-color: #B7FAD7; }

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

This div background color is #B7FAD7.

Border color

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

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

This div border color is #B7FAD7.

Opacity

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

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

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

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

This text has shadow with #B7FAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7FAD7.

Preview

Color preview on black background

This text has color #B7FAD7 on black background.


Color preview on white background

This text has color #B7FAD7 on white background.


Black color preview on #B7FAD7 background

This text has black color on #B7FAD7 background.


White color preview on #B7FAD7 background

This text has white color on #B7FAD7 background.


Related colors

Complementary color

Complementary color for #hex is #480528.


I love getcolorcode.com

Triadic colors

1 #D7B7FA and #FAD7B7 with #B7FAD7 are triadic colors.

2 #D7FAB7 and #FAB7D7 with #B7FAD7 are triadic colors.