COLOR #7DBCA4

HEX: #7DBCA4
RGB: (125,188,164)

Color info

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

RGB color model

#7DBCA4 color RGB value is (125,188,164).

  • red value is 125;
  • green value is 188;
  • blue value is 164.
RGB:
(125,188,164)
(49%,74%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 188 of 255 = 74%
B 164 of 255 = 64%

125
188
164

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

Portions of RGB colors in percentages

R + G + B =
125 + 188 + 164 = 477 (100%)
R 125 of 477 ~ 26.21%
G 188 of 477 ~ 39.41%
B 164 of 477 ~ 34.38%

%26.21
%39.41
%34.38

CMYK color model

#7DBCA4 color CMYK value is (34,0,13,26).

  • cyan value is 33.51%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(34,0,13,26)
C34M0Y13K26 
(34%,0%,13%,26%)
(0.34/0.00/0.13/0.26)	

CMYK percentages

%33.51
%0
%12.77
%26.27

Codes

Color #7DBCA4 in popluar color models

7DBCA4
RGB125188164
HSL157°31.98%61.37%
HSB/HSV157°33.51%73.73%
CMYK33.51%0.00%12.77%
26.27%

Color #7DBCA4 in popluar number systems.

HEX7DBCA4
Decimal125188164
Binary11111011011110010100100
Octal175274244

Shades and tints

Shades of #7DBCA4

#7DBCA4
(125,188,164)
#72AB96
(114,171,150)
#679A88
(103,154,136)
#5C897A
(92,137,122)
#51786C
(81,120,108)
#46675E
(70,103,94)
#3B5650
(59,86,80)
#304542
(48,69,66)
#253434
(37,52,52)
#1A2326
(26,35,38)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #7DBCA4

#7DBCA4
(125,188,164)
#88C2AC
(136,194,172)
#93C8B4
(147,200,180)
#9ECEBC
(158,206,188)
#A9D4C4
(169,212,196)
#B4DACC
(180,218,204)
#BFE0D4
(191,224,212)
#CAE6DC
(202,230,220)
#D5ECE4
(213,236,228)
#E0F2EC
(224,242,236)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBCA4 color. Also use rgb(125,188,164) instead hex code.

Text Font Color

.myTextColor { color: #7DBCA4; }

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

This text font color is #7DBCA4.


Background Color

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

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

This div background color is #7DBCA4.


Border color

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

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

This div border color is #7DBCA4.


Opacity

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

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

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

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

This text has shadow with #7DBCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBCA4 on black background.


Color preview on white background

This text has color #7DBCA4 on white background.



Black color preview on #7DBCA4 background

This text has black color on #7DBCA4 background.


White color preview on #7DBCA4 background

This text has white color on #7DBCA4 background.