COLOR #B2D2CA

HEX: #B2D2CA
RGB: (178,210,202)

Color info

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

RGB color model

#B2D2CA color RGB value is (178,210,202).

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

RGB channels and saturation

R 178 of 255 = 70%
G 210 of 255 = 82%
B 202 of 255 = 79%

178
210
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 210 + 202 = 590 (100%)
R 178 of 590 ~ 30.17%
G 210 of 590 ~ 35.59%
B 202 of 590 ~ 34.24%

%30.17
%35.59
%34.24

CMYK color model

#B2D2CA color CMYK value is (15,0,4,18).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(15,0,4,18)
C15M0Y4K18 
(15%,0%,4%,18%)
(0.15/0.00/0.04/0.18)	

CMYK percentages

%15.24
%0
%3.81
%17.65

Codes

Color #B2D2CA in popluar color models

B2D2CA
RGB178210202
HSL165°26.23%76.08%
HSB/HSV165°15.24%82.35%
CMYK15.24%0.00%3.81%
17.65%

Color #B2D2CA in popluar number systems.

HEXB2D2CA
Decimal178210202
Binary101100101101001011001010
Octal262322312

Shades and tints

Shades of #B2D2CA

#B2D2CA
(178,210,202)
#A2BFB8
(162,191,184)
#92ACA6
(146,172,166)
#829994
(130,153,148)
#728682
(114,134,130)
#627370
(98,115,112)
#52605E
(82,96,94)
#424D4C
(66,77,76)
#323A3A
(50,58,58)
#222728
(34,39,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B2D2CA

#B2D2CA
(178,210,202)
#B9D6CE
(185,214,206)
#C0DAD2
(192,218,210)
#C7DED6
(199,222,214)
#CEE2DA
(206,226,218)
#D5E6DE
(213,230,222)
#DCEAE2
(220,234,226)
#E3EEE6
(227,238,230)
#EAF2EA
(234,242,234)
#F1F6EE
(241,246,238)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D2CA; }

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

This text font color is #B2D2CA.


Background Color

.myBgColor { background-color: #B2D2CA; }

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

This div background color is #B2D2CA.


Border color

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

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

This div border color is #B2D2CA.


Opacity

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

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

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

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

This text has shadow with #B2D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D2CA on black background.


Color preview on white background

This text has color #B2D2CA on white background.



Black color preview on #B2D2CA background

This text has black color on #B2D2CA background.


White color preview on #B2D2CA background

This text has white color on #B2D2CA background.