COLOR #B2C1DC

HEX: #B2C1DC RGB: (178,193,220)

Color info

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

RGB color model

#B2C1DC color RGB value is (178,193,220).

RGB: (178,193,220) (70%, 76%, 86%)

RGB channels and saturation

R 178 of 255 = 70%
G 193 of 255 = 76%
B 220 of 255 = 86%

178
193
220

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

Portions of RGB colors in percentages

R + G + B = 178 + 193 + 220 = 591 (100%)
R 178 of 591 ~ 30.12%
G 193 of 591 ~ 32.66%
B 220 of 591 ~ 37.23'%

%30.12
%32.66
%37.23

CMYK color model

#B2C1DC color CMYK value is (19,12,0,14).

  • cyan value is 19.09%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (19,12,0,14)
C19M12Y0K14 (19%, 12%, 0%, 14%)
(0.19 / 0.12 / 0.00 / 0.14)

CMYK percentages

%19.09
%12.27
%0
%13.73

Codes

Color #B2C1DC in popluar color models

B2 C1 DC
RGB 178 193 220
HSL 219° 37.50% 78.04%
HSB/HSV 219° 19.09% 86.27%
CMYK 19.09% 12.27% 0.00%
13.73%

Color #B2C1DC in popluar number systems.

HEX B2 C1 DC
Decimal 178 193 220
Binary 10110010 11000001 11011100
Octal 262 301 334

Shades and tints

Shades of #B2C1DC

#B2C1DC
(178,193,220)
#A2B0C8
(162,176,200)
#929FB4
(146,159,180)
#828EA0
(130,142,160)
#727D8C
(114,125,140)
#626C78
(98,108,120)
#525B64
(82,91,100)
#424A50
(66,74,80)
#32393C
(50,57,60)
#222828
(34,40,40)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2C1DC

#B2C1DC
(178,193,220)
#B9C6DF
(185,198,223)
#C0CBE2
(192,203,226)
#C7D0E5
(199,208,229)
#CED5E8
(206,213,232)
#D5DAEB
(213,218,235)
#DCDFEE
(220,223,238)
#E3E4F1
(227,228,241)
#EAE9F4
(234,233,244)
#F1EEF7
(241,238,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C1DC color. Also use rgb(178,193,220) instead hex code.

Text Font Color

.myTextColor { color: #B2C1DC; }

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

This text font color is #B2C1DC.

Background Color

.myBgColor { background-color: #B2C1DC; }

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

This div background color is #B2C1DC.

Border color

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

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

This div border color is #B2C1DC.

Opacity

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

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

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

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

This text has shadow with #B2C1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C1DC.

Preview

Color preview on black background

This text has color #B2C1DC on black background.


Color preview on white background

This text has color #B2C1DC on white background.


Black color preview on #B2C1DC background

This text has black color on #B2C1DC background.


White color preview on #B2C1DC background

This text has white color on #B2C1DC background.


Related colors

Complementary color

Complementary color for #hex is #4D3E23.


I love getcolorcode.com

Triadic colors

1 #DCB2C1 and #C1DCB2 with #B2C1DC are triadic colors.

2 #DCC1B2 and #C1B2DC with #B2C1DC are triadic colors.