COLOR #63AECD

HEX: #63AECD
RGB: (99,174,205)

Renk bilgisi

#63AECD contains mainly green and blue colors. #63AECD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#63AECD color RGB value is (99,174,205).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 174 of 255 = 68%
B 205 of 255 = 80%

99
174
205

R + G + B ~ 62%. #63AECD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 174 + 205 = 478 (100%)
R 99 of 478 ~ 20.71%
G 174 of 478 ~ 36.4%
B 205 of 478 ~ 42.89%

%20.71
%36.4
%42.89

CMYK RENK MODELİ

#63AECD rengi CMYK tonu (52,15,0,20).

  • camgöbeği tonu 51.71%
  • eflatun tonu 15.12%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(52,15,0,20)
C52M15Y0K20 
(52%,15%,0%,20%)
(0.52/0.15/0.00/0.20)	

CMYK yüzdeleri

%51.71
%15.12
%0
%19.61

Codes

Color #63AECD in popluar color models

63AECD
RGB99174205
HSL198°51.46%59.61%
HSB/HSV198°51.71%80.39%
CMYK51.71%15.12%0.00%
19.61%

Color #63AECD in popluar number systems.

HEX63AECD
Decimal99174205
Binary11000111010111011001101
Octal143256315

Shades and tints

Shades of #63AECD

#63AECD
(99,174,205)
#5A9FBB
(90,159,187)
#5190A9
(81,144,169)
#488197
(72,129,151)
#3F7285
(63,114,133)
#366373
(54,99,115)
#2D5461
(45,84,97)
#24454F
(36,69,79)
#1B363D
(27,54,61)
#12272B
(18,39,43)
#091819
(9,24,25)
#000000
(0,0,0)

Tints of #63AECD

#63AECD
(99,174,205)
#71B5D1
(113,181,209)
#7FBCD5
(127,188,213)
#8DC3D9
(141,195,217)
#9BCADD
(155,202,221)
#A9D1E1
(169,209,225)
#B7D8E5
(183,216,229)
#C5DFE9
(197,223,233)
#D3E6ED
(211,230,237)
#E1EDF1
(225,237,241)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AECD; }

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

This text font color is #63AECD.


Background Color

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

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

This div background color is #63AECD.


Border color

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

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

This div border color is #63AECD.


Opacity

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

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

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

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

This text has shadow with #63AECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AECD on black background.


Color preview on white background

This text has color #63AECD on white background.



Black color preview on #63AECD background

This text has black color on #63AECD background.


White color preview on #63AECD background

This text has white color on #63AECD background.