COLOR #B2D3C5

HEX: #B2D3C5 RGB: (178,211,197)

Color info

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

RGB color model

#B2D3C5 color RGB value is (178,211,197).

RGB: (178,211,197) (70%, 83%, 77%)

RGB channels and saturation

R 178 of 255 = 70%
G 211 of 255 = 83%
B 197 of 255 = 77%

178
211
197

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

Portions of RGB colors in percentages

R + G + B = 178 + 211 + 197 = 586 (100%)
R 178 of 586 ~ 30.38%
G 211 of 586 ~ 36.01%
B 197 of 586 ~ 33.62'%

%30.38
%36.01
%33.62

CMYK color model

#B2D3C5 color CMYK value is (16,0,7,17).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 17.25%

CMYK: (16,0,7,17)
C16M0Y7K17 (16%, 0%, 7%, 17%)
(0.16 / 0.00 / 0.07 / 0.17)

CMYK percentages

%15.64
%0
%6.64
%17.25

Codes

Color #B2D3C5 in popluar color models

B2 D3 C5
RGB 178 211 197
HSL 155° 27.27% 76.27%
HSB/HSV 155° 15.64% 82.75%
CMYK 15.64% 0.00% 6.64%
17.25%

Color #B2D3C5 in popluar number systems.

HEX B2 D3 C5
Decimal 178 211 197
Binary 10110010 11010011 11000101
Octal 262 323 305

Shades and tints

Shades of #B2D3C5

#B2D3C5
(178,211,197)
#A2C0B4
(162,192,180)
#92ADA3
(146,173,163)
#829A92
(130,154,146)
#728781
(114,135,129)
#627470
(98,116,112)
#52615F
(82,97,95)
#424E4E
(66,78,78)
#323B3D
(50,59,61)
#22282C
(34,40,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #B2D3C5

#B2D3C5
(178,211,197)
#B9D7CA
(185,215,202)
#C0DBCF
(192,219,207)
#C7DFD4
(199,223,212)
#CEE3D9
(206,227,217)
#D5E7DE
(213,231,222)
#DCEBE3
(220,235,227)
#E3EFE8
(227,239,232)
#EAF3ED
(234,243,237)
#F1F7F2
(241,247,242)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D3C5 color. Also use rgb(178,211,197) instead hex code.

Text Font Color

.myTextColor { color: #B2D3C5; }

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

This text font color is #B2D3C5.

Background Color

.myBgColor { background-color: #B2D3C5; }

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

This div background color is #B2D3C5.

Border color

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

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

This div border color is #B2D3C5.

Opacity

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

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

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

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

This text has shadow with #B2D3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2D3C5.

Preview

Color preview on black background

This text has color #B2D3C5 on black background.


Color preview on white background

This text has color #B2D3C5 on white background.


Black color preview on #B2D3C5 background

This text has black color on #B2D3C5 background.


White color preview on #B2D3C5 background

This text has white color on #B2D3C5 background.


Related colors

Complementary color

Complementary color for #hex is #4D2C3A.


I love getcolorcode.com

Triadic colors

1 #C5B2D3 and #D3C5B2 with #B2D3C5 are triadic colors.

2 #C5D3B2 and #D3B2C5 with #B2D3C5 are triadic colors.