COLOR #8FB1DB

HEX: #8FB1DB RGB: (143,177,219)

Color info

#8FB1DB contains mainly green and blue colors. Web safe color of #8FB1DB is #9999CC (or #99C).

RGB color model

#8FB1DB color RGB value is (143,177,219).

RGB: (143,177,219) (56%, 69%, 86%)

RGB channels and saturation

R 143 of 255 = 56%
G 177 of 255 = 69%
B 219 of 255 = 86%

143
177
219

R + G + B ~ 70%. #8FB1DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 177 + 219 = 539 (100%)
R 143 of 539 ~ 26.53%
G 177 of 539 ~ 32.84%
B 219 of 539 ~ 40.63'%

%26.53
%32.84
%40.63

CMYK color model

#8FB1DB color CMYK value is (35,19,0,14).

  • cyan value is 34.70%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (35,19,0,14)
C35M19Y0K14 (35%, 19%, 0%, 14%)
(0.35 / 0.19 / 0.00 / 0.14)

CMYK percentages

%34.7
%19.18
%0
%14.12

Codes

Color #8FB1DB in popluar color models

8F B1 DB
RGB 143 177 219
HSL 213° 51.35% 70.98%
HSB/HSV 213° 34.70% 85.88%
CMYK 34.70% 19.18% 0.00%
14.12%

Color #8FB1DB in popluar number systems.

HEX 8F B1 DB
Decimal 143 177 219
Binary 10001111 10110001 11011011
Octal 217 261 333

Shades and tints

Shades of #8FB1DB

#8FB1DB
(143,177,219)
#82A1C8
(130,161,200)
#7591B5
(117,145,181)
#6881A2
(104,129,162)
#5B718F
(91,113,143)
#4E617C
(78,97,124)
#415169
(65,81,105)
#344156
(52,65,86)
#273143
(39,49,67)
#1A2130
(26,33,48)
#0D111D
(13,17,29)
#000000
(0,0,0)

Tints of #8FB1DB

#8FB1DB
(143,177,219)
#99B8DE
(153,184,222)
#A3BFE1
(163,191,225)
#ADC6E4
(173,198,228)
#B7CDE7
(183,205,231)
#C1D4EA
(193,212,234)
#CBDBED
(203,219,237)
#D5E2F0
(213,226,240)
#DFE9F3
(223,233,243)
#E9F0F6
(233,240,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB1DB color. Also use rgb(143,177,219) instead hex code.

Text Font Color

.myTextColor { color: #8FB1DB; }

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

This text font color is #8FB1DB.

Background Color

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

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

This div background color is #8FB1DB.

Border color

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

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

This div border color is #8FB1DB.

Opacity

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

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

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

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

This text has shadow with #8FB1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB1DB.

Preview

Color preview on black background

This text has color #8FB1DB on black background.


Color preview on white background

This text has color #8FB1DB on white background.


Black color preview on #8FB1DB background

This text has black color on #8FB1DB background.


White color preview on #8FB1DB background

This text has white color on #8FB1DB background.


Related colors

Complementary color

Complementary color for #hex is #704E24.


I love getcolorcode.com

Triadic colors

1 #DB8FB1 and #B1DB8F with #8FB1DB are triadic colors.

2 #DBB18F and #B18FDB with #8FB1DB are triadic colors.