COLOR #7DBFA1

HEX: #7DBFA1
RGB: (125,191,161)

Color info

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

RGB color model

#7DBFA1 color RGB value is (125,191,161).

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

RGB channels and saturation

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

125
191
161

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

Portions of RGB colors in percentages

R + G + B =
125 + 191 + 161 = 477 (100%)
R 125 of 477 ~ 26.21%
G 191 of 477 ~ 40.04%
B 161 of 477 ~ 33.75%

%26.21
%40.04
%33.75

CMYK color model

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

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • 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
%15.71
%25.1

Codes

Color #7DBFA1 in popluar color models

7DBFA1
RGB125191161
HSL153°34.02%61.96%
HSB/HSV153°34.55%74.90%
CMYK34.55%0.00%15.71%
25.10%

Color #7DBFA1 in popluar number systems.

HEX7DBFA1
Decimal125191161
Binary11111011011111110100001
Octal175277241

Shades and tints

Shades of #7DBFA1

#7DBFA1
(125,191,161)
#72AE93
(114,174,147)
#679D85
(103,157,133)
#5C8C77
(92,140,119)
#517B69
(81,123,105)
#466A5B
(70,106,91)
#3B594D
(59,89,77)
#30483F
(48,72,63)
#253731
(37,55,49)
#1A2623
(26,38,35)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #7DBFA1

#7DBFA1
(125,191,161)
#88C4A9
(136,196,169)
#93C9B1
(147,201,177)
#9ECEB9
(158,206,185)
#A9D3C1
(169,211,193)
#B4D8C9
(180,216,201)
#BFDDD1
(191,221,209)
#CAE2D9
(202,226,217)
#D5E7E1
(213,231,225)
#E0ECE9
(224,236,233)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBFA1; }

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

This text font color is #7DBFA1.


Background Color

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

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

This div background color is #7DBFA1.


Border color

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

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

This div border color is #7DBFA1.


Opacity

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

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

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

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

This text has shadow with #7DBFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBFA1 on black background.


Color preview on white background

This text has color #7DBFA1 on white background.



Black color preview on #7DBFA1 background

This text has black color on #7DBFA1 background.


White color preview on #7DBFA1 background

This text has white color on #7DBFA1 background.