COLOR #B0CDC3

HEX: #B0CDC3 RGB: (176,205,195)

Color info

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

RGB color model

#B0CDC3 color RGB value is (176,205,195).

RGB: (176,205,195) (69%, 80%, 76%)

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 195 of 255 = 76%

176
205
195

R + G + B ~ 75%. #B0CDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 205 + 195 = 576 (100%)
R 176 of 576 ~ 30.56%
G 205 of 576 ~ 35.59%
B 195 of 576 ~ 33.85'%

%30.56
%35.59
%33.85

CMYK color model

#B0CDC3 color CMYK value is (14,0,5,20).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 19.61%

CMYK: (14,0,5,20)
C14M0Y5K20 (14%, 0%, 5%, 20%)
(0.14 / 0.00 / 0.05 / 0.20)

CMYK percentages

%14.15
%0
%4.88
%19.61

Codes

Color #B0CDC3 in popluar color models

B0 CD C3
RGB 176 205 195
HSL 159° 22.48% 74.71%
HSB/HSV 159° 14.15% 80.39%
CMYK 14.15% 0.00% 4.88%
19.61%

Color #B0CDC3 in popluar number systems.

HEX B0 CD C3
Decimal 176 205 195
Binary 10110000 11001101 11000011
Octal 260 315 303

Shades and tints

Shades of #B0CDC3

#B0CDC3
(176,205,195)
#A0BBB2
(160,187,178)
#90A9A1
(144,169,161)
#809790
(128,151,144)
#70857F
(112,133,127)
#60736E
(96,115,110)
#50615D
(80,97,93)
#404F4C
(64,79,76)
#303D3B
(48,61,59)
#202B2A
(32,43,42)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #B0CDC3

#B0CDC3
(176,205,195)
#B7D1C8
(183,209,200)
#BED5CD
(190,213,205)
#C5D9D2
(197,217,210)
#CCDDD7
(204,221,215)
#D3E1DC
(211,225,220)
#DAE5E1
(218,229,225)
#E1E9E6
(225,233,230)
#E8EDEB
(232,237,235)
#EFF1F0
(239,241,240)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CDC3 color. Also use rgb(176,205,195) instead hex code.

Text Font Color

.myTextColor { color: #B0CDC3; }

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

This text font color is #B0CDC3.

Background Color

.myBgColor { background-color: #B0CDC3; }

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

This div background color is #B0CDC3.

Border color

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

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

This div border color is #B0CDC3.

Opacity

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

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

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

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

This text has shadow with #B0CDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CDC3.

Preview

Color preview on black background

This text has color #B0CDC3 on black background.


Color preview on white background

This text has color #B0CDC3 on white background.


Black color preview on #B0CDC3 background

This text has black color on #B0CDC3 background.


White color preview on #B0CDC3 background

This text has white color on #B0CDC3 background.


Related colors

Complementary color

Complementary color for #hex is #4F323C.


I love getcolorcode.com

Triadic colors

1 #C3B0CD and #CDC3B0 with #B0CDC3 are triadic colors.

2 #C3CDB0 and #CDB0C3 with #B0CDC3 are triadic colors.