COLOR #7DBFA0

HEX: #7DBFA0
RGB: (125,191,160)

Color info

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

RGB color model

#7DBFA0 color RGB value is (125,191,160).

  • red value is 125;
  • green value is 191;
  • blue value is 160.
RGB:
(125,191,160)
(49%,75%,63%)

RGB channels and saturation

R 125 of 255 = 49%
G 191 of 255 = 75%
B 160 of 255 = 63%

125
191
160

R + G + B ~ 62%. #7DBFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 191 + 160 = 476 (100%)
R 125 of 476 ~ 26.26%
G 191 of 476 ~ 40.13%
B 160 of 476 ~ 33.61%

%26.26
%40.13
%33.61

CMYK color model

#7DBFA0 color CMYK value is (35,0,16,25).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(35,0,16,25)
C35M0Y16K25 
(35%,0%,16%,25%)
(0.35/0.00/0.16/0.25)	

CMYK percentages

%34.55
%0
%16.23
%25.1

Codes

Color #7DBFA0 in popluar color models

7DBFA0
RGB125191160
HSL152°34.02%61.96%
HSB/HSV152°34.55%74.90%
CMYK34.55%0.00%16.23%
25.10%

Color #7DBFA0 in popluar number systems.

HEX7DBFA0
Decimal125191160
Binary11111011011111110100000
Octal175277240

Shades and tints

Shades of #7DBFA0

#7DBFA0
(125,191,160)
#72AE92
(114,174,146)
#679D84
(103,157,132)
#5C8C76
(92,140,118)
#517B68
(81,123,104)
#466A5A
(70,106,90)
#3B594C
(59,89,76)
#30483E
(48,72,62)
#253730
(37,55,48)
#1A2622
(26,38,34)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #7DBFA0

#7DBFA0
(125,191,160)
#88C4A8
(136,196,168)
#93C9B0
(147,201,176)
#9ECEB8
(158,206,184)
#A9D3C0
(169,211,192)
#B4D8C8
(180,216,200)
#BFDDD0
(191,221,208)
#CAE2D8
(202,226,216)
#D5E7E0
(213,231,224)
#E0ECE8
(224,236,232)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBFA0 color. Also use rgb(125,191,160) instead hex code.

Text Font Color

.myTextColor { color: #7DBFA0; }

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

This text font color is #7DBFA0.


Background Color

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

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

This div background color is #7DBFA0.


Border color

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

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

This div border color is #7DBFA0.


Opacity

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

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

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

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

This text has shadow with #7DBFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBFA0 on black background.


Color preview on white background

This text has color #7DBFA0 on white background.



Black color preview on #7DBFA0 background

This text has black color on #7DBFA0 background.


White color preview on #7DBFA0 background

This text has white color on #7DBFA0 background.