COLOR #8FC7DB

HEX: #8FC7DB RGB: (143,199,219)

Color info

#8FC7DB contains mainly green and blue colors. Web safe color of #8FC7DB is #99CCCC (or #9CC).

RGB color model

#8FC7DB color RGB value is (143,199,219).

RGB: (143,199,219) (56%, 78%, 86%)

RGB channels and saturation

R 143 of 255 = 56%
G 199 of 255 = 78%
B 219 of 255 = 86%

143
199
219

R + G + B ~ 73%. #8FC7DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 199 + 219 = 561 (100%)
R 143 of 561 ~ 25.49%
G 199 of 561 ~ 35.47%
B 219 of 561 ~ 39.04'%

%25.49
%35.47
%39.04

CMYK color model

#8FC7DB color CMYK value is (35,9,0,14).

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

CMYK: (35,9,0,14)
C35M9Y0K14 (35%, 9%, 0%, 14%)
(0.35 / 0.09 / 0.00 / 0.14)

CMYK percentages

%34.7
%9.13
%0
%14.12

Codes

Color #8FC7DB in popluar color models

8F C7 DB
RGB 143 199 219
HSL 196° 51.35% 70.98%
HSB/HSV 196° 34.70% 85.88%
CMYK 34.70% 9.13% 0.00%
14.12%

Color #8FC7DB in popluar number systems.

HEX 8F C7 DB
Decimal 143 199 219
Binary 10001111 11000111 11011011
Octal 217 307 333

Shades and tints

Shades of #8FC7DB

#8FC7DB
(143,199,219)
#82B5C8
(130,181,200)
#75A3B5
(117,163,181)
#6891A2
(104,145,162)
#5B7F8F
(91,127,143)
#4E6D7C
(78,109,124)
#415B69
(65,91,105)
#344956
(52,73,86)
#273743
(39,55,67)
#1A2530
(26,37,48)
#0D131D
(13,19,29)
#000000
(0,0,0)

Tints of #8FC7DB

#8FC7DB
(143,199,219)
#99CCDE
(153,204,222)
#A3D1E1
(163,209,225)
#ADD6E4
(173,214,228)
#B7DBE7
(183,219,231)
#C1E0EA
(193,224,234)
#CBE5ED
(203,229,237)
#D5EAF0
(213,234,240)
#DFEFF3
(223,239,243)
#E9F4F6
(233,244,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC7DB; }

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

This text font color is #8FC7DB.

Background Color

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

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

This div background color is #8FC7DB.

Border color

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

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

This div border color is #8FC7DB.

Opacity

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

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

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

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

This text has shadow with #8FC7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC7DB.

Preview

Color preview on black background

This text has color #8FC7DB on black background.


Color preview on white background

This text has color #8FC7DB on white background.


Black color preview on #8FC7DB background

This text has black color on #8FC7DB background.


White color preview on #8FC7DB background

This text has white color on #8FC7DB background.


Related colors

Complementary color

Complementary color for #hex is #703824.


I love getcolorcode.com

Triadic colors

1 #DB8FC7 and #C7DB8F with #8FC7DB are triadic colors.

2 #DBC78F and #C78FDB with #8FC7DB are triadic colors.