COLOR #63A3AE

HEX: #63A3AE
RGB: (99,163,174)

Renk bilgisi

#63A3AE contains mainly green and blue colors. #63A3AE ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#63A3AE color RGB value is (99,163,174).

  • kırmız ton 99;
  • yeşil ton 163;
  • mavi ton 174.
RGB:
(99,163,174)
(39%,64%,68%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 163 of 255 = 64%
B 174 of 255 = 68%

99
163
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 163 + 174 = 436 (100%)
R 99 of 436 ~ 22.71%
G 163 of 436 ~ 37.39%
B 174 of 436 ~ 39.91%

%22.71
%37.39
%39.91

CMYK RENK MODELİ

#63A3AE rengi CMYK tonu (43,6,0,32).

  • camgöbeği tonu 43.10%
  • eflatun tonu 6.32%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(43,6,0,32)
C43M6Y0K32 
(43%,6%,0%,32%)
(0.43/0.06/0.00/0.32)	

CMYK yüzdeleri

%43.1
%6.32
%0
%31.76

Codes

Color #63A3AE in popluar color models

63A3AE
RGB99163174
HSL189°31.65%53.53%
HSB/HSV189°43.10%68.24%
CMYK43.10%6.32%0.00%
31.76%

Color #63A3AE in popluar number systems.

HEX63A3AE
Decimal99163174
Binary11000111010001110101110
Octal143243256

Shades and tints

Shades of #63A3AE

#63A3AE
(99,163,174)
#5A959F
(90,149,159)
#518790
(81,135,144)
#487981
(72,121,129)
#3F6B72
(63,107,114)
#365D63
(54,93,99)
#2D4F54
(45,79,84)
#244145
(36,65,69)
#1B3336
(27,51,54)
#122527
(18,37,39)
#091718
(9,23,24)
#000000
(0,0,0)

Tints of #63A3AE

#63A3AE
(99,163,174)
#71ABB5
(113,171,181)
#7FB3BC
(127,179,188)
#8DBBC3
(141,187,195)
#9BC3CA
(155,195,202)
#A9CBD1
(169,203,209)
#B7D3D8
(183,211,216)
#C5DBDF
(197,219,223)
#D3E3E6
(211,227,230)
#E1EBED
(225,235,237)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A3AE; }

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

This text font color is #63A3AE.


Background Color

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

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

This div background color is #63A3AE.


Border color

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

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

This div border color is #63A3AE.


Opacity

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

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

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

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

This text has shadow with #63A3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A3AE on black background.


Color preview on white background

This text has color #63A3AE on white background.



Black color preview on #63A3AE background

This text has black color on #63A3AE background.


White color preview on #63A3AE background

This text has white color on #63A3AE background.