COLOR #76BFDF

HEX: #76BFDF
RGB: (118,191,223)

Renk bilgisi

#76BFDF contains mainly green and blue colors. #76BFDF ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#76BFDF color RGB value is (118,191,223).

  • kırmız ton 118;
  • yeşil ton 191;
  • mavi ton 223.
RGB:
(118,191,223)
(46%,75%,87%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 191 of 255 = 75%
B 223 of 255 = 87%

118
191
223

R + G + B ~ 69%. #76BFDF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 191 + 223 = 532 (100%)
R 118 of 532 ~ 22.18%
G 191 of 532 ~ 35.9%
B 223 of 532 ~ 41.92%

%22.18
%35.9
%41.92

CMYK RENK MODELİ

#76BFDF rengi CMYK tonu (47,14,0,13).

  • camgöbeği tonu 47.09%
  • eflatun tonu 14.35%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(47,14,0,13)
C47M14Y0K13 
(47%,14%,0%,13%)
(0.47/0.14/0.00/0.13)	

CMYK yüzdeleri

%47.09
%14.35
%0
%12.55

Codes

Color #76BFDF in popluar color models

76BFDF
RGB118191223
HSL198°62.13%66.86%
HSB/HSV198°47.09%87.45%
CMYK47.09%14.35%0.00%
12.55%

Color #76BFDF in popluar number systems.

HEX76BFDF
Decimal118191223
Binary11101101011111111011111
Octal166277337

Shades and tints

Shades of #76BFDF

#76BFDF
(118,191,223)
#6CAECB
(108,174,203)
#629DB7
(98,157,183)
#588CA3
(88,140,163)
#4E7B8F
(78,123,143)
#446A7B
(68,106,123)
#3A5967
(58,89,103)
#304853
(48,72,83)
#26373F
(38,55,63)
#1C262B
(28,38,43)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #76BFDF

#76BFDF
(118,191,223)
#82C4E1
(130,196,225)
#8EC9E3
(142,201,227)
#9ACEE5
(154,206,229)
#A6D3E7
(166,211,231)
#B2D8E9
(178,216,233)
#BEDDEB
(190,221,235)
#CAE2ED
(202,226,237)
#D6E7EF
(214,231,239)
#E2ECF1
(226,236,241)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BFDF color. Also use rgb(118,191,223) instead hex code.

Text Font Color

.myTextColor { color: #76BFDF; }

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

This text font color is #76BFDF.


Background Color

.myBgColor { background-color: #76BFDF; }

<div style="background-color:#76BFDF">Inner text</div>

This div background color is #76BFDF.


Border color

.myBorderColor { border: 1px solid #76BFDF; }

<div style="border:3px solid #76BFDF">Div</div>

This div border color is #76BFDF.


Opacity

.myOpacity80 { color: #76BFDF; opacity: 0.8; }

<p style="color:#76BFDF;opacity:0.8;">80%</p>

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

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

This text has shadow with #76BFDF color.

.textShadow {text-shadow: 3px 3px 1px #76BFDF, 3px 3px 1px red;}

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

This text has shadow with #76BFDF primary color and red secondary color.


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

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

This text has shadow with #76BFDF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BFDF on black background.


Color preview on white background

This text has color #76BFDF on white background.



Black color preview on #76BFDF background

This text has black color on #76BFDF background.


White color preview on #76BFDF background

This text has white color on #76BFDF background.