COLOR #8FCAD1

HEX: #8FCAD1 RGB: (143,202,209)

Color info

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

RGB color model

#8FCAD1 color RGB value is (143,202,209).

RGB: (143,202,209) (56%, 79%, 82%)

RGB channels and saturation

R 143 of 255 = 56%
G 202 of 255 = 79%
B 209 of 255 = 82%

143
202
209

R + G + B ~ 72%. #8FCAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 202 + 209 = 554 (100%)
R 143 of 554 ~ 25.81%
G 202 of 554 ~ 36.46%
B 209 of 554 ~ 37.73'%

%25.81
%36.46
%37.73

CMYK color model

#8FCAD1 color CMYK value is (32,3,0,18).

  • cyan value is 31.58%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (32,3,0,18) C32M3Y0K18 (32%,3%,0%,18%) (0.32/0.03/0.00/0.18) 

CMYK percentages

%31.58
%3.35
%0
%18.04

Codes

Color #8FCAD1 in popluar color models

8F CA D1
RGB 143 202 209
HSL 186° 41.77% 69.02%
HSB/HSV 186° 31.58% 81.96%
CMYK 31.58% 3.35% 0.00%
18.04%

Color #8FCAD1 in popluar number systems.

HEX 8F CA D1
Decimal 143 202 209
Binary 10001111 11001010 11010001
Octal 217 312 321

Shades and tints

Shades of #8FCAD1

#8FCAD1
(143,202,209)
#82B8BE
(130,184,190)
#75A6AB
(117,166,171)
#689498
(104,148,152)
#5B8285
(91,130,133)
#4E7072
(78,112,114)
#415E5F
(65,94,95)
#344C4C
(52,76,76)
#273A39
(39,58,57)
#1A2826
(26,40,38)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #8FCAD1

#8FCAD1
(143,202,209)
#99CED5
(153,206,213)
#A3D2D9
(163,210,217)
#ADD6DD
(173,214,221)
#B7DAE1
(183,218,225)
#C1DEE5
(193,222,229)
#CBE2E9
(203,226,233)
#D5E6ED
(213,230,237)
#DFEAF1
(223,234,241)
#E9EEF5
(233,238,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCAD1; }

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

This text font color is #8FCAD1.

Background Color

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

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

This div background color is #8FCAD1.

Border color

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

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

This div border color is #8FCAD1.

Opacity

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

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

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

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

This text has shadow with #8FCAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCAD1.

Preview

Color preview on black background

This text has color #8FCAD1 on black background.


Color preview on white background

This text has color #8FCAD1 on white background.


Black color preview on #8FCAD1 background

This text has black color on #8FCAD1 background.


White color preview on #8FCAD1 background

This text has white color on #8FCAD1 background.


Related colors

Complementary color

Complementary color for #hex is #70352E.


I love getcolorcode.com

Triadic colors

1 #D18FCA and #CAD18F with #8FCAD1 are triadic colors.

2 #D1CA8F and #CA8FD1 with #8FCAD1 are triadic colors.