COLOR #76AFBD

HEX: #76AFBD
RGB: (118,175,189)

Color info

#76AFBD contains mainly green and blue colors. Web safe color of #76AFBD is #6699CC (or #69C).

RGB color model

#76AFBD color RGB value is (118,175,189).

  • red value is 118;
  • green value is 175;
  • blue value is 189.
RGB:
(118,175,189)
(46%,69%,74%)

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 189 of 255 = 74%

118
175
189

R + G + B ~ 63%. #76AFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 189 = 482 (100%)
R 118 of 482 ~ 24.48%
G 175 of 482 ~ 36.31%
B 189 of 482 ~ 39.21%

%24.48
%36.31
%39.21

CMYK color model

#76AFBD color CMYK value is (38,7,0,26).

  • cyan value is 37.57%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,7,0,26)
C38M7Y0K26 
(38%,7%,0%,26%)
(0.38/0.07/0.00/0.26)	

CMYK percentages

%37.57
%7.41
%0
%25.88

Codes

Color #76AFBD in popluar color models

76AFBD
RGB118175189
HSL192°34.98%60.20%
HSB/HSV192°37.57%74.12%
CMYK37.57%7.41%0.00%
25.88%

Color #76AFBD in popluar number systems.

HEX76AFBD
Decimal118175189
Binary11101101010111110111101
Octal166257275

Shades and tints

Shades of #76AFBD

#76AFBD
(118,175,189)
#6CA0AC
(108,160,172)
#62919B
(98,145,155)
#58828A
(88,130,138)
#4E7379
(78,115,121)
#446468
(68,100,104)
#3A5557
(58,85,87)
#304646
(48,70,70)
#263735
(38,55,53)
#1C2824
(28,40,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #76AFBD

#76AFBD
(118,175,189)
#82B6C3
(130,182,195)
#8EBDC9
(142,189,201)
#9AC4CF
(154,196,207)
#A6CBD5
(166,203,213)
#B2D2DB
(178,210,219)
#BED9E1
(190,217,225)
#CAE0E7
(202,224,231)
#D6E7ED
(214,231,237)
#E2EEF3
(226,238,243)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AFBD color. Also use rgb(118,175,189) instead hex code.

Text Font Color

.myTextColor { color: #76AFBD; }

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

This text font color is #76AFBD.


Background Color

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

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

This div background color is #76AFBD.


Border color

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

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

This div border color is #76AFBD.


Opacity

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

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

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

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

This text has shadow with #76AFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AFBD on black background.


Color preview on white background

This text has color #76AFBD on white background.



Black color preview on #76AFBD background

This text has black color on #76AFBD background.


White color preview on #76AFBD background

This text has white color on #76AFBD background.