COLOR #7DBAE4

HEX: #7DBAE4
RGB: (125,186,228)

Color info

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

RGB color model

#7DBAE4 color RGB value is (125,186,228).

  • red value is 125;
  • green value is 186;
  • blue value is 228.
RGB:
(125,186,228)
(49%,73%,89%)

RGB channels and saturation

R 125 of 255 = 49%
G 186 of 255 = 73%
B 228 of 255 = 89%

125
186
228

R + G + B ~ 70%. #7DBAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 186 + 228 = 539 (100%)
R 125 of 539 ~ 23.19%
G 186 of 539 ~ 34.51%
B 228 of 539 ~ 42.3%

%23.19
%34.51
%42.3

CMYK color model

#7DBAE4 color CMYK value is (45,18,0,11).

  • cyan value is 45.18%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(45,18,0,11)
C45M18Y0K11 
(45%,18%,0%,11%)
(0.45/0.18/0.00/0.11)	

CMYK percentages

%45.18
%18.42
%0
%10.59

Codes

Color #7DBAE4 in popluar color models

7DBAE4
RGB125186228
HSL204°65.61%69.22%
HSB/HSV204°45.18%89.41%
CMYK45.18%18.42%0.00%
10.59%

Color #7DBAE4 in popluar number systems.

HEX7DBAE4
Decimal125186228
Binary11111011011101011100100
Octal175272344

Shades and tints

Shades of #7DBAE4

#7DBAE4
(125,186,228)
#72AAD0
(114,170,208)
#679ABC
(103,154,188)
#5C8AA8
(92,138,168)
#517A94
(81,122,148)
#466A80
(70,106,128)
#3B5A6C
(59,90,108)
#304A58
(48,74,88)
#253A44
(37,58,68)
#1A2A30
(26,42,48)
#0F1A1C
(15,26,28)
#000000
(0,0,0)

Tints of #7DBAE4

#7DBAE4
(125,186,228)
#88C0E6
(136,192,230)
#93C6E8
(147,198,232)
#9ECCEA
(158,204,234)
#A9D2EC
(169,210,236)
#B4D8EE
(180,216,238)
#BFDEF0
(191,222,240)
#CAE4F2
(202,228,242)
#D5EAF4
(213,234,244)
#E0F0F6
(224,240,246)
#EBF6F8
(235,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBAE4; }

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

This text font color is #7DBAE4.


Background Color

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

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

This div background color is #7DBAE4.


Border color

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

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

This div border color is #7DBAE4.


Opacity

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

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

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

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

This text has shadow with #7DBAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBAE4 on black background.


Color preview on white background

This text has color #7DBAE4 on white background.



Black color preview on #7DBAE4 background

This text has black color on #7DBAE4 background.


White color preview on #7DBAE4 background

This text has white color on #7DBAE4 background.