COLOR #B2CADD

HEX: #B2CADD
RGB: (178,202,221)

Color info

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

RGB color model

#B2CADD color RGB value is (178,202,221).

  • red value is 178;
  • green value is 202;
  • blue value is 221.
RGB:
(178,202,221)
(70%,79%,87%)

RGB channels and saturation

R 178 of 255 = 70%
G 202 of 255 = 79%
B 221 of 255 = 87%

178
202
221

R + G + B ~ 79%. #B2CADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 202 + 221 = 601 (100%)
R 178 of 601 ~ 29.62%
G 202 of 601 ~ 33.61%
B 221 of 601 ~ 36.77%

%29.62
%33.61
%36.77

CMYK color model

#B2CADD color CMYK value is (19,9,0,13).

  • cyan value is 19.46%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,9,0,13)
C19M9Y0K13 
(19%,9%,0%,13%)
(0.19/0.09/0.00/0.13)	

CMYK percentages

%19.46
%8.6
%0
%13.33

Codes

Color #B2CADD in popluar color models

B2CADD
RGB178202221
HSL207°38.74%78.24%
HSB/HSV207°19.46%86.67%
CMYK19.46%8.60%0.00%
13.33%

Color #B2CADD in popluar number systems.

HEXB2CADD
Decimal178202221
Binary101100101100101011011101
Octal262312335

Shades and tints

Shades of #B2CADD

#B2CADD
(178,202,221)
#A2B8C9
(162,184,201)
#92A6B5
(146,166,181)
#8294A1
(130,148,161)
#72828D
(114,130,141)
#627079
(98,112,121)
#525E65
(82,94,101)
#424C51
(66,76,81)
#323A3D
(50,58,61)
#222829
(34,40,41)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #B2CADD

#B2CADD
(178,202,221)
#B9CEE0
(185,206,224)
#C0D2E3
(192,210,227)
#C7D6E6
(199,214,230)
#CEDAE9
(206,218,233)
#D5DEEC
(213,222,236)
#DCE2EF
(220,226,239)
#E3E6F2
(227,230,242)
#EAEAF5
(234,234,245)
#F1EEF8
(241,238,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CADD color. Also use rgb(178,202,221) instead hex code.

Text Font Color

.myTextColor { color: #B2CADD; }

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

This text font color is #B2CADD.


Background Color

.myBgColor { background-color: #B2CADD; }

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

This div background color is #B2CADD.


Border color

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

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

This div border color is #B2CADD.


Opacity

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

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

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

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

This text has shadow with #B2CADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CADD on black background.


Color preview on white background

This text has color #B2CADD on white background.



Black color preview on #B2CADD background

This text has black color on #B2CADD background.


White color preview on #B2CADD background

This text has white color on #B2CADD background.