COLOR #7DBACE

HEX: #7DBACE RGB: (125,186,206)

Color info

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

RGB color model

#7DBACE color RGB value is (125,186,206).

RGB: (125,186,206) (49%, 73%, 81%)

RGB channels and saturation

R 125 of 255 = 49%
G 186 of 255 = 73%
B 206 of 255 = 81%

125
186
206

R + G + B ~ 68%. #7DBACE is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 186 + 206 = 517 (100%)
R 125 of 517 ~ 24.18%
G 186 of 517 ~ 35.98%
B 206 of 517 ~ 39.85'%

%24.18
%35.98
%39.85

CMYK color model

#7DBACE color CMYK value is (39,10,0,19).

  • cyan value is 39.32%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (39,10,0,19)
C39M10Y0K19 (39%, 10%, 0%, 19%)
(0.39 / 0.10 / 0.00 / 0.19)

CMYK percentages

%39.32
%9.71
%0
%19.22

Codes

Color #7DBACE in popluar color models

7D BA CE
RGB 125 186 206
HSL 195° 45.25% 64.90%
HSB/HSV 195° 39.32% 80.78%
CMYK 39.32% 9.71% 0.00%
19.22%

Color #7DBACE in popluar number systems.

HEX 7D BA CE
Decimal 125 186 206
Binary 1111101 10111010 11001110
Octal 175 272 316

Shades and tints

Shades of #7DBACE

#7DBACE
(125,186,206)
#72AABC
(114,170,188)
#679AAA
(103,154,170)
#5C8A98
(92,138,152)
#517A86
(81,122,134)
#466A74
(70,106,116)
#3B5A62
(59,90,98)
#304A50
(48,74,80)
#253A3E
(37,58,62)
#1A2A2C
(26,42,44)
#0F1A1A
(15,26,26)
#000000
(0,0,0)

Tints of #7DBACE

#7DBACE
(125,186,206)
#88C0D2
(136,192,210)
#93C6D6
(147,198,214)
#9ECCDA
(158,204,218)
#A9D2DE
(169,210,222)
#B4D8E2
(180,216,226)
#BFDEE6
(191,222,230)
#CAE4EA
(202,228,234)
#D5EAEE
(213,234,238)
#E0F0F2
(224,240,242)
#EBF6F6
(235,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBACE; }

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

This text font color is #7DBACE.

Background Color

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

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

This div background color is #7DBACE.

Border color

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

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

This div border color is #7DBACE.

Opacity

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

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

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

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

This text has shadow with #7DBACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBACE.

Preview

Color preview on black background

This text has color #7DBACE on black background.


Color preview on white background

This text has color #7DBACE on white background.


Black color preview on #7DBACE background

This text has black color on #7DBACE background.


White color preview on #7DBACE background

This text has white color on #7DBACE background.


Related colors

Complementary color

Complementary color for #hex is #824531.


I love getcolorcode.com

Triadic colors

1 #CE7DBA and #BACE7D with #7DBACE are triadic colors.

2 #CEBA7D and #BA7DCE with #7DBACE are triadic colors.