COLOR #8FEAE5

HEX: #8FEAE5 RGB: (143,234,229)

Color info

#8FEAE5 contains mainly green and blue colors. Web safe color of #8FEAE5 is #99FFCC (or #9FC).

RGB color model

#8FEAE5 color RGB value is (143,234,229).

RGB: (143,234,229) (56%, 92%, 90%)

RGB channels and saturation

R 143 of 255 = 56%
G 234 of 255 = 92%
B 229 of 255 = 90%

143
234
229

R + G + B ~ 79%. #8FEAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 234 + 229 = 606 (100%)
R 143 of 606 ~ 23.6%
G 234 of 606 ~ 38.61%
B 229 of 606 ~ 37.79'%

%23.6
%38.61
%37.79

CMYK color model

#8FEAE5 color CMYK value is (39,0,2,8).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%

CMYK: (39,0,2,8)
C39M0Y2K8 (39%, 0%, 2%, 8%)
(0.39 / 0.00 / 0.02 / 0.08)

CMYK percentages

%38.89
%0
%2.14
%8.24

Codes

Color #8FEAE5 in popluar color models

8F EA E5
RGB 143 234 229
HSL 177° 68.42% 73.92%
HSB/HSV 177° 38.89% 91.76%
CMYK 38.89% 0.00% 2.14%
8.24%

Color #8FEAE5 in popluar number systems.

HEX 8F EA E5
Decimal 143 234 229
Binary 10001111 11101010 11100101
Octal 217 352 345

Shades and tints

Shades of #8FEAE5

#8FEAE5
(143,234,229)
#82D5D1
(130,213,209)
#75C0BD
(117,192,189)
#68ABA9
(104,171,169)
#5B9695
(91,150,149)
#4E8181
(78,129,129)
#416C6D
(65,108,109)
#345759
(52,87,89)
#274245
(39,66,69)
#1A2D31
(26,45,49)
#0D181D
(13,24,29)
#000000
(0,0,0)

Tints of #8FEAE5

#8FEAE5
(143,234,229)
#99EBE7
(153,235,231)
#A3ECE9
(163,236,233)
#ADEDEB
(173,237,235)
#B7EEED
(183,238,237)
#C1EFEF
(193,239,239)
#CBF0F1
(203,240,241)
#D5F1F3
(213,241,243)
#DFF2F5
(223,242,245)
#E9F3F7
(233,243,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FEAE5 color. Also use rgb(143,234,229) instead hex code.

Text Font Color

.myTextColor { color: #8FEAE5; }

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

This text font color is #8FEAE5.

Background Color

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

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

This div background color is #8FEAE5.

Border color

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

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

This div border color is #8FEAE5.

Opacity

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

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

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

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

This text has shadow with #8FEAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FEAE5.

Preview

Color preview on black background

This text has color #8FEAE5 on black background.


Color preview on white background

This text has color #8FEAE5 on white background.


Black color preview on #8FEAE5 background

This text has black color on #8FEAE5 background.


White color preview on #8FEAE5 background

This text has white color on #8FEAE5 background.


Related colors

Complementary color

Complementary color for #hex is #70151A.


I love getcolorcode.com

Triadic colors

1 #E58FEA and #EAE58F with #8FEAE5 are triadic colors.

2 #E5EA8F and #EA8FE5 with #8FEAE5 are triadic colors.