COLOR #7887CC

HEX: #7887CC
RGB: (120,135,204)

Renk bilgisi

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

RGB renk modeli

#7887CC color RGB value is (120,135,204).

  • kırmız ton 120;
  • yeşil ton 135;
  • mavi ton 204.
RGB:
(120,135,204)
(47%,53%,80%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 135 of 255 = 53%
B 204 of 255 = 80%

120
135
204

R + G + B ~ 60%. #7887CC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 135 + 204 = 459 (100%)
R 120 of 459 ~ 26.14%
G 135 of 459 ~ 29.41%
B 204 of 459 ~ 44.44%

%26.14
%29.41
%44.44

CMYK RENK MODELİ

#7887CC rengi CMYK tonu (41,34,0,20).

  • camgöbeği tonu 41.18%
  • eflatun tonu 33.82%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(41,34,0,20)
C41M34Y0K20 
(41%,34%,0%,20%)
(0.41/0.34/0.00/0.20)	

CMYK yüzdeleri

%41.18
%33.82
%0
%20

Codes

Color #7887CC in popluar color models

7887CC
RGB120135204
HSL229°45.16%63.53%
HSB/HSV229°41.18%80.00%
CMYK41.18%33.82%0.00%
20.00%

Color #7887CC in popluar number systems.

HEX7887CC
Decimal120135204
Binary11110001000011111001100
Octal170207314

Shades and tints

Shades of #7887CC

#7887CC
(120,135,204)
#6E7BBA
(110,123,186)
#646FA8
(100,111,168)
#5A6396
(90,99,150)
#505784
(80,87,132)
#464B72
(70,75,114)
#3C3F60
(60,63,96)
#32334E
(50,51,78)
#28273C
(40,39,60)
#1E1B2A
(30,27,42)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #7887CC

#7887CC
(120,135,204)
#8491D0
(132,145,208)
#909BD4
(144,155,212)
#9CA5D8
(156,165,216)
#A8AFDC
(168,175,220)
#B4B9E0
(180,185,224)
#C0C3E4
(192,195,228)
#CCCDE8
(204,205,232)
#D8D7EC
(216,215,236)
#E4E1F0
(228,225,240)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7887CC color. Also use rgb(120,135,204) instead hex code.

Text Font Color

.myTextColor { color: #7887CC; }

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

This text font color is #7887CC.


Background Color

.myBgColor { background-color: #7887CC; }

<div style="background-color:#7887CC">Inner text</div>

This div background color is #7887CC.


Border color

.myBorderColor { border: 1px solid #7887CC; }

<div style="border:3px solid #7887CC">Div</div>

This div border color is #7887CC.


Opacity

.myOpacity80 { color: #7887CC; opacity: 0.8; }

<p style="color:#7887CC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7887CC color.

.textShadow {text-shadow: 3px 3px 1px #7887CC, 3px 3px 1px red;}

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

This text has shadow with #7887CC primary color and red secondary color.


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

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

This text has shadow with #7887CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7887CC on black background.


Color preview on white background

This text has color #7887CC on white background.



Black color preview on #7887CC background

This text has black color on #7887CC background.


White color preview on #7887CC background

This text has white color on #7887CC background.