COLOR #B2CCCF

HEX: #B2CCCF RGB: (178,204,207)

Color info

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

RGB color model

#B2CCCF color RGB value is (178,204,207).

RGB: (178,204,207) (70%, 80%, 81%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 207 of 255 = 81%

178
204
207

R + G + B ~ 77%. #B2CCCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 204 + 207 = 589 (100%)
R 178 of 589 ~ 30.22%
G 204 of 589 ~ 34.63%
B 207 of 589 ~ 35.14'%

%30.22
%34.63
%35.14

CMYK color model

#B2CCCF color CMYK value is (14,1,0,19).

  • cyan value is 14.01%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (14,1,0,19)
C14M1Y0K19 (14%, 1%, 0%, 19%)
(0.14 / 0.01 / 0.00 / 0.19)

CMYK percentages

%14.01
%1.45
%0
%18.82

Codes

Color #B2CCCF in popluar color models

B2 CC CF
RGB 178 204 207
HSL 186° 23.20% 75.49%
HSB/HSV 186° 14.01% 81.18%
CMYK 14.01% 1.45% 0.00%
18.82%

Color #B2CCCF in popluar number systems.

HEX B2 CC CF
Decimal 178 204 207
Binary 10110010 11001100 11001111
Octal 262 314 317

Shades and tints

Shades of #B2CCCF

#B2CCCF
(178,204,207)
#A2BABD
(162,186,189)
#92A8AB
(146,168,171)
#829699
(130,150,153)
#728487
(114,132,135)
#627275
(98,114,117)
#526063
(82,96,99)
#424E51
(66,78,81)
#323C3F
(50,60,63)
#222A2D
(34,42,45)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #B2CCCF

#B2CCCF
(178,204,207)
#B9D0D3
(185,208,211)
#C0D4D7
(192,212,215)
#C7D8DB
(199,216,219)
#CEDCDF
(206,220,223)
#D5E0E3
(213,224,227)
#DCE4E7
(220,228,231)
#E3E8EB
(227,232,235)
#EAECEF
(234,236,239)
#F1F0F3
(241,240,243)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCCF; }

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

This text font color is #B2CCCF.

Background Color

.myBgColor { background-color: #B2CCCF; }

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

This div background color is #B2CCCF.

Border color

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

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

This div border color is #B2CCCF.

Opacity

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

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

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

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

This text has shadow with #B2CCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2CCCF.

Preview

Color preview on black background

This text has color #B2CCCF on black background.


Color preview on white background

This text has color #B2CCCF on white background.


Black color preview on #B2CCCF background

This text has black color on #B2CCCF background.


White color preview on #B2CCCF background

This text has white color on #B2CCCF background.


Related colors

Complementary color

Complementary color for #hex is #4D3330.


I love getcolorcode.com

Triadic colors

1 #CFB2CC and #CCCFB2 with #B2CCCF are triadic colors.

2 #CFCCB2 and #CCB2CF with #B2CCCF are triadic colors.