COLOR #7DB8BE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
184
190

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

Portions of RGB colors in percentages

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

%25.05
%36.87
%38.08

CMYK color model

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

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

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

CMYK percentages

%34.21
%3.16
%0
%25.49

Codes

Color #7DB8BE in popluar color models

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

Color #7DB8BE in popluar number systems.

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

Shades and tints

Shades of #7DB8BE

#7DB8BE
(125,184,190)
#72A8AD
(114,168,173)
#67989C
(103,152,156)
#5C888B
(92,136,139)
#51787A
(81,120,122)
#466869
(70,104,105)
#3B5858
(59,88,88)
#304847
(48,72,71)
#253836
(37,56,54)
#1A2825
(26,40,37)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #7DB8BE

#7DB8BE
(125,184,190)
#88BEC3
(136,190,195)
#93C4C8
(147,196,200)
#9ECACD
(158,202,205)
#A9D0D2
(169,208,210)
#B4D6D7
(180,214,215)
#BFDCDC
(191,220,220)
#CAE2E1
(202,226,225)
#D5E8E6
(213,232,230)
#E0EEEB
(224,238,235)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB8BE; }

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

This text font color is #7DB8BE.

Background Color

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

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

This div background color is #7DB8BE.

Border color

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

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

This div border color is #7DB8BE.

Opacity

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

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

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

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

This text has shadow with #7DB8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB8BE.

Preview

Color preview on black background

This text has color #7DB8BE on black background.


Color preview on white background

This text has color #7DB8BE on white background.


Black color preview on #7DB8BE background

This text has black color on #7DB8BE background.


White color preview on #7DB8BE background

This text has white color on #7DB8BE background.


Related colors

Complementary color

Complementary color for #hex is #824741.


I love getcolorcode.com

Triadic colors

1 #BE7DB8 and #B8BE7D with #7DB8BE are triadic colors.

2 #BEB87D and #B87DBE with #7DB8BE are triadic colors.