COLOR #4EB1D7

HEX: #4EB1D7
RGB: (78,177,215)

Renk bilgisi

#4EB1D7 contains mainly green and blue colors. #4EB1D7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#4EB1D7 color RGB value is (78,177,215).

  • kırmız ton 78;
  • yeşil ton 177;
  • mavi ton 215.
RGB:
(78,177,215)
(31%,69%,84%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 177 of 255 = 69%
B 215 of 255 = 84%

78
177
215

R + G + B ~ 61%. #4EB1D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 177 + 215 = 470 (100%)
R 78 of 470 ~ 16.6%
G 177 of 470 ~ 37.66%
B 215 of 470 ~ 45.74%

%16.6
%37.66
%45.74

CMYK RENK MODELİ

#4EB1D7 rengi CMYK tonu (64,18,0,16).

  • camgöbeği tonu 63.72%
  • eflatun tonu 17.67%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(64,18,0,16)
C64M18Y0K16 
(64%,18%,0%,16%)
(0.64/0.18/0.00/0.16)	

CMYK yüzdeleri

%63.72
%17.67
%0
%15.69

Codes

Color #4EB1D7 in popluar color models

4EB1D7
RGB78177215
HSL197°63.13%57.45%
HSB/HSV197°63.72%84.31%
CMYK63.72%17.67%0.00%
15.69%

Color #4EB1D7 in popluar number systems.

HEX4EB1D7
Decimal78177215
Binary10011101011000111010111
Octal116261327

Shades and tints

Shades of #4EB1D7

#4EB1D7
(78,177,215)
#47A1C4
(71,161,196)
#4091B1
(64,145,177)
#39819E
(57,129,158)
#32718B
(50,113,139)
#2B6178
(43,97,120)
#245165
(36,81,101)
#1D4152
(29,65,82)
#16313F
(22,49,63)
#0F212C
(15,33,44)
#081119
(8,17,25)
#000000
(0,0,0)

Tints of #4EB1D7

#4EB1D7
(78,177,215)
#5EB8DA
(94,184,218)
#6EBFDD
(110,191,221)
#7EC6E0
(126,198,224)
#8ECDE3
(142,205,227)
#9ED4E6
(158,212,230)
#AEDBE9
(174,219,233)
#BEE2EC
(190,226,236)
#CEE9EF
(206,233,239)
#DEF0F2
(222,240,242)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB1D7 color. Also use rgb(78,177,215) instead hex code.

Text Font Color

.myTextColor { color: #4EB1D7; }

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

This text font color is #4EB1D7.


Background Color

.myBgColor { background-color: #4EB1D7; }

<div style="background-color:#4EB1D7">Inner text</div>

This div background color is #4EB1D7.


Border color

.myBorderColor { border: 1px solid #4EB1D7; }

<div style="border:3px solid #4EB1D7">Div</div>

This div border color is #4EB1D7.


Opacity

.myOpacity80 { color: #4EB1D7; opacity: 0.8; }

<p style="color:#4EB1D7;opacity:0.8;">80%</p>

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

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

This text has shadow with #4EB1D7 color.

.textShadow {text-shadow: 3px 3px 1px #4EB1D7, 3px 3px 1px red;}

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

This text has shadow with #4EB1D7 primary color and red secondary color.


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

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

This text has shadow with #4EB1D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EB1D7 on black background.


Color preview on white background

This text has color #4EB1D7 on white background.



Black color preview on #4EB1D7 background

This text has black color on #4EB1D7 background.


White color preview on #4EB1D7 background

This text has white color on #4EB1D7 background.