COLOR #7DD3BE

HEX: #7DD3BE RGB: (125,211,190)

Color info

#7DD3BE contains mainly green and blue colors. Web safe color of #7DD3BE is #66CCCC (or #6CC).

RGB color model

#7DD3BE color RGB value is (125,211,190).

RGB: (125,211,190) (49%, 83%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 211 of 255 = 83%
B 190 of 255 = 75%

125
211
190

R + G + B ~ 69%. #7DD3BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 211 + 190 = 526 (100%)
R 125 of 526 ~ 23.76%
G 211 of 526 ~ 40.11%
B 190 of 526 ~ 36.12'%

%23.76
%40.11
%36.12

CMYK color model

#7DD3BE color CMYK value is (41,0,10,17).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK: (41,0,10,17) C41M0Y10K17 (41%,0%,10%,17%) (0.41/0.00/0.10/0.17) 

CMYK percentages

%40.76
%0
%9.95
%17.25

Codes

Color #7DD3BE in popluar color models

7D D3 BE
RGB 125 211 190
HSL 165° 49.43% 65.88%
HSB/HSV 165° 40.76% 82.75%
CMYK 40.76% 0.00% 9.95%
17.25%

Color #7DD3BE in popluar number systems.

HEX 7D D3 BE
Decimal 125 211 190
Binary 1111101 11010011 10111110
Octal 175 323 276

Shades and tints

Shades of #7DD3BE

#7DD3BE
(125,211,190)
#72C0AD
(114,192,173)
#67AD9C
(103,173,156)
#5C9A8B
(92,154,139)
#51877A
(81,135,122)
#467469
(70,116,105)
#3B6158
(59,97,88)
#304E47
(48,78,71)
#253B36
(37,59,54)
#1A2825
(26,40,37)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #7DD3BE

#7DD3BE
(125,211,190)
#88D7C3
(136,215,195)
#93DBC8
(147,219,200)
#9EDFCD
(158,223,205)
#A9E3D2
(169,227,210)
#B4E7D7
(180,231,215)
#BFEBDC
(191,235,220)
#CAEFE1
(202,239,225)
#D5F3E6
(213,243,230)
#E0F7EB
(224,247,235)
#EBFBF0
(235,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD3BE color. Also use rgb(125,211,190) instead hex code.

Text Font Color

.myTextColor { color: #7DD3BE; }

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

This text font color is #7DD3BE.

Background Color

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

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

This div background color is #7DD3BE.

Border color

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

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

This div border color is #7DD3BE.

Opacity

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

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

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

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

This text has shadow with #7DD3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD3BE.

Preview

Color preview on black background

This text has color #7DD3BE on black background.


Color preview on white background

This text has color #7DD3BE on white background.


Black color preview on #7DD3BE background

This text has black color on #7DD3BE background.


White color preview on #7DD3BE background

This text has white color on #7DD3BE background.


Related colors

Complementary color

Complementary color for #hex is #822C41.


I love getcolorcode.com

Triadic colors

1 #BE7DD3 and #D3BE7D with #7DD3BE are triadic colors.

2 #BED37D and #D37DBE with #7DD3BE are triadic colors.