COLOR #7DBEEB

HEX: #7DBEEB
RGB: (125,190,235)

Renk bilgisi

#7DBEEB contains mainly green and blue colors. #7DBEEB ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#7DBEEB color RGB value is (125,190,235).

  • kırmız ton 125;
  • yeşil ton 190;
  • mavi ton 235.
RGB:
(125,190,235)
(49%,75%,92%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 190 of 255 = 75%
B 235 of 255 = 92%

125
190
235

R + G + B ~ 72%. #7DBEEB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 190 + 235 = 550 (100%)
R 125 of 550 ~ 22.73%
G 190 of 550 ~ 34.55%
B 235 of 550 ~ 42.73%

%22.73
%34.55
%42.73

CMYK RENK MODELİ

#7DBEEB rengi CMYK tonu (47,19,0,8).

  • camgöbeği tonu 46.81%
  • eflatun tonu 19.15%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(47,19,0,8)
C47M19Y0K8 
(47%,19%,0%,8%)
(0.47/0.19/0.00/0.08)	

CMYK yüzdeleri

%46.81
%19.15
%0
%7.84

Codes

Color #7DBEEB in popluar color models

7DBEEB
RGB125190235
HSL205°73.33%70.59%
HSB/HSV205°46.81%92.16%
CMYK46.81%19.15%0.00%
7.84%

Color #7DBEEB in popluar number systems.

HEX7DBEEB
Decimal125190235
Binary11111011011111011101011
Octal175276353

Shades and tints

Shades of #7DBEEB

#7DBEEB
(125,190,235)
#72ADD6
(114,173,214)
#679CC1
(103,156,193)
#5C8BAC
(92,139,172)
#517A97
(81,122,151)
#466982
(70,105,130)
#3B586D
(59,88,109)
#304758
(48,71,88)
#253643
(37,54,67)
#1A252E
(26,37,46)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #7DBEEB

#7DBEEB
(125,190,235)
#88C3EC
(136,195,236)
#93C8ED
(147,200,237)
#9ECDEE
(158,205,238)
#A9D2EF
(169,210,239)
#B4D7F0
(180,215,240)
#BFDCF1
(191,220,241)
#CAE1F2
(202,225,242)
#D5E6F3
(213,230,243)
#E0EBF4
(224,235,244)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBEEB color. Also use rgb(125,190,235) instead hex code.

Text Font Color

.myTextColor { color: #7DBEEB; }

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

This text font color is #7DBEEB.


Background Color

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

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

This div background color is #7DBEEB.


Border color

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

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

This div border color is #7DBEEB.


Opacity

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

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

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

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

This text has shadow with #7DBEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBEEB on black background.


Color preview on white background

This text has color #7DBEEB on white background.



Black color preview on #7DBEEB background

This text has black color on #7DBEEB background.


White color preview on #7DBEEB background

This text has white color on #7DBEEB background.