COLOR #7DF1BB

HEX: #7DF1BB
RGB: (125,241,187)

Color info

#7DF1BB contains mainly green and blue colors. Web safe color of #7DF1BB is #66FFCC (or #6FC).

RGB color model

#7DF1BB color RGB value is (125,241,187).

  • red value is 125;
  • green value is 241;
  • blue value is 187.
RGB:
(125,241,187)
(49%,95%,73%)

RGB channels and saturation

R 125 of 255 = 49%
G 241 of 255 = 95%
B 187 of 255 = 73%

125
241
187

R + G + B ~ 72%. #7DF1BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 241 + 187 = 553 (100%)
R 125 of 553 ~ 22.6%
G 241 of 553 ~ 43.58%
B 187 of 553 ~ 33.82%

%22.6
%43.58
%33.82

CMYK color model

#7DF1BB color CMYK value is (48,0,22,5).

  • cyan value is 48.13%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(48,0,22,5)
C48M0Y22K5 
(48%,0%,22%,5%)
(0.48/0.00/0.22/0.05)	

CMYK percentages

%48.13
%0
%22.41
%5.49

Codes

Color #7DF1BB in popluar color models

7DF1BB
RGB125241187
HSL152°80.56%71.76%
HSB/HSV152°48.13%94.51%
CMYK48.13%0.00%22.41%
5.49%

Color #7DF1BB in popluar number systems.

HEX7DF1BB
Decimal125241187
Binary11111011111000110111011
Octal175361273

Shades and tints

Shades of #7DF1BB

#7DF1BB
(125,241,187)
#72DCAA
(114,220,170)
#67C799
(103,199,153)
#5CB288
(92,178,136)
#519D77
(81,157,119)
#468866
(70,136,102)
#3B7355
(59,115,85)
#305E44
(48,94,68)
#254933
(37,73,51)
#1A3422
(26,52,34)
#0F1F11
(15,31,17)
#000000
(0,0,0)

Tints of #7DF1BB

#7DF1BB
(125,241,187)
#88F2C1
(136,242,193)
#93F3C7
(147,243,199)
#9EF4CD
(158,244,205)
#A9F5D3
(169,245,211)
#B4F6D9
(180,246,217)
#BFF7DF
(191,247,223)
#CAF8E5
(202,248,229)
#D5F9EB
(213,249,235)
#E0FAF1
(224,250,241)
#EBFBF7
(235,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF1BB color. Also use rgb(125,241,187) instead hex code.

Text Font Color

.myTextColor { color: #7DF1BB; }

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

This text font color is #7DF1BB.


Background Color

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

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

This div background color is #7DF1BB.


Border color

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

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

This div border color is #7DF1BB.


Opacity

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

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

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

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

This text has shadow with #7DF1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF1BB on black background.


Color preview on white background

This text has color #7DF1BB on white background.



Black color preview on #7DF1BB background

This text has black color on #7DF1BB background.


White color preview on #7DF1BB background

This text has white color on #7DF1BB background.