COLOR #7DB2B5

HEX: #7DB2B5
RGB: (125,178,181)

Color info

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

RGB color model

#7DB2B5 color RGB value is (125,178,181).

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

RGB channels and saturation

R 125 of 255 = 49%
G 178 of 255 = 70%
B 181 of 255 = 71%

125
178
181

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

Portions of RGB colors in percentages

R + G + B =
125 + 178 + 181 = 484 (100%)
R 125 of 484 ~ 25.83%
G 178 of 484 ~ 36.78%
B 181 of 484 ~ 37.4%

%25.83
%36.78
%37.4

CMYK color model

#7DB2B5 color CMYK value is (31,2,0,29).

  • cyan value is 30.94%
  • magenta value is 1.66%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(31,2,0,29)
C31M2Y0K29 
(31%,2%,0%,29%)
(0.31/0.02/0.00/0.29)	

CMYK percentages

%30.94
%1.66
%0
%29.02

Codes

Color #7DB2B5 in popluar color models

7DB2B5
RGB125178181
HSL183°27.45%60.00%
HSB/HSV183°30.94%70.98%
CMYK30.94%1.66%0.00%
29.02%

Color #7DB2B5 in popluar number systems.

HEX7DB2B5
Decimal125178181
Binary11111011011001010110101
Octal175262265

Shades and tints

Shades of #7DB2B5

#7DB2B5
(125,178,181)
#72A2A5
(114,162,165)
#679295
(103,146,149)
#5C8285
(92,130,133)
#517275
(81,114,117)
#466265
(70,98,101)
#3B5255
(59,82,85)
#304245
(48,66,69)
#253235
(37,50,53)
#1A2225
(26,34,37)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #7DB2B5

#7DB2B5
(125,178,181)
#88B9BB
(136,185,187)
#93C0C1
(147,192,193)
#9EC7C7
(158,199,199)
#A9CECD
(169,206,205)
#B4D5D3
(180,213,211)
#BFDCD9
(191,220,217)
#CAE3DF
(202,227,223)
#D5EAE5
(213,234,229)
#E0F1EB
(224,241,235)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB2B5; }

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

This text font color is #7DB2B5.


Background Color

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

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

This div background color is #7DB2B5.


Border color

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

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

This div border color is #7DB2B5.


Opacity

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

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

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

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

This text has shadow with #7DB2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB2B5 on black background.


Color preview on white background

This text has color #7DB2B5 on white background.



Black color preview on #7DB2B5 background

This text has black color on #7DB2B5 background.


White color preview on #7DB2B5 background

This text has white color on #7DB2B5 background.