COLOR #8DB5C3

HEX: #8DB5C3
RGB: (141,181,195)

Color info

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

RGB color model

#8DB5C3 color RGB value is (141,181,195).

  • red value is 141;
  • green value is 181;
  • blue value is 195.
RGB:
(141,181,195)
(55%,71%,76%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 195 of 255 = 76%

141
181
195

R + G + B ~ 67%. #8DB5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 181 + 195 = 517 (100%)
R 141 of 517 ~ 27.27%
G 181 of 517 ~ 35.01%
B 195 of 517 ~ 37.72%

%27.27
%35.01
%37.72

CMYK color model

#8DB5C3 color CMYK value is (28,7,0,24).

  • cyan value is 27.69%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(28,7,0,24)
C28M7Y0K24 
(28%,7%,0%,24%)
(0.28/0.07/0.00/0.24)	

CMYK percentages

%27.69
%7.18
%0
%23.53

Codes

Color #8DB5C3 in popluar color models

8DB5C3
RGB141181195
HSL196°31.03%65.88%
HSB/HSV196°27.69%76.47%
CMYK27.69%7.18%0.00%
23.53%

Color #8DB5C3 in popluar number systems.

HEX8DB5C3
Decimal141181195
Binary100011011011010111000011
Octal215265303

Shades and tints

Shades of #8DB5C3

#8DB5C3
(141,181,195)
#81A5B2
(129,165,178)
#7595A1
(117,149,161)
#698590
(105,133,144)
#5D757F
(93,117,127)
#51656E
(81,101,110)
#45555D
(69,85,93)
#39454C
(57,69,76)
#2D353B
(45,53,59)
#21252A
(33,37,42)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #8DB5C3

#8DB5C3
(141,181,195)
#97BBC8
(151,187,200)
#A1C1CD
(161,193,205)
#ABC7D2
(171,199,210)
#B5CDD7
(181,205,215)
#BFD3DC
(191,211,220)
#C9D9E1
(201,217,225)
#D3DFE6
(211,223,230)
#DDE5EB
(221,229,235)
#E7EBF0
(231,235,240)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB5C3 color. Also use rgb(141,181,195) instead hex code.

Text Font Color

.myTextColor { color: #8DB5C3; }

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

This text font color is #8DB5C3.


Background Color

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

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

This div background color is #8DB5C3.


Border color

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

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

This div border color is #8DB5C3.


Opacity

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

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

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

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

This text has shadow with #8DB5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB5C3 on black background.


Color preview on white background

This text has color #8DB5C3 on white background.



Black color preview on #8DB5C3 background

This text has black color on #8DB5C3 background.


White color preview on #8DB5C3 background

This text has white color on #8DB5C3 background.