COLOR #B2CDD0

HEX: #B2CDD0
RGB: (178,205,208)

Color info

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

RGB color model

#B2CDD0 color RGB value is (178,205,208).

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

RGB channels and saturation

R 178 of 255 = 70%
G 205 of 255 = 80%
B 208 of 255 = 82%

178
205
208

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

Portions of RGB colors in percentages

R + G + B =
178 + 205 + 208 = 591 (100%)
R 178 of 591 ~ 30.12%
G 205 of 591 ~ 34.69%
B 208 of 591 ~ 35.19%

%30.12
%34.69
%35.19

CMYK color model

#B2CDD0 color CMYK value is (14,1,0,18).

  • cyan value is 14.42%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(14,1,0,18)
C14M1Y0K18 
(14%,1%,0%,18%)
(0.14/0.01/0.00/0.18)	

CMYK percentages

%14.42
%1.44
%0
%18.43

Codes

Color #B2CDD0 in popluar color models

B2CDD0
RGB178205208
HSL186°24.19%75.69%
HSB/HSV186°14.42%81.57%
CMYK14.42%1.44%0.00%
18.43%

Color #B2CDD0 in popluar number systems.

HEXB2CDD0
Decimal178205208
Binary101100101100110111010000
Octal262315320

Shades and tints

Shades of #B2CDD0

#B2CDD0
(178,205,208)
#A2BBBE
(162,187,190)
#92A9AC
(146,169,172)
#82979A
(130,151,154)
#728588
(114,133,136)
#627376
(98,115,118)
#526164
(82,97,100)
#424F52
(66,79,82)
#323D40
(50,61,64)
#222B2E
(34,43,46)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #B2CDD0

#B2CDD0
(178,205,208)
#B9D1D4
(185,209,212)
#C0D5D8
(192,213,216)
#C7D9DC
(199,217,220)
#CEDDE0
(206,221,224)
#D5E1E4
(213,225,228)
#DCE5E8
(220,229,232)
#E3E9EC
(227,233,236)
#EAEDF0
(234,237,240)
#F1F1F4
(241,241,244)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CDD0 color. Also use rgb(178,205,208) instead hex code.

Text Font Color

.myTextColor { color: #B2CDD0; }

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

This text font color is #B2CDD0.


Background Color

.myBgColor { background-color: #B2CDD0; }

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

This div background color is #B2CDD0.


Border color

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

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

This div border color is #B2CDD0.


Opacity

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

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

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

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

This text has shadow with #B2CDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CDD0 on black background.


Color preview on white background

This text has color #B2CDD0 on white background.



Black color preview on #B2CDD0 background

This text has black color on #B2CDD0 background.


White color preview on #B2CDD0 background

This text has white color on #B2CDD0 background.