COLOR #7DBEB3

HEX: #7DBEB3
RGB: (125,190,179)

Color info

#7DBEB3 contains mainly green and blue colors. Web safe color of #7DBEB3 is #66CC99 (or #6C9).

RGB color model

#7DBEB3 color RGB value is (125,190,179).

  • red value is 125;
  • green value is 190;
  • blue value is 179.
RGB:
(125,190,179)
(49%,75%,70%)

RGB channels and saturation

R 125 of 255 = 49%
G 190 of 255 = 75%
B 179 of 255 = 70%

125
190
179

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

Portions of RGB colors in percentages

R + G + B =
125 + 190 + 179 = 494 (100%)
R 125 of 494 ~ 25.3%
G 190 of 494 ~ 38.46%
B 179 of 494 ~ 36.23%

%25.3
%38.46
%36.23

CMYK color model

#7DBEB3 color CMYK value is (34,0,6,25).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(34,0,6,25)
C34M0Y6K25 
(34%,0%,6%,25%)
(0.34/0.00/0.06/0.25)	

CMYK percentages

%34.21
%0
%5.79
%25.49

Codes

Color #7DBEB3 in popluar color models

7DBEB3
RGB125190179
HSL170°33.33%61.76%
HSB/HSV170°34.21%74.51%
CMYK34.21%0.00%5.79%
25.49%

Color #7DBEB3 in popluar number systems.

HEX7DBEB3
Decimal125190179
Binary11111011011111010110011
Octal175276263

Shades and tints

Shades of #7DBEB3

#7DBEB3
(125,190,179)
#72ADA3
(114,173,163)
#679C93
(103,156,147)
#5C8B83
(92,139,131)
#517A73
(81,122,115)
#466963
(70,105,99)
#3B5853
(59,88,83)
#304743
(48,71,67)
#253633
(37,54,51)
#1A2523
(26,37,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7DBEB3

#7DBEB3
(125,190,179)
#88C3B9
(136,195,185)
#93C8BF
(147,200,191)
#9ECDC5
(158,205,197)
#A9D2CB
(169,210,203)
#B4D7D1
(180,215,209)
#BFDCD7
(191,220,215)
#CAE1DD
(202,225,221)
#D5E6E3
(213,230,227)
#E0EBE9
(224,235,233)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBEB3; }

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

This text font color is #7DBEB3.


Background Color

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

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

This div background color is #7DBEB3.


Border color

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

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

This div border color is #7DBEB3.


Opacity

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

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

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

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

This text has shadow with #7DBEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBEB3 on black background.


Color preview on white background

This text has color #7DBEB3 on white background.



Black color preview on #7DBEB3 background

This text has black color on #7DBEB3 background.


White color preview on #7DBEB3 background

This text has white color on #7DBEB3 background.