COLOR #7F99E6

HEX: #7F99E6
RGB: (127,153,230)

Renk bilgisi

#7F99E6 contains mainly blue color. #7F99E6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7F99E6 color RGB value is (127,153,230).

  • kırmız ton 127;
  • yeşil ton 153;
  • mavi ton 230.
RGB:
(127,153,230)
(50%,60%,90%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 153 of 255 = 60%
B 230 of 255 = 90%

127
153
230

R + G + B ~ 67%. #7F99E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 153 + 230 = 510 (100%)
R 127 of 510 ~ 24.9%
G 153 of 510 ~ 30%
B 230 of 510 ~ 45.1%

%24.9
%30
%45.1

CMYK RENK MODELİ

#7F99E6 rengi CMYK tonu (45,33,0,10).

  • camgöbeği tonu 44.78%
  • eflatun tonu 33.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(45,33,0,10)
C45M33Y0K10 
(45%,33%,0%,10%)
(0.45/0.33/0.00/0.10)	

CMYK yüzdeleri

%44.78
%33.48
%0
%9.8

Codes

Color #7F99E6 in popluar color models

7F99E6
RGB127153230
HSL225°67.32%70.00%
HSB/HSV225°44.78%90.20%
CMYK44.78%33.48%0.00%
9.80%

Color #7F99E6 in popluar number systems.

HEX7F99E6
Decimal127153230
Binary11111111001100111100110
Octal177231346

Shades and tints

Shades of #7F99E6

#7F99E6
(127,153,230)
#748CD2
(116,140,210)
#697FBE
(105,127,190)
#5E72AA
(94,114,170)
#536596
(83,101,150)
#485882
(72,88,130)
#3D4B6E
(61,75,110)
#323E5A
(50,62,90)
#273146
(39,49,70)
#1C2432
(28,36,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #7F99E6

#7F99E6
(127,153,230)
#8AA2E8
(138,162,232)
#95ABEA
(149,171,234)
#A0B4EC
(160,180,236)
#ABBDEE
(171,189,238)
#B6C6F0
(182,198,240)
#C1CFF2
(193,207,242)
#CCD8F4
(204,216,244)
#D7E1F6
(215,225,246)
#E2EAF8
(226,234,248)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F99E6 color. Also use rgb(127,153,230) instead hex code.

Text Font Color

.myTextColor { color: #7F99E6; }

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

This text font color is #7F99E6.


Background Color

.myBgColor { background-color: #7F99E6; }

<div style="background-color:#7F99E6">Inner text</div>

This div background color is #7F99E6.


Border color

.myBorderColor { border: 1px solid #7F99E6; }

<div style="border:3px solid #7F99E6">Div</div>

This div border color is #7F99E6.


Opacity

.myOpacity80 { color: #7F99E6; opacity: 0.8; }

<p style="color:#7F99E6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F99E6 color.

.textShadow {text-shadow: 3px 3px 1px #7F99E6, 3px 3px 1px red;}

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

This text has shadow with #7F99E6 primary color and red secondary color.


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

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

This text has shadow with #7F99E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F99E6 on black background.


Color preview on white background

This text has color #7F99E6 on white background.



Black color preview on #7F99E6 background

This text has black color on #7F99E6 background.


White color preview on #7F99E6 background

This text has white color on #7F99E6 background.