COLOR #85BEEF

HEX: #85BEEF
RGB: (133,190,239)

Renk bilgisi

#85BEEF contains mainly green and blue colors. #85BEEF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#85BEEF color RGB value is (133,190,239).

  • kırmız ton 133;
  • yeşil ton 190;
  • mavi ton 239.
RGB:
(133,190,239)
(52%,75%,94%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 190 of 255 = 75%
B 239 of 255 = 94%

133
190
239

R + G + B ~ 74%. #85BEEF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 190 + 239 = 562 (100%)
R 133 of 562 ~ 23.67%
G 190 of 562 ~ 33.81%
B 239 of 562 ~ 42.53%

%23.67
%33.81
%42.53

CMYK RENK MODELİ

#85BEEF rengi CMYK tonu (44,21,0,6).

  • camgöbeği tonu 44.35%
  • eflatun tonu 20.50%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(44,21,0,6)
C44M21Y0K6 
(44%,21%,0%,6%)
(0.44/0.21/0.00/0.06)	

CMYK yüzdeleri

%44.35
%20.5
%0
%6.27

Codes

Color #85BEEF in popluar color models

85BEEF
RGB133190239
HSL208°76.81%72.94%
HSB/HSV208°44.35%93.73%
CMYK44.35%20.50%0.00%
6.27%

Color #85BEEF in popluar number systems.

HEX85BEEF
Decimal133190239
Binary100001011011111011101111
Octal205276357

Shades and tints

Shades of #85BEEF

#85BEEF
(133,190,239)
#79ADDA
(121,173,218)
#6D9CC5
(109,156,197)
#618BB0
(97,139,176)
#557A9B
(85,122,155)
#496986
(73,105,134)
#3D5871
(61,88,113)
#31475C
(49,71,92)
#253647
(37,54,71)
#192532
(25,37,50)
#0D141D
(13,20,29)
#000000
(0,0,0)

Tints of #85BEEF

#85BEEF
(133,190,239)
#90C3F0
(144,195,240)
#9BC8F1
(155,200,241)
#A6CDF2
(166,205,242)
#B1D2F3
(177,210,243)
#BCD7F4
(188,215,244)
#C7DCF5
(199,220,245)
#D2E1F6
(210,225,246)
#DDE6F7
(221,230,247)
#E8EBF8
(232,235,248)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BEEF color. Also use rgb(133,190,239) instead hex code.

Text Font Color

.myTextColor { color: #85BEEF; }

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

This text font color is #85BEEF.


Background Color

.myBgColor { background-color: #85BEEF; }

<div style="background-color:#85BEEF">Inner text</div>

This div background color is #85BEEF.


Border color

.myBorderColor { border: 1px solid #85BEEF; }

<div style="border:3px solid #85BEEF">Div</div>

This div border color is #85BEEF.


Opacity

.myOpacity80 { color: #85BEEF; opacity: 0.8; }

<p style="color:#85BEEF;opacity:0.8;">80%</p>

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

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

This text has shadow with #85BEEF color.

.textShadow {text-shadow: 3px 3px 1px #85BEEF, 3px 3px 1px red;}

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

This text has shadow with #85BEEF primary color and red secondary color.


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

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

This text has shadow with #85BEEF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BEEF on black background.


Color preview on white background

This text has color #85BEEF on white background.



Black color preview on #85BEEF background

This text has black color on #85BEEF background.


White color preview on #85BEEF background

This text has white color on #85BEEF background.