COLOR #7DB8A8

HEX: #7DB8A8
RGB: (125,184,168)

Color info

#7DB8A8 contains red, green and blue colors in about the same proportion. Web safe color of #7DB8A8 is #66CC99 (or #6C9).

RGB color model

#7DB8A8 color RGB value is (125,184,168).

  • red value is 125;
  • green value is 184;
  • blue value is 168.
RGB:
(125,184,168)
(49%,72%,66%)

RGB channels and saturation

R 125 of 255 = 49%
G 184 of 255 = 72%
B 168 of 255 = 66%

125
184
168

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

Portions of RGB colors in percentages

R + G + B =
125 + 184 + 168 = 477 (100%)
R 125 of 477 ~ 26.21%
G 184 of 477 ~ 38.57%
B 168 of 477 ~ 35.22%

%26.21
%38.57
%35.22

CMYK color model

#7DB8A8 color CMYK value is (32,0,9,28).

  • cyan value is 32.07%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 27.84%
CMYK:
(32,0,9,28)
C32M0Y9K28 
(32%,0%,9%,28%)
(0.32/0.00/0.09/0.28)	

CMYK percentages

%32.07
%0
%8.7
%27.84

Codes

Color #7DB8A8 in popluar color models

7DB8A8
RGB125184168
HSL164°29.35%60.59%
HSB/HSV164°32.07%72.16%
CMYK32.07%0.00%8.70%
27.84%

Color #7DB8A8 in popluar number systems.

HEX7DB8A8
Decimal125184168
Binary11111011011100010101000
Octal175270250

Shades and tints

Shades of #7DB8A8

#7DB8A8
(125,184,168)
#72A899
(114,168,153)
#67988A
(103,152,138)
#5C887B
(92,136,123)
#51786C
(81,120,108)
#46685D
(70,104,93)
#3B584E
(59,88,78)
#30483F
(48,72,63)
#253830
(37,56,48)
#1A2821
(26,40,33)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #7DB8A8

#7DB8A8
(125,184,168)
#88BEAF
(136,190,175)
#93C4B6
(147,196,182)
#9ECABD
(158,202,189)
#A9D0C4
(169,208,196)
#B4D6CB
(180,214,203)
#BFDCD2
(191,220,210)
#CAE2D9
(202,226,217)
#D5E8E0
(213,232,224)
#E0EEE7
(224,238,231)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB8A8; }

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

This text font color is #7DB8A8.


Background Color

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

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

This div background color is #7DB8A8.


Border color

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

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

This div border color is #7DB8A8.


Opacity

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

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

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

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

This text has shadow with #7DB8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB8A8 on black background.


Color preview on white background

This text has color #7DB8A8 on white background.



Black color preview on #7DB8A8 background

This text has black color on #7DB8A8 background.


White color preview on #7DB8A8 background

This text has white color on #7DB8A8 background.