COLOR #8FDAC4

HEX: #8FDAC4
RGB: (143,218,196)

Color info

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

RGB color model

#8FDAC4 color RGB value is (143,218,196).

  • red value is 143;
  • green value is 218;
  • blue value is 196.
RGB:
(143,218,196)
(56%,85%,77%)

RGB channels and saturation

R 143 of 255 = 56%
G 218 of 255 = 85%
B 196 of 255 = 77%

143
218
196

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

Portions of RGB colors in percentages

R + G + B =
143 + 218 + 196 = 557 (100%)
R 143 of 557 ~ 25.67%
G 218 of 557 ~ 39.14%
B 196 of 557 ~ 35.19%

%25.67
%39.14
%35.19

CMYK color model

#8FDAC4 color CMYK value is (34,0,10,15).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 14.51%
CMYK:
(34,0,10,15)
C34M0Y10K15 
(34%,0%,10%,15%)
(0.34/0.00/0.10/0.15)	

CMYK percentages

%34.4
%0
%10.09
%14.51

Codes

Color #8FDAC4 in popluar color models

8FDAC4
RGB143218196
HSL162°50.34%70.78%
HSB/HSV162°34.40%85.49%
CMYK34.40%0.00%10.09%
14.51%

Color #8FDAC4 in popluar number systems.

HEX8FDAC4
Decimal143218196
Binary100011111101101011000100
Octal217332304

Shades and tints

Shades of #8FDAC4

#8FDAC4
(143,218,196)
#82C7B3
(130,199,179)
#75B4A2
(117,180,162)
#68A191
(104,161,145)
#5B8E80
(91,142,128)
#4E7B6F
(78,123,111)
#41685E
(65,104,94)
#34554D
(52,85,77)
#27423C
(39,66,60)
#1A2F2B
(26,47,43)
#0D1C1A
(13,28,26)
#000000
(0,0,0)

Tints of #8FDAC4

#8FDAC4
(143,218,196)
#99DDC9
(153,221,201)
#A3E0CE
(163,224,206)
#ADE3D3
(173,227,211)
#B7E6D8
(183,230,216)
#C1E9DD
(193,233,221)
#CBECE2
(203,236,226)
#D5EFE7
(213,239,231)
#DFF2EC
(223,242,236)
#E9F5F1
(233,245,241)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDAC4 color. Also use rgb(143,218,196) instead hex code.

Text Font Color

.myTextColor { color: #8FDAC4; }

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

This text font color is #8FDAC4.


Background Color

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

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

This div background color is #8FDAC4.


Border color

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

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

This div border color is #8FDAC4.


Opacity

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

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

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

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

This text has shadow with #8FDAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDAC4 on black background.


Color preview on white background

This text has color #8FDAC4 on white background.



Black color preview on #8FDAC4 background

This text has black color on #8FDAC4 background.


White color preview on #8FDAC4 background

This text has white color on #8FDAC4 background.