COLOR #63A99C

HEX: #63A99C
RGB: (99,169,156)

Renk bilgisi

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

RGB renk modeli

#63A99C color RGB value is (99,169,156).

  • kırmız ton 99;
  • yeşil ton 169;
  • mavi ton 156.
RGB:
(99,169,156)
(39%,66%,61%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 169 of 255 = 66%
B 156 of 255 = 61%

99
169
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 169 + 156 = 424 (100%)
R 99 of 424 ~ 23.35%
G 169 of 424 ~ 39.86%
B 156 of 424 ~ 36.79%

%23.35
%39.86
%36.79

CMYK RENK MODELİ

#63A99C rengi CMYK tonu (41,0,8,34).

  • camgöbeği tonu 41.42%
  • eflatun tonu 0.00%
  • sarı tonu 7.69%
  • ana renk tonu 33.73%
CMYK:
(41,0,8,34)
C41M0Y8K34 
(41%,0%,8%,34%)
(0.41/0.00/0.08/0.34)	

CMYK yüzdeleri

%41.42
%0
%7.69
%33.73

Codes

Color #63A99C in popluar color models

63A99C
RGB99169156
HSL169°28.93%52.55%
HSB/HSV169°41.42%66.27%
CMYK41.42%0.00%7.69%
33.73%

Color #63A99C in popluar number systems.

HEX63A99C
Decimal99169156
Binary11000111010100110011100
Octal143251234

Shades and tints

Shades of #63A99C

#63A99C
(99,169,156)
#5A9A8E
(90,154,142)
#518B80
(81,139,128)
#487C72
(72,124,114)
#3F6D64
(63,109,100)
#365E56
(54,94,86)
#2D4F48
(45,79,72)
#24403A
(36,64,58)
#1B312C
(27,49,44)
#12221E
(18,34,30)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #63A99C

#63A99C
(99,169,156)
#71B0A5
(113,176,165)
#7FB7AE
(127,183,174)
#8DBEB7
(141,190,183)
#9BC5C0
(155,197,192)
#A9CCC9
(169,204,201)
#B7D3D2
(183,211,210)
#C5DADB
(197,218,219)
#D3E1E4
(211,225,228)
#E1E8ED
(225,232,237)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A99C color. Also use rgb(99,169,156) instead hex code.

Text Font Color

.myTextColor { color: #63A99C; }

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

This text font color is #63A99C.


Background Color

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

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

This div background color is #63A99C.


Border color

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

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

This div border color is #63A99C.


Opacity

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

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

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

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

This text has shadow with #63A99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A99C on black background.


Color preview on white background

This text has color #63A99C on white background.



Black color preview on #63A99C background

This text has black color on #63A99C background.


White color preview on #63A99C background

This text has white color on #63A99C background.