COLOR #8CBBB4

HEX: #8CBBB4
RGB: (140,187,180)

Color info

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

RGB color model

#8CBBB4 color RGB value is (140,187,180).

  • red value is 140;
  • green value is 187;
  • blue value is 180.
RGB:
(140,187,180)
(55%,73%,71%)

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 180 of 255 = 71%

140
187
180

R + G + B ~ 66%. #8CBBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 187 + 180 = 507 (100%)
R 140 of 507 ~ 27.61%
G 187 of 507 ~ 36.88%
B 180 of 507 ~ 35.5%

%27.61
%36.88
%35.5

CMYK color model

#8CBBB4 color CMYK value is (25,0,4,27).

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(25,0,4,27)
C25M0Y4K27 
(25%,0%,4%,27%)
(0.25/0.00/0.04/0.27)	

CMYK percentages

%25.13
%0
%3.74
%26.67

Codes

Color #8CBBB4 in popluar color models

8CBBB4
RGB140187180
HSL171°25.68%64.12%
HSB/HSV171°25.13%73.33%
CMYK25.13%0.00%3.74%
26.67%

Color #8CBBB4 in popluar number systems.

HEX8CBBB4
Decimal140187180
Binary100011001011101110110100
Octal214273264

Shades and tints

Shades of #8CBBB4

#8CBBB4
(140,187,180)
#80AAA4
(128,170,164)
#749994
(116,153,148)
#688884
(104,136,132)
#5C7774
(92,119,116)
#506664
(80,102,100)
#445554
(68,85,84)
#384444
(56,68,68)
#2C3334
(44,51,52)
#202224
(32,34,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8CBBB4

#8CBBB4
(140,187,180)
#96C1BA
(150,193,186)
#A0C7C0
(160,199,192)
#AACDC6
(170,205,198)
#B4D3CC
(180,211,204)
#BED9D2
(190,217,210)
#C8DFD8
(200,223,216)
#D2E5DE
(210,229,222)
#DCEBE4
(220,235,228)
#E6F1EA
(230,241,234)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBBB4 color. Also use rgb(140,187,180) instead hex code.

Text Font Color

.myTextColor { color: #8CBBB4; }

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

This text font color is #8CBBB4.


Background Color

.myBgColor { background-color: #8CBBB4; }

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

This div background color is #8CBBB4.


Border color

.myBorderColor { border: 1px solid #8CBBB4; }

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

This div border color is #8CBBB4.


Opacity

.myOpacity80 { color: #8CBBB4; opacity: 0.8; }

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

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

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

This text has shadow with #8CBBB4 color.

.textShadow {text-shadow: 3px 3px 1px #8CBBB4, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8CBBB4;
-webkit-box-shadow: 1px 1px 3px 2px #8CBBB4;
box-shadow:1px 1px 3px 2px #8CBBB4;">
Div content here</div>
This div box has shadow with color #8CBBB4.

Preview

Color preview on black background

This text has color #8CBBB4 on black background.


Color preview on white background

This text has color #8CBBB4 on white background.



Black color preview on #8CBBB4 background

This text has black color on #8CBBB4 background.


White color preview on #8CBBB4 background

This text has white color on #8CBBB4 background.