COLOR #B2C8CD

HEX: #B2C8CD RGB: (178,200,205)

Color info

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

RGB color model

#B2C8CD color RGB value is (178,200,205).

RGB: (178,200,205) (70%, 78%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 200 of 255 = 78%
B 205 of 255 = 80%

178
200
205

R + G + B ~ 76%. #B2C8CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 200 + 205 = 583 (100%)
R 178 of 583 ~ 30.53%
G 200 of 583 ~ 34.31%
B 205 of 583 ~ 35.16'%

%30.53
%34.31
%35.16

CMYK color model

#B2C8CD color CMYK value is (13,2,0,20).

  • cyan value is 13.17%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (13,2,0,20)
C13M2Y0K20 (13%, 2%, 0%, 20%)
(0.13 / 0.02 / 0.00 / 0.20)

CMYK percentages

%13.17
%2.44
%0
%19.61

Codes

Color #B2C8CD in popluar color models

B2 C8 CD
RGB 178 200 205
HSL 191° 21.26% 75.10%
HSB/HSV 191° 13.17% 80.39%
CMYK 13.17% 2.44% 0.00%
19.61%

Color #B2C8CD in popluar number systems.

HEX B2 C8 CD
Decimal 178 200 205
Binary 10110010 11001000 11001101
Octal 262 310 315

Shades and tints

Shades of #B2C8CD

#B2C8CD
(178,200,205)
#A2B6BB
(162,182,187)
#92A4A9
(146,164,169)
#829297
(130,146,151)
#728085
(114,128,133)
#626E73
(98,110,115)
#525C61
(82,92,97)
#424A4F
(66,74,79)
#32383D
(50,56,61)
#22262B
(34,38,43)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2C8CD

#B2C8CD
(178,200,205)
#B9CDD1
(185,205,209)
#C0D2D5
(192,210,213)
#C7D7D9
(199,215,217)
#CEDCDD
(206,220,221)
#D5E1E1
(213,225,225)
#DCE6E5
(220,230,229)
#E3EBE9
(227,235,233)
#EAF0ED
(234,240,237)
#F1F5F1
(241,245,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C8CD; }

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

This text font color is #B2C8CD.

Background Color

.myBgColor { background-color: #B2C8CD; }

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

This div background color is #B2C8CD.

Border color

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

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

This div border color is #B2C8CD.

Opacity

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

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

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

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

This text has shadow with #B2C8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C8CD.

Preview

Color preview on black background

This text has color #B2C8CD on black background.


Color preview on white background

This text has color #B2C8CD on white background.


Black color preview on #B2C8CD background

This text has black color on #B2C8CD background.


White color preview on #B2C8CD background

This text has white color on #B2C8CD background.


Related colors

Complementary color

Complementary color for #hex is #4D3732.


I love getcolorcode.com

Triadic colors

1 #CDB2C8 and #C8CDB2 with #B2C8CD are triadic colors.

2 #CDC8B2 and #C8B2CD with #B2C8CD are triadic colors.