COLOR #B7F9CC

HEX: #B7F9CC
RGB: (183,249,204)

Color info

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

RGB color model

#B7F9CC color RGB value is (183,249,204).

  • red value is 183;
  • green value is 249;
  • blue value is 204.
RGB:
(183,249,204)
(72%,98%,80%)

RGB channels and saturation

R 183 of 255 = 72%
G 249 of 255 = 98%
B 204 of 255 = 80%

183
249
204

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

Portions of RGB colors in percentages

R + G + B =
183 + 249 + 204 = 636 (100%)
R 183 of 636 ~ 28.77%
G 249 of 636 ~ 39.15%
B 204 of 636 ~ 32.08%

%28.77
%39.15
%32.08

CMYK color model

#B7F9CC color CMYK value is (27,0,18,2).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(27,0,18,2)
C27M0Y18K2 
(27%,0%,18%,2%)
(0.27/0.00/0.18/0.02)	

CMYK percentages

%26.51
%0
%18.07
%2.35

Codes

Color #B7F9CC in popluar color models

B7F9CC
RGB183249204
HSL139°84.62%84.71%
HSB/HSV139°26.51%97.65%
CMYK26.51%0.00%18.07%
2.35%

Color #B7F9CC in popluar number systems.

HEXB7F9CC
Decimal183249204
Binary101101111111100111001100
Octal267371314

Shades and tints

Shades of #B7F9CC

#B7F9CC
(183,249,204)
#A7E3BA
(167,227,186)
#97CDA8
(151,205,168)
#87B796
(135,183,150)
#77A184
(119,161,132)
#678B72
(103,139,114)
#577560
(87,117,96)
#475F4E
(71,95,78)
#37493C
(55,73,60)
#27332A
(39,51,42)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #B7F9CC

#B7F9CC
(183,249,204)
#BDF9D0
(189,249,208)
#C3F9D4
(195,249,212)
#C9F9D8
(201,249,216)
#CFF9DC
(207,249,220)
#D5F9E0
(213,249,224)
#DBF9E4
(219,249,228)
#E1F9E8
(225,249,232)
#E7F9EC
(231,249,236)
#EDF9F0
(237,249,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7F9CC color. Also use rgb(183,249,204) instead hex code.

Text Font Color

.myTextColor { color: #B7F9CC; }

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

This text font color is #B7F9CC.


Background Color

.myBgColor { background-color: #B7F9CC; }

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

This div background color is #B7F9CC.


Border color

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

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

This div border color is #B7F9CC.


Opacity

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

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

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

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

This text has shadow with #B7F9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7F9CC on black background.


Color preview on white background

This text has color #B7F9CC on white background.



Black color preview on #B7F9CC background

This text has black color on #B7F9CC background.


White color preview on #B7F9CC background

This text has white color on #B7F9CC background.