COLOR #7DBEE1

HEX: #7DBEE1 RGB: (125,190,225)

Color info

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

RGB color model

#7DBEE1 color RGB value is (125,190,225).

RGB: (125,190,225) (49%, 75%, 88%)

RGB channels and saturation

R 125 of 255 = 49%
G 190 of 255 = 75%
B 225 of 255 = 88%

125
190
225

R + G + B ~ 71%. #7DBEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 190 + 225 = 540 (100%)
R 125 of 540 ~ 23.15%
G 190 of 540 ~ 35.19%
B 225 of 540 ~ 41.67'%

%23.15
%35.19
%41.67

CMYK color model

#7DBEE1 color CMYK value is (44,16,0,12).

  • cyan value is 44.44%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (44,16,0,12) C44M16Y0K12 (44%,16%,0%,12%) (0.44/0.16/0.00/0.12) 

CMYK percentages

%44.44
%15.56
%0
%11.76

Codes

Color #7DBEE1 in popluar color models

7D BE E1
RGB 125 190 225
HSL 201° 62.50% 68.63%
HSB/HSV 201° 44.44% 88.24%
CMYK 44.44% 15.56% 0.00%
11.76%

Color #7DBEE1 in popluar number systems.

HEX 7D BE E1
Decimal 125 190 225
Binary 1111101 10111110 11100001
Octal 175 276 341

Shades and tints

Shades of #7DBEE1

#7DBEE1
(125,190,225)
#72ADCD
(114,173,205)
#679CB9
(103,156,185)
#5C8BA5
(92,139,165)
#517A91
(81,122,145)
#46697D
(70,105,125)
#3B5869
(59,88,105)
#304755
(48,71,85)
#253641
(37,54,65)
#1A252D
(26,37,45)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #7DBEE1

#7DBEE1
(125,190,225)
#88C3E3
(136,195,227)
#93C8E5
(147,200,229)
#9ECDE7
(158,205,231)
#A9D2E9
(169,210,233)
#B4D7EB
(180,215,235)
#BFDCED
(191,220,237)
#CAE1EF
(202,225,239)
#D5E6F1
(213,230,241)
#E0EBF3
(224,235,243)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBEE1; }

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

This text font color is #7DBEE1.

Background Color

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

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

This div background color is #7DBEE1.

Border color

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

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

This div border color is #7DBEE1.

Opacity

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

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

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

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

This text has shadow with #7DBEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBEE1.

Preview

Color preview on black background

This text has color #7DBEE1 on black background.


Color preview on white background

This text has color #7DBEE1 on white background.


Black color preview on #7DBEE1 background

This text has black color on #7DBEE1 background.


White color preview on #7DBEE1 background

This text has white color on #7DBEE1 background.


Related colors

Complementary color

Complementary color for #hex is #82411E.


I love getcolorcode.com

Triadic colors

1 #E17DBE and #BEE17D with #7DBEE1 are triadic colors.

2 #E1BE7D and #BE7DE1 with #7DBEE1 are triadic colors.