COLOR #B7FDC7

HEX: #B7FDC7 RGB: (183,253,199)

Color info

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

RGB color model

#B7FDC7 color RGB value is (183,253,199).

RGB: (183,253,199) (72%, 99%, 78%)

RGB channels and saturation

R 183 of 255 = 72%
G 253 of 255 = 99%
B 199 of 255 = 78%

183
253
199

R + G + B ~ 83%. #B7FDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 253 + 199 = 635 (100%)
R 183 of 635 ~ 28.82%
G 253 of 635 ~ 39.84%
B 199 of 635 ~ 31.34'%

%28.82
%39.84
%31.34

CMYK color model

#B7FDC7 color CMYK value is (28,0,21,1).

  • cyan value is 27.67%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 0.78%

CMYK: (28,0,21,1)
C28M0Y21K1 (28%, 0%, 21%, 1%)
(0.28 / 0.00 / 0.21 / 0.01)

CMYK percentages

%27.67
%0
%21.34
%0.78

Codes

Color #B7FDC7 in popluar color models

B7 FD C7
RGB 183 253 199
HSL 134° 94.59% 85.49%
HSB/HSV 134° 27.67% 99.22%
CMYK 27.67% 0.00% 21.34%
0.78%

Color #B7FDC7 in popluar number systems.

HEX B7 FD C7
Decimal 183 253 199
Binary 10110111 11111101 11000111
Octal 267 375 307

Shades and tints

Shades of #B7FDC7

#B7FDC7
(183,253,199)
#A7E6B5
(167,230,181)
#97CFA3
(151,207,163)
#87B891
(135,184,145)
#77A17F
(119,161,127)
#678A6D
(103,138,109)
#57735B
(87,115,91)
#475C49
(71,92,73)
#374537
(55,69,55)
#272E25
(39,46,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #B7FDC7

#B7FDC7
(183,253,199)
#BDFDCC
(189,253,204)
#C3FDD1
(195,253,209)
#C9FDD6
(201,253,214)
#CFFDDB
(207,253,219)
#D5FDE0
(213,253,224)
#DBFDE5
(219,253,229)
#E1FDEA
(225,253,234)
#E7FDEF
(231,253,239)
#EDFDF4
(237,253,244)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7FDC7 color. Also use rgb(183,253,199) instead hex code.

Text Font Color

.myTextColor { color: #B7FDC7; }

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

This text font color is #B7FDC7.

Background Color

.myBgColor { background-color: #B7FDC7; }

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

This div background color is #B7FDC7.

Border color

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

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

This div border color is #B7FDC7.

Opacity

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

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

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

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

This text has shadow with #B7FDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7FDC7.

Preview

Color preview on black background

This text has color #B7FDC7 on black background.


Color preview on white background

This text has color #B7FDC7 on white background.


Black color preview on #B7FDC7 background

This text has black color on #B7FDC7 background.


White color preview on #B7FDC7 background

This text has white color on #B7FDC7 background.


Related colors

Complementary color

Complementary color for #hex is #480238.


I love getcolorcode.com

Triadic colors

1 #C7B7FD and #FDC7B7 with #B7FDC7 are triadic colors.

2 #C7FDB7 and #FDB7C7 with #B7FDC7 are triadic colors.