COLOR #7DBEB8

HEX: #7DBEB8 RGB: (125,190,184)

Color info

#7DBEB8 contains mainly green and blue colors. Web safe color of #7DBEB8 is #66CCCC (or #6CC).

RGB color model

#7DBEB8 color RGB value is (125,190,184).

RGB: (125,190,184) (49%, 75%, 72%)

RGB channels and saturation

R 125 of 255 = 49%
G 190 of 255 = 75%
B 184 of 255 = 72%

125
190
184

R + G + B ~ 65%. #7DBEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 190 + 184 = 499 (100%)
R 125 of 499 ~ 25.05%
G 190 of 499 ~ 38.08%
B 184 of 499 ~ 36.87'%

%25.05
%38.08
%36.87

CMYK color model

#7DBEB8 color CMYK value is (34,0,3,25).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%

CMYK: (34,0,3,25)
C34M0Y3K25 (34%, 0%, 3%, 25%)
(0.34 / 0.00 / 0.03 / 0.25)

CMYK percentages

%34.21
%0
%3.16
%25.49

Codes

Color #7DBEB8 in popluar color models

7D BE B8
RGB 125 190 184
HSL 174° 33.33% 61.76%
HSB/HSV 174° 34.21% 74.51%
CMYK 34.21% 0.00% 3.16%
25.49%

Color #7DBEB8 in popluar number systems.

HEX 7D BE B8
Decimal 125 190 184
Binary 1111101 10111110 10111000
Octal 175 276 270

Shades and tints

Shades of #7DBEB8

#7DBEB8
(125,190,184)
#72ADA8
(114,173,168)
#679C98
(103,156,152)
#5C8B88
(92,139,136)
#517A78
(81,122,120)
#466968
(70,105,104)
#3B5858
(59,88,88)
#304748
(48,71,72)
#253638
(37,54,56)
#1A2528
(26,37,40)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #7DBEB8

#7DBEB8
(125,190,184)
#88C3BE
(136,195,190)
#93C8C4
(147,200,196)
#9ECDCA
(158,205,202)
#A9D2D0
(169,210,208)
#B4D7D6
(180,215,214)
#BFDCDC
(191,220,220)
#CAE1E2
(202,225,226)
#D5E6E8
(213,230,232)
#E0EBEE
(224,235,238)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBEB8 color. Also use rgb(125,190,184) instead hex code.

Text Font Color

.myTextColor { color: #7DBEB8; }

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

This text font color is #7DBEB8.

Background Color

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

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

This div background color is #7DBEB8.

Border color

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

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

This div border color is #7DBEB8.

Opacity

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

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

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

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

This text has shadow with #7DBEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBEB8.

Preview

Color preview on black background

This text has color #7DBEB8 on black background.


Color preview on white background

This text has color #7DBEB8 on white background.


Black color preview on #7DBEB8 background

This text has black color on #7DBEB8 background.


White color preview on #7DBEB8 background

This text has white color on #7DBEB8 background.


Related colors

Complementary color

Complementary color for #hex is #824147.


I love getcolorcode.com

Triadic colors

1 #B87DBE and #BEB87D with #7DBEB8 are triadic colors.

2 #B8BE7D and #BE7DB8 with #7DBEB8 are triadic colors.