COLOR #8FBECD

HEX: #8FBECD RGB: (143,190,205)

Color info

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

RGB color model

#8FBECD color RGB value is (143,190,205).

RGB: (143,190,205) (56%, 75%, 80%)

RGB channels and saturation

R 143 of 255 = 56%
G 190 of 255 = 75%
B 205 of 255 = 80%

143
190
205

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

Portions of RGB colors in percentages

R + G + B = 143 + 190 + 205 = 538 (100%)
R 143 of 538 ~ 26.58%
G 190 of 538 ~ 35.32%
B 205 of 538 ~ 38.1'%

%26.58
%35.32
%38.1

CMYK color model

#8FBECD color CMYK value is (30,7,0,20).

  • cyan value is 30.24%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (30,7,0,20)
C30M7Y0K20 (30%, 7%, 0%, 20%)
(0.30 / 0.07 / 0.00 / 0.20)

CMYK percentages

%30.24
%7.32
%0
%19.61

Codes

Color #8FBECD in popluar color models

8F BE CD
RGB 143 190 205
HSL 195° 38.27% 68.24%
HSB/HSV 195° 30.24% 80.39%
CMYK 30.24% 7.32% 0.00%
19.61%

Color #8FBECD in popluar number systems.

HEX 8F BE CD
Decimal 143 190 205
Binary 10001111 10111110 11001101
Octal 217 276 315

Shades and tints

Shades of #8FBECD

#8FBECD
(143,190,205)
#82ADBB
(130,173,187)
#759CA9
(117,156,169)
#688B97
(104,139,151)
#5B7A85
(91,122,133)
#4E6973
(78,105,115)
#415861
(65,88,97)
#34474F
(52,71,79)
#27363D
(39,54,61)
#1A252B
(26,37,43)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #8FBECD

#8FBECD
(143,190,205)
#99C3D1
(153,195,209)
#A3C8D5
(163,200,213)
#ADCDD9
(173,205,217)
#B7D2DD
(183,210,221)
#C1D7E1
(193,215,225)
#CBDCE5
(203,220,229)
#D5E1E9
(213,225,233)
#DFE6ED
(223,230,237)
#E9EBF1
(233,235,241)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBECD color. Also use rgb(143,190,205) instead hex code.

Text Font Color

.myTextColor { color: #8FBECD; }

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

This text font color is #8FBECD.

Background Color

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

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

This div background color is #8FBECD.

Border color

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

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

This div border color is #8FBECD.

Opacity

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

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

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

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

This text has shadow with #8FBECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBECD.

Preview

Color preview on black background

This text has color #8FBECD on black background.


Color preview on white background

This text has color #8FBECD on white background.


Black color preview on #8FBECD background

This text has black color on #8FBECD background.


White color preview on #8FBECD background

This text has white color on #8FBECD background.


Related colors

Complementary color

Complementary color for #hex is #704132.


I love getcolorcode.com

Triadic colors

1 #CD8FBE and #BECD8F with #8FBECD are triadic colors.

2 #CDBE8F and #BE8FCD with #8FBECD are triadic colors.