COLOR #7DCEB2

HEX: #7DCEB2
RGB: (125,206,178)

Color info

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

RGB color model

#7DCEB2 color RGB value is (125,206,178).

  • red value is 125;
  • green value is 206;
  • blue value is 178.
RGB:
(125,206,178)
(49%,81%,70%)

RGB channels and saturation

R 125 of 255 = 49%
G 206 of 255 = 81%
B 178 of 255 = 70%

125
206
178

R + G + B ~ 67%. #7DCEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 206 + 178 = 509 (100%)
R 125 of 509 ~ 24.56%
G 206 of 509 ~ 40.47%
B 178 of 509 ~ 34.97%

%24.56
%40.47
%34.97

CMYK color model

#7DCEB2 color CMYK value is (39,0,14,19).

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 19.22%
CMYK:
(39,0,14,19)
C39M0Y14K19 
(39%,0%,14%,19%)
(0.39/0.00/0.14/0.19)	

CMYK percentages

%39.32
%0
%13.59
%19.22

Codes

Color #7DCEB2 in popluar color models

7DCEB2
RGB125206178
HSL159°45.25%64.90%
HSB/HSV159°39.32%80.78%
CMYK39.32%0.00%13.59%
19.22%

Color #7DCEB2 in popluar number systems.

HEX7DCEB2
Decimal125206178
Binary11111011100111010110010
Octal175316262

Shades and tints

Shades of #7DCEB2

#7DCEB2
(125,206,178)
#72BCA2
(114,188,162)
#67AA92
(103,170,146)
#5C9882
(92,152,130)
#518672
(81,134,114)
#467462
(70,116,98)
#3B6252
(59,98,82)
#305042
(48,80,66)
#253E32
(37,62,50)
#1A2C22
(26,44,34)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #7DCEB2

#7DCEB2
(125,206,178)
#88D2B9
(136,210,185)
#93D6C0
(147,214,192)
#9EDAC7
(158,218,199)
#A9DECE
(169,222,206)
#B4E2D5
(180,226,213)
#BFE6DC
(191,230,220)
#CAEAE3
(202,234,227)
#D5EEEA
(213,238,234)
#E0F2F1
(224,242,241)
#EBF6F8
(235,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCEB2 color. Also use rgb(125,206,178) instead hex code.

Text Font Color

.myTextColor { color: #7DCEB2; }

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

This text font color is #7DCEB2.


Background Color

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

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

This div background color is #7DCEB2.


Border color

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

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

This div border color is #7DCEB2.


Opacity

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

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

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

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

This text has shadow with #7DCEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCEB2 on black background.


Color preview on white background

This text has color #7DCEB2 on white background.



Black color preview on #7DCEB2 background

This text has black color on #7DCEB2 background.


White color preview on #7DCEB2 background

This text has white color on #7DCEB2 background.