COLOR #B6CFD2

HEX: #B6CFD2
RGB: (182,207,210)

Color info

#B6CFD2 contains red, green and blue colors in about the same proportion. Web safe color of #B6CFD2 is #CCCCCC (or #CCC).

RGB color model

#B6CFD2 color RGB value is (182,207,210).

  • red value is 182;
  • green value is 207;
  • blue value is 210.
RGB:
(182,207,210)
(71%,81%,82%)

RGB channels and saturation

R 182 of 255 = 71%
G 207 of 255 = 81%
B 210 of 255 = 82%

182
207
210

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

Portions of RGB colors in percentages

R + G + B =
182 + 207 + 210 = 599 (100%)
R 182 of 599 ~ 30.38%
G 207 of 599 ~ 34.56%
B 210 of 599 ~ 35.06%

%30.38
%34.56
%35.06

CMYK color model

#B6CFD2 color CMYK value is (13,1,0,18).

  • cyan value is 13.33%
  • magenta value is 1.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,1,0,18)
C13M1Y0K18 
(13%,1%,0%,18%)
(0.13/0.01/0.00/0.18)	

CMYK percentages

%13.33
%1.43
%0
%17.65

Codes

Color #B6CFD2 in popluar color models

B6CFD2
RGB182207210
HSL186°23.73%76.86%
HSB/HSV186°13.33%82.35%
CMYK13.33%1.43%0.00%
17.65%

Color #B6CFD2 in popluar number systems.

HEXB6CFD2
Decimal182207210
Binary101101101100111111010010
Octal266317322

Shades and tints

Shades of #B6CFD2

#B6CFD2
(182,207,210)
#A6BDBF
(166,189,191)
#96ABAC
(150,171,172)
#869999
(134,153,153)
#768786
(118,135,134)
#667573
(102,117,115)
#566360
(86,99,96)
#46514D
(70,81,77)
#363F3A
(54,63,58)
#262D27
(38,45,39)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #B6CFD2

#B6CFD2
(182,207,210)
#BCD3D6
(188,211,214)
#C2D7DA
(194,215,218)
#C8DBDE
(200,219,222)
#CEDFE2
(206,223,226)
#D4E3E6
(212,227,230)
#DAE7EA
(218,231,234)
#E0EBEE
(224,235,238)
#E6EFF2
(230,239,242)
#ECF3F6
(236,243,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CFD2 color. Also use rgb(182,207,210) instead hex code.

Text Font Color

.myTextColor { color: #B6CFD2; }

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

This text font color is #B6CFD2.


Background Color

.myBgColor { background-color: #B6CFD2; }

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

This div background color is #B6CFD2.


Border color

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

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

This div border color is #B6CFD2.


Opacity

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

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

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

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

This text has shadow with #B6CFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CFD2 on black background.


Color preview on white background

This text has color #B6CFD2 on white background.



Black color preview on #B6CFD2 background

This text has black color on #B6CFD2 background.


White color preview on #B6CFD2 background

This text has white color on #B6CFD2 background.