COLOR #7EB7DD

HEX: #7EB7DD RGB: (126,183,221)

Color info

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

RGB color model

#7EB7DD color RGB value is (126,183,221).

RGB: (126,183,221) (49%, 72%, 87%)

RGB channels and saturation

R 126 of 255 = 49%
G 183 of 255 = 72%
B 221 of 255 = 87%

126
183
221

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

Portions of RGB colors in percentages

R + G + B = 126 + 183 + 221 = 530 (100%)
R 126 of 530 ~ 23.77%
G 183 of 530 ~ 34.53%
B 221 of 530 ~ 41.7'%

%23.77
%34.53
%41.7

CMYK color model

#7EB7DD color CMYK value is (43,17,0,13).

  • cyan value is 42.99%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (43,17,0,13)
C43M17Y0K13 (43%, 17%, 0%, 13%)
(0.43 / 0.17 / 0.00 / 0.13)

CMYK percentages

%42.99
%17.19
%0
%13.33

Codes

Color #7EB7DD in popluar color models

7E B7 DD
RGB 126 183 221
HSL 204° 58.28% 68.04%
HSB/HSV 204° 42.99% 86.67%
CMYK 42.99% 17.19% 0.00%
13.33%

Color #7EB7DD in popluar number systems.

HEX 7E B7 DD
Decimal 126 183 221
Binary 1111110 10110111 11011101
Octal 176 267 335

Shades and tints

Shades of #7EB7DD

#7EB7DD
(126,183,221)
#73A7C9
(115,167,201)
#6897B5
(104,151,181)
#5D87A1
(93,135,161)
#52778D
(82,119,141)
#476779
(71,103,121)
#3C5765
(60,87,101)
#314751
(49,71,81)
#26373D
(38,55,61)
#1B2729
(27,39,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #7EB7DD

#7EB7DD
(126,183,221)
#89BDE0
(137,189,224)
#94C3E3
(148,195,227)
#9FC9E6
(159,201,230)
#AACFE9
(170,207,233)
#B5D5EC
(181,213,236)
#C0DBEF
(192,219,239)
#CBE1F2
(203,225,242)
#D6E7F5
(214,231,245)
#E1EDF8
(225,237,248)
#ECF3FB
(236,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB7DD color. Also use rgb(126,183,221) instead hex code.

Text Font Color

.myTextColor { color: #7EB7DD; }

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

This text font color is #7EB7DD.

Background Color

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

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

This div background color is #7EB7DD.

Border color

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

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

This div border color is #7EB7DD.

Opacity

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

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

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

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

This text has shadow with #7EB7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB7DD.

Preview

Color preview on black background

This text has color #7EB7DD on black background.


Color preview on white background

This text has color #7EB7DD on white background.


Black color preview on #7EB7DD background

This text has black color on #7EB7DD background.


White color preview on #7EB7DD background

This text has white color on #7EB7DD background.


Related colors

Complementary color

Complementary color for #hex is #814822.


I love getcolorcode.com

Triadic colors

1 #DD7EB7 and #B7DD7E with #7EB7DD are triadic colors.

2 #DDB77E and #B77EDD with #7EB7DD are triadic colors.