COLOR #8FD4C4

HEX: #8FD4C4 RGB: (143,212,196)

Color info

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

RGB color model

#8FD4C4 color RGB value is (143,212,196).

RGB: (143,212,196) (56%, 83%, 77%)

RGB channels and saturation

R 143 of 255 = 56%
G 212 of 255 = 83%
B 196 of 255 = 77%

143
212
196

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

Portions of RGB colors in percentages

R + G + B = 143 + 212 + 196 = 551 (100%)
R 143 of 551 ~ 25.95%
G 212 of 551 ~ 38.48%
B 196 of 551 ~ 35.57'%

%25.95
%38.48
%35.57

CMYK color model

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

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

CMYK: (33,0,8,17)
C33M0Y8K17 (33%, 0%, 8%, 17%)
(0.33 / 0.00 / 0.08 / 0.17)

CMYK percentages

%32.55
%0
%7.55
%16.86

Codes

Color #8FD4C4 in popluar color models

8F D4 C4
RGB 143 212 196
HSL 166° 44.52% 69.61%
HSB/HSV 166° 32.55% 83.14%
CMYK 32.55% 0.00% 7.55%
16.86%

Color #8FD4C4 in popluar number systems.

HEX 8F D4 C4
Decimal 143 212 196
Binary 10001111 11010100 11000100
Octal 217 324 304

Shades and tints

Shades of #8FD4C4

#8FD4C4
(143,212,196)
#82C1B3
(130,193,179)
#75AEA2
(117,174,162)
#689B91
(104,155,145)
#5B8880
(91,136,128)
#4E756F
(78,117,111)
#41625E
(65,98,94)
#344F4D
(52,79,77)
#273C3C
(39,60,60)
#1A292B
(26,41,43)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #8FD4C4

#8FD4C4
(143,212,196)
#99D7C9
(153,215,201)
#A3DACE
(163,218,206)
#ADDDD3
(173,221,211)
#B7E0D8
(183,224,216)
#C1E3DD
(193,227,221)
#CBE6E2
(203,230,226)
#D5E9E7
(213,233,231)
#DFECEC
(223,236,236)
#E9EFF1
(233,239,241)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD4C4; }

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

This text font color is #8FD4C4.

Background Color

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

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

This div background color is #8FD4C4.

Border color

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

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

This div border color is #8FD4C4.

Opacity

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

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

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

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

This text has shadow with #8FD4C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FD4C4.

Preview

Color preview on black background

This text has color #8FD4C4 on black background.


Color preview on white background

This text has color #8FD4C4 on white background.


Black color preview on #8FD4C4 background

This text has black color on #8FD4C4 background.


White color preview on #8FD4C4 background

This text has white color on #8FD4C4 background.


Related colors

Complementary color

Complementary color for #hex is #702B3B.


I love getcolorcode.com

Triadic colors

1 #C48FD4 and #D4C48F with #8FD4C4 are triadic colors.

2 #C4D48F and #D48FC4 with #8FD4C4 are triadic colors.