COLOR #B2D1CC

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

Color info

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

RGB color model

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

RGB: (178,209,204) (70%, 82%, 80%)

RGB channels and saturation

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

178
209
204

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

Portions of RGB colors in percentages

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

%30.12
%35.36
%34.52

CMYK color model

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

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 18.04%

CMYK: (15,0,2,18)
C15M0Y2K18 (15%, 0%, 2%, 18%)
(0.15 / 0.00 / 0.02 / 0.18)

CMYK percentages

%14.83
%0
%2.39
%18.04

Codes

Color #B2D1CC in popluar color models

B2 D1 CC
RGB 178 209 204
HSL 170° 25.20% 75.88%
HSB/HSV 170° 14.83% 81.96%
CMYK 14.83% 0.00% 2.39%
18.04%

Color #B2D1CC in popluar number systems.

HEX B2 D1 CC
Decimal 178 209 204
Binary 10110010 11010001 11001100
Octal 262 321 314

Shades and tints

Shades of #B2D1CC

#B2D1CC
(178,209,204)
#A2BEBA
(162,190,186)
#92ABA8
(146,171,168)
#829896
(130,152,150)
#728584
(114,133,132)
#627272
(98,114,114)
#525F60
(82,95,96)
#424C4E
(66,76,78)
#32393C
(50,57,60)
#22262A
(34,38,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #B2D1CC

#B2D1CC
(178,209,204)
#B9D5D0
(185,213,208)
#C0D9D4
(192,217,212)
#C7DDD8
(199,221,216)
#CEE1DC
(206,225,220)
#D5E5E0
(213,229,224)
#DCE9E4
(220,233,228)
#E3EDE8
(227,237,232)
#EAF1EC
(234,241,236)
#F1F5F0
(241,245,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D1CC; }

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

This text font color is #B2D1CC.

Background Color

.myBgColor { background-color: #B2D1CC; }

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

This div background color is #B2D1CC.

Border color

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

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

This div border color is #B2D1CC.

Opacity

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

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

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

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

This text has shadow with #B2D1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D1CC.

Preview

Color preview on black background

This text has color #B2D1CC on black background.


Color preview on white background

This text has color #B2D1CC on white background.


Black color preview on #B2D1CC background

This text has black color on #B2D1CC background.


White color preview on #B2D1CC background

This text has white color on #B2D1CC background.


Related colors

Complementary color

Complementary color for #hex is #4D2E33.


I love getcolorcode.com

Triadic colors

1 #CCB2D1 and #D1CCB2 with #B2D1CC are triadic colors.

2 #CCD1B2 and #D1B2CC with #B2D1CC are triadic colors.