COLOR #8FBCD4

HEX: #8FBCD4 RGB: (143,188,212)

Color info

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

RGB color model

#8FBCD4 color RGB value is (143,188,212).

RGB: (143,188,212) (56%, 74%, 83%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 212 of 255 = 83%

143
188
212

R + G + B ~ 71%. #8FBCD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 188 + 212 = 543 (100%)
R 143 of 543 ~ 26.34%
G 188 of 543 ~ 34.62%
B 212 of 543 ~ 39.04'%

%26.34
%34.62
%39.04

CMYK color model

#8FBCD4 color CMYK value is (33,11,0,17).

  • cyan value is 32.55%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (33,11,0,17)
C33M11Y0K17 (33%, 11%, 0%, 17%)
(0.33 / 0.11 / 0.00 / 0.17)

CMYK percentages

%32.55
%11.32
%0
%16.86

Codes

Color #8FBCD4 in popluar color models

8F BC D4
RGB 143 188 212
HSL 201° 44.52% 69.61%
HSB/HSV 201° 32.55% 83.14%
CMYK 32.55% 11.32% 0.00%
16.86%

Color #8FBCD4 in popluar number systems.

HEX 8F BC D4
Decimal 143 188 212
Binary 10001111 10111100 11010100
Octal 217 274 324

Shades and tints

Shades of #8FBCD4

#8FBCD4
(143,188,212)
#82ABC1
(130,171,193)
#759AAE
(117,154,174)
#68899B
(104,137,155)
#5B7888
(91,120,136)
#4E6775
(78,103,117)
#415662
(65,86,98)
#34454F
(52,69,79)
#27343C
(39,52,60)
#1A2329
(26,35,41)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #8FBCD4

#8FBCD4
(143,188,212)
#99C2D7
(153,194,215)
#A3C8DA
(163,200,218)
#ADCEDD
(173,206,221)
#B7D4E0
(183,212,224)
#C1DAE3
(193,218,227)
#CBE0E6
(203,224,230)
#D5E6E9
(213,230,233)
#DFECEC
(223,236,236)
#E9F2EF
(233,242,239)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBCD4 color. Also use rgb(143,188,212) instead hex code.

Text Font Color

.myTextColor { color: #8FBCD4; }

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

This text font color is #8FBCD4.

Background Color

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

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

This div background color is #8FBCD4.

Border color

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

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

This div border color is #8FBCD4.

Opacity

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

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

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

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

This text has shadow with #8FBCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBCD4.

Preview

Color preview on black background

This text has color #8FBCD4 on black background.


Color preview on white background

This text has color #8FBCD4 on white background.


Black color preview on #8FBCD4 background

This text has black color on #8FBCD4 background.


White color preview on #8FBCD4 background

This text has white color on #8FBCD4 background.


Related colors

Complementary color

Complementary color for #hex is #70432B.


I love getcolorcode.com

Triadic colors

1 #D48FBC and #BCD48F with #8FBCD4 are triadic colors.

2 #D4BC8F and #BC8FD4 with #8FBCD4 are triadic colors.