COLOR #7DAFB5

HEX: #7DAFB5
RGB: (125,175,181)

Color info

#7DAFB5 contains red, green and blue colors in about the same proportion. Web safe color of #7DAFB5 is #6699CC (or #69C).

RGB color model

#7DAFB5 color RGB value is (125,175,181).

  • red value is 125;
  • green value is 175;
  • blue value is 181.
RGB:
(125,175,181)
(49%,69%,71%)

RGB channels and saturation

R 125 of 255 = 49%
G 175 of 255 = 69%
B 181 of 255 = 71%

125
175
181

R + G + B ~ 63%. #7DAFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 175 + 181 = 481 (100%)
R 125 of 481 ~ 25.99%
G 175 of 481 ~ 36.38%
B 181 of 481 ~ 37.63%

%25.99
%36.38
%37.63

CMYK color model

#7DAFB5 color CMYK value is (31,3,0,29).

  • cyan value is 30.94%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(31,3,0,29)
C31M3Y0K29 
(31%,3%,0%,29%)
(0.31/0.03/0.00/0.29)	

CMYK percentages

%30.94
%3.31
%0
%29.02

Codes

Color #7DAFB5 in popluar color models

7DAFB5
RGB125175181
HSL186°27.45%60.00%
HSB/HSV186°30.94%70.98%
CMYK30.94%3.31%0.00%
29.02%

Color #7DAFB5 in popluar number systems.

HEX7DAFB5
Decimal125175181
Binary11111011010111110110101
Octal175257265

Shades and tints

Shades of #7DAFB5

#7DAFB5
(125,175,181)
#72A0A5
(114,160,165)
#679195
(103,145,149)
#5C8285
(92,130,133)
#517375
(81,115,117)
#466465
(70,100,101)
#3B5555
(59,85,85)
#304645
(48,70,69)
#253735
(37,55,53)
#1A2825
(26,40,37)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #7DAFB5

#7DAFB5
(125,175,181)
#88B6BB
(136,182,187)
#93BDC1
(147,189,193)
#9EC4C7
(158,196,199)
#A9CBCD
(169,203,205)
#B4D2D3
(180,210,211)
#BFD9D9
(191,217,217)
#CAE0DF
(202,224,223)
#D5E7E5
(213,231,229)
#E0EEEB
(224,238,235)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAFB5 color. Also use rgb(125,175,181) instead hex code.

Text Font Color

.myTextColor { color: #7DAFB5; }

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

This text font color is #7DAFB5.


Background Color

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

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

This div background color is #7DAFB5.


Border color

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

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

This div border color is #7DAFB5.


Opacity

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

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

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

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

This text has shadow with #7DAFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAFB5 on black background.


Color preview on white background

This text has color #7DAFB5 on white background.



Black color preview on #7DAFB5 background

This text has black color on #7DAFB5 background.


White color preview on #7DAFB5 background

This text has white color on #7DAFB5 background.