COLOR #B2CCD1

HEX: #B2CCD1
RGB: (178,204,209)

Color info

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

RGB color model

#B2CCD1 color RGB value is (178,204,209).

  • red value is 178;
  • green value is 204;
  • blue value is 209.
RGB:
(178,204,209)
(70%,80%,82%)

RGB channels and saturation

R 178 of 255 = 70%
G 204 of 255 = 80%
B 209 of 255 = 82%

178
204
209

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

Portions of RGB colors in percentages

R + G + B =
178 + 204 + 209 = 591 (100%)
R 178 of 591 ~ 30.12%
G 204 of 591 ~ 34.52%
B 209 of 591 ~ 35.36%

%30.12
%34.52
%35.36

CMYK color model

#B2CCD1 color CMYK value is (15,2,0,18).

  • cyan value is 14.83%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,2,0,18)
C15M2Y0K18 
(15%,2%,0%,18%)
(0.15/0.02/0.00/0.18)	

CMYK percentages

%14.83
%2.39
%0
%18.04

Codes

Color #B2CCD1 in popluar color models

B2CCD1
RGB178204209
HSL190°25.20%75.88%
HSB/HSV190°14.83%81.96%
CMYK14.83%2.39%0.00%
18.04%

Color #B2CCD1 in popluar number systems.

HEXB2CCD1
Decimal178204209
Binary101100101100110011010001
Octal262314321

Shades and tints

Shades of #B2CCD1

#B2CCD1
(178,204,209)
#A2BABE
(162,186,190)
#92A8AB
(146,168,171)
#829698
(130,150,152)
#728485
(114,132,133)
#627272
(98,114,114)
#52605F
(82,96,95)
#424E4C
(66,78,76)
#323C39
(50,60,57)
#222A26
(34,42,38)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #B2CCD1

#B2CCD1
(178,204,209)
#B9D0D5
(185,208,213)
#C0D4D9
(192,212,217)
#C7D8DD
(199,216,221)
#CEDCE1
(206,220,225)
#D5E0E5
(213,224,229)
#DCE4E9
(220,228,233)
#E3E8ED
(227,232,237)
#EAECF1
(234,236,241)
#F1F0F5
(241,240,245)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CCD1; }

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

This text font color is #B2CCD1.


Background Color

.myBgColor { background-color: #B2CCD1; }

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

This div background color is #B2CCD1.


Border color

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

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

This div border color is #B2CCD1.


Opacity

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

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

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

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

This text has shadow with #B2CCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CCD1 on black background.


Color preview on white background

This text has color #B2CCD1 on white background.



Black color preview on #B2CCD1 background

This text has black color on #B2CCD1 background.


White color preview on #B2CCD1 background

This text has white color on #B2CCD1 background.