COLOR #B2CFD3

HEX: #B2CFD3
RGB: (178,207,211)

Color info

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

RGB color model

#B2CFD3 color RGB value is (178,207,211).

  • red value is 178;
  • green value is 207;
  • blue value is 211.
RGB: (178,207,211) (70%,81%,83%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 211 of 255 = 83%

178
207
211

R + G + B ~ 78%. #B2CFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 211 = 596 (100%)
R 178 of 596 ~ 29.87%
G 207 of 596 ~ 34.73%
B 211 of 596 ~ 35.4%

%29.87
%34.73
%35.4

CMYK color model

#B2CFD3 color CMYK value is (16,2,0,17).

  • cyan value is 15.64%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (16,2,0,17) C16M2Y0K17 (16%,2%,0%,17%) (0.16/0.02/0.00/0.17)

CMYK percentages

%15.64
%1.9
%0
%17.25

Codes

Color #B2CFD3 in popluar color models

B2CFD3
RGB178207211
HSL187°27.27%76.27%
HSB/HSV187°15.64%82.75%
CMYK15.64%1.90%0.00%
17.25%

Color #B2CFD3 in popluar number systems.

HEXB2CFD3
Decimal178207211
Binary101100101100111111010011
Octal262317323

Shades and tints

Shades of #B2CFD3

#B2CFD3
(178,207,211)
#A2BDC0
(162,189,192)
#92ABAD
(146,171,173)
#82999A
(130,153,154)
#728787
(114,135,135)
#627574
(98,117,116)
#526361
(82,99,97)
#42514E
(66,81,78)
#323F3B
(50,63,59)
#222D28
(34,45,40)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #B2CFD3

#B2CFD3
(178,207,211)
#B9D3D7
(185,211,215)
#C0D7DB
(192,215,219)
#C7DBDF
(199,219,223)
#CEDFE3
(206,223,227)
#D5E3E7
(213,227,231)
#DCE7EB
(220,231,235)
#E3EBEF
(227,235,239)
#EAEFF3
(234,239,243)
#F1F3F7
(241,243,247)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CFD3 color. Also use rgb(178,207,211) instead hex code.

Text Font Color

.myTextColor { color: #B2CFD3; }

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

This text font color is #B2CFD3.


Background Color

.myBgColor { background-color: #B2CFD3; }

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

This div background color is #B2CFD3.


Border color

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

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

This div border color is #B2CFD3.


Opacity

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

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

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

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

This text has shadow with #B2CFD3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2CFD3 on black background.


Color preview on white background

This text has color #B2CFD3 on white background.



Black color preview on #B2CFD3 background

This text has black color on #B2CFD3 background.


White color preview on #B2CFD3 background

This text has white color on #B2CFD3 background.