COLOR #8FBBCA

HEX: #8FBBCA RGB: (143,187,202)

Color info

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

RGB color model

#8FBBCA color RGB value is (143,187,202).

RGB: (143,187,202) (56%, 73%, 79%)

RGB channels and saturation

R 143 of 255 = 56%
G 187 of 255 = 73%
B 202 of 255 = 79%

143
187
202

R + G + B ~ 69%. #8FBBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 187 + 202 = 532 (100%)
R 143 of 532 ~ 26.88%
G 187 of 532 ~ 35.15%
B 202 of 532 ~ 37.97'%

%26.88
%35.15
%37.97

CMYK color model

#8FBBCA color CMYK value is (29,7,0,21).

  • cyan value is 29.21%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (29,7,0,21)
C29M7Y0K21 (29%, 7%, 0%, 21%)
(0.29 / 0.07 / 0.00 / 0.21)

CMYK percentages

%29.21
%7.43
%0
%20.78

Codes

Color #8FBBCA in popluar color models

8F BB CA
RGB 143 187 202
HSL 195° 35.76% 67.65%
HSB/HSV 195° 29.21% 79.22%
CMYK 29.21% 7.43% 0.00%
20.78%

Color #8FBBCA in popluar number systems.

HEX 8F BB CA
Decimal 143 187 202
Binary 10001111 10111011 11001010
Octal 217 273 312

Shades and tints

Shades of #8FBBCA

#8FBBCA
(143,187,202)
#82AAB8
(130,170,184)
#7599A6
(117,153,166)
#688894
(104,136,148)
#5B7782
(91,119,130)
#4E6670
(78,102,112)
#41555E
(65,85,94)
#34444C
(52,68,76)
#27333A
(39,51,58)
#1A2228
(26,34,40)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8FBBCA

#8FBBCA
(143,187,202)
#99C1CE
(153,193,206)
#A3C7D2
(163,199,210)
#ADCDD6
(173,205,214)
#B7D3DA
(183,211,218)
#C1D9DE
(193,217,222)
#CBDFE2
(203,223,226)
#D5E5E6
(213,229,230)
#DFEBEA
(223,235,234)
#E9F1EE
(233,241,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBBCA color. Also use rgb(143,187,202) instead hex code.

Text Font Color

.myTextColor { color: #8FBBCA; }

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

This text font color is #8FBBCA.

Background Color

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

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

This div background color is #8FBBCA.

Border color

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

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

This div border color is #8FBBCA.

Opacity

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

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

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

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

This text has shadow with #8FBBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FBBCA.

Preview

Color preview on black background

This text has color #8FBBCA on black background.


Color preview on white background

This text has color #8FBBCA on white background.


Black color preview on #8FBBCA background

This text has black color on #8FBBCA background.


White color preview on #8FBBCA background

This text has white color on #8FBBCA background.


Related colors

Complementary color

Complementary color for #hex is #704435.


I love getcolorcode.com

Triadic colors

1 #CA8FBB and #BBCA8F with #8FBBCA are triadic colors.

2 #CABB8F and #BB8FCA with #8FBBCA are triadic colors.