COLOR #63AE8A

HEX: #63AE8A
RGB: (99,174,138)

Color info

#63AE8A contains mainly green and blue colors. Web safe color of #63AE8A is #669999 (or #699).

RGB color model

#63AE8A color RGB value is (99,174,138).

  • red value is 99;
  • green value is 174;
  • blue value is 138.
RGB:
(99,174,138)
(39%,68%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 174 of 255 = 68%
B 138 of 255 = 54%

99
174
138

R + G + B ~ 54%. #63AE8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 174 + 138 = 411 (100%)
R 99 of 411 ~ 24.09%
G 174 of 411 ~ 42.34%
B 138 of 411 ~ 33.58%

%24.09
%42.34
%33.58

CMYK color model

#63AE8A color CMYK value is (43,0,21,32).

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK:
(43,0,21,32)
C43M0Y21K32 
(43%,0%,21%,32%)
(0.43/0.00/0.21/0.32)	

CMYK percentages

%43.1
%0
%20.69
%31.76

Codes

Color #63AE8A in popluar color models

63AE8A
RGB99174138
HSL151°31.65%53.53%
HSB/HSV151°43.10%68.24%
CMYK43.10%0.00%20.69%
31.76%

Color #63AE8A in popluar number systems.

HEX63AE8A
Decimal99174138
Binary11000111010111010001010
Octal143256212

Shades and tints

Shades of #63AE8A

#63AE8A
(99,174,138)
#5A9F7E
(90,159,126)
#519072
(81,144,114)
#488166
(72,129,102)
#3F725A
(63,114,90)
#36634E
(54,99,78)
#2D5442
(45,84,66)
#244536
(36,69,54)
#1B362A
(27,54,42)
#12271E
(18,39,30)
#091812
(9,24,18)
#000000
(0,0,0)

Tints of #63AE8A

#63AE8A
(99,174,138)
#71B594
(113,181,148)
#7FBC9E
(127,188,158)
#8DC3A8
(141,195,168)
#9BCAB2
(155,202,178)
#A9D1BC
(169,209,188)
#B7D8C6
(183,216,198)
#C5DFD0
(197,223,208)
#D3E6DA
(211,230,218)
#E1EDE4
(225,237,228)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AE8A color. Also use rgb(99,174,138) instead hex code.

Text Font Color

.myTextColor { color: #63AE8A; }

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

This text font color is #63AE8A.


Background Color

.myBgColor { background-color: #63AE8A; }

<div style="background-color:#63AE8A">Inner text</div>

This div background color is #63AE8A.


Border color

.myBorderColor { border: 1px solid #63AE8A; }

<div style="border:3px solid #63AE8A">Div</div>

This div border color is #63AE8A.


Opacity

.myOpacity80 { color: #63AE8A; opacity: 0.8; }

<p style="color:#63AE8A;opacity:0.8;">80%</p>

Text with #63AE8A 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 #63AE8A;}

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

This text has shadow with #63AE8A color.

.textShadow {text-shadow: 3px 3px 1px #63AE8A, 3px 3px 1px red;}

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

This text has shadow with #63AE8A primary color and red secondary color.


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

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

This text has shadow with #63AE8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AE8A on black background.


Color preview on white background

This text has color #63AE8A on white background.



Black color preview on #63AE8A background

This text has black color on #63AE8A background.


White color preview on #63AE8A background

This text has white color on #63AE8A background.