COLOR #7F88D8

HEX: #7F88D8
RGB: (127,136,216)

Renk bilgisi

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

RGB renk modeli

#7F88D8 color RGB value is (127,136,216).

  • kırmız ton 127;
  • yeşil ton 136;
  • mavi ton 216.
RGB:
(127,136,216)
(50%,53%,85%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 136 of 255 = 53%
B 216 of 255 = 85%

127
136
216

R + G + B ~ 63%. #7F88D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 136 + 216 = 479 (100%)
R 127 of 479 ~ 26.51%
G 136 of 479 ~ 28.39%
B 216 of 479 ~ 45.09%

%26.51
%28.39
%45.09

CMYK RENK MODELİ

#7F88D8 rengi CMYK tonu (41,37,0,15).

  • camgöbeği tonu 41.20%
  • eflatun tonu 37.04%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(41,37,0,15)
C41M37Y0K15 
(41%,37%,0%,15%)
(0.41/0.37/0.00/0.15)	

CMYK yüzdeleri

%41.2
%37.04
%0
%15.29

Codes

Color #7F88D8 in popluar color models

7F88D8
RGB127136216
HSL234°53.29%67.25%
HSB/HSV234°41.20%84.71%
CMYK41.20%37.04%0.00%
15.29%

Color #7F88D8 in popluar number systems.

HEX7F88D8
Decimal127136216
Binary11111111000100011011000
Octal177210330

Shades and tints

Shades of #7F88D8

#7F88D8
(127,136,216)
#747CC5
(116,124,197)
#6970B2
(105,112,178)
#5E649F
(94,100,159)
#53588C
(83,88,140)
#484C79
(72,76,121)
#3D4066
(61,64,102)
#323453
(50,52,83)
#272840
(39,40,64)
#1C1C2D
(28,28,45)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #7F88D8

#7F88D8
(127,136,216)
#8A92DB
(138,146,219)
#959CDE
(149,156,222)
#A0A6E1
(160,166,225)
#ABB0E4
(171,176,228)
#B6BAE7
(182,186,231)
#C1C4EA
(193,196,234)
#CCCEED
(204,206,237)
#D7D8F0
(215,216,240)
#E2E2F3
(226,226,243)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F88D8 color. Also use rgb(127,136,216) instead hex code.

Text Font Color

.myTextColor { color: #7F88D8; }

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

This text font color is #7F88D8.


Background Color

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

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

This div background color is #7F88D8.


Border color

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

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

This div border color is #7F88D8.


Opacity

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

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

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

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

This text has shadow with #7F88D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F88D8 on black background.


Color preview on white background

This text has color #7F88D8 on white background.



Black color preview on #7F88D8 background

This text has black color on #7F88D8 background.


White color preview on #7F88D8 background

This text has white color on #7F88D8 background.