COLOR #B2D7C0

HEX: #B2D7C0
RGB: (178,215,192)

Color info

#B2D7C0 contains red, green and blue colors in about the same proportion. Web safe color of #B2D7C0 is #99CCCC (or #9CC).

RGB color model

#B2D7C0 color RGB value is (178,215,192).

  • red value is 178;
  • green value is 215;
  • blue value is 192.
RGB:
(178,215,192)
(70%,84%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 215 of 255 = 84%
B 192 of 255 = 75%

178
215
192

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

Portions of RGB colors in percentages

R + G + B =
178 + 215 + 192 = 585 (100%)
R 178 of 585 ~ 30.43%
G 215 of 585 ~ 36.75%
B 192 of 585 ~ 32.82%

%30.43
%36.75
%32.82

CMYK color model

#B2D7C0 color CMYK value is (17,0,11,16).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(17,0,11,16)
C17M0Y11K16 
(17%,0%,11%,16%)
(0.17/0.00/0.11/0.16)	

CMYK percentages

%17.21
%0
%10.7
%15.69

Codes

Color #B2D7C0 in popluar color models

B2D7C0
RGB178215192
HSL143°31.62%77.06%
HSB/HSV143°17.21%84.31%
CMYK17.21%0.00%10.70%
15.69%

Color #B2D7C0 in popluar number systems.

HEXB2D7C0
Decimal178215192
Binary101100101101011111000000
Octal262327300

Shades and tints

Shades of #B2D7C0

#B2D7C0
(178,215,192)
#A2C4AF
(162,196,175)
#92B19E
(146,177,158)
#829E8D
(130,158,141)
#728B7C
(114,139,124)
#62786B
(98,120,107)
#52655A
(82,101,90)
#425249
(66,82,73)
#323F38
(50,63,56)
#222C27
(34,44,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2D7C0

#B2D7C0
(178,215,192)
#B9DAC5
(185,218,197)
#C0DDCA
(192,221,202)
#C7E0CF
(199,224,207)
#CEE3D4
(206,227,212)
#D5E6D9
(213,230,217)
#DCE9DE
(220,233,222)
#E3ECE3
(227,236,227)
#EAEFE8
(234,239,232)
#F1F2ED
(241,242,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D7C0 color. Also use rgb(178,215,192) instead hex code.

Text Font Color

.myTextColor { color: #B2D7C0; }

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

This text font color is #B2D7C0.


Background Color

.myBgColor { background-color: #B2D7C0; }

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

This div background color is #B2D7C0.


Border color

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

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

This div border color is #B2D7C0.


Opacity

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

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

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

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

This text has shadow with #B2D7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D7C0 on black background.


Color preview on white background

This text has color #B2D7C0 on white background.



Black color preview on #B2D7C0 background

This text has black color on #B2D7C0 background.


White color preview on #B2D7C0 background

This text has white color on #B2D7C0 background.