COLOR #09DBF7

HEX: #09DBF7
RGB: (9,219,247)

Renk bilgisi

#09DBF7 contains mainly green and blue colors. #09DBF7 ‘ nin web güvenlik rengi #00CCFF (ya da #0CF) dir.

RGB renk modeli

#09DBF7 color RGB value is (9,219,247).

  • kırmız ton 9;
  • yeşil ton 219;
  • mavi ton 247.
RGB:
(9,219,247)
(4%,86%,97%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 219 of 255 = 86%
B 247 of 255 = 97%

9
219
247

R + G + B ~ 62%. #09DBF7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 219 + 247 = 475 (100%)
R 9 of 475 ~ 1.89%
G 219 of 475 ~ 46.11%
B 247 of 475 ~ 52%

%46.11
%52

CMYK RENK MODELİ

#09DBF7 rengi CMYK tonu (96,11,0,3).

  • camgöbeği tonu 96.36%
  • eflatun tonu 11.34%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(96,11,0,3)
C96M11Y0K3 
(96%,11%,0%,3%)
(0.96/0.11/0.00/0.03)	

CMYK yüzdeleri

%96.36
%11.34
%0
%3.14

Codes

Color #09DBF7 in popluar color models

09DBF7
RGB9219247
HSL187°93.70%50.20%
HSB/HSV187°96.36%96.86%
CMYK96.36%11.34%0.00%
3.14%

Color #09DBF7 in popluar number systems.

HEX09DBF7
Decimal9219247
Binary10011101101111110111
Octal11333367

Shades and tints

Shades of #09DBF7

#09DBF7
(9,219,247)
#09C8E1
(9,200,225)
#09B5CB
(9,181,203)
#09A2B5
(9,162,181)
#098F9F
(9,143,159)
#097C89
(9,124,137)
#096973
(9,105,115)
#09565D
(9,86,93)
#094347
(9,67,71)
#093031
(9,48,49)
#091D1B
(9,29,27)
#000000
(0,0,0)

Tints of #09DBF7

#09DBF7
(9,219,247)
#1FDEF7
(31,222,247)
#35E1F7
(53,225,247)
#4BE4F7
(75,228,247)
#61E7F7
(97,231,247)
#77EAF7
(119,234,247)
#8DEDF7
(141,237,247)
#A3F0F7
(163,240,247)
#B9F3F7
(185,243,247)
#CFF6F7
(207,246,247)
#E5F9F7
(229,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09DBF7 color. Also use rgb(9,219,247) instead hex code.

Text Font Color

.myTextColor { color: #09DBF7; }

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

This text font color is #09DBF7.


Background Color

.myBgColor { background-color: #09DBF7; }

<div style="background-color:#09DBF7">Inner text</div>

This div background color is #09DBF7.


Border color

.myBorderColor { border: 1px solid #09DBF7; }

<div style="border:3px solid #09DBF7">Div</div>

This div border color is #09DBF7.


Opacity

.myOpacity80 { color: #09DBF7; opacity: 0.8; }

<p style="color:#09DBF7;opacity:0.8;">80%</p>

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

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

This text has shadow with #09DBF7 color.

.textShadow {text-shadow: 3px 3px 1px #09DBF7, 3px 3px 1px red;}

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

This text has shadow with #09DBF7 primary color and red secondary color.


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

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

This text has shadow with #09DBF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09DBF7 on black background.


Color preview on white background

This text has color #09DBF7 on white background.



Black color preview on #09DBF7 background

This text has black color on #09DBF7 background.


White color preview on #09DBF7 background

This text has white color on #09DBF7 background.