COLOR #7DDBE5

HEX: #7DDBE5
RGB: (125,219,229)

Color info

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

RGB color model

#7DDBE5 color RGB value is (125,219,229).

  • red value is 125;
  • green value is 219;
  • blue value is 229.
RGB:
(125,219,229)
(49%,86%,90%)

RGB channels and saturation

R 125 of 255 = 49%
G 219 of 255 = 86%
B 229 of 255 = 90%

125
219
229

R + G + B ~ 75%. #7DDBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 219 + 229 = 573 (100%)
R 125 of 573 ~ 21.82%
G 219 of 573 ~ 38.22%
B 229 of 573 ~ 39.97%

%21.82
%38.22
%39.97

CMYK color model

#7DDBE5 color CMYK value is (45,4,0,10).

  • cyan value is 45.41%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(45,4,0,10)
C45M4Y0K10 
(45%,4%,0%,10%)
(0.45/0.04/0.00/0.10)	

CMYK percentages

%45.41
%4.37
%0
%10.2

Codes

Color #7DDBE5 in popluar color models

7DDBE5
RGB125219229
HSL186°66.67%69.41%
HSB/HSV186°45.41%89.80%
CMYK45.41%4.37%0.00%
10.20%

Color #7DDBE5 in popluar number systems.

HEX7DDBE5
Decimal125219229
Binary11111011101101111100101
Octal175333345

Shades and tints

Shades of #7DDBE5

#7DDBE5
(125,219,229)
#72C8D1
(114,200,209)
#67B5BD
(103,181,189)
#5CA2A9
(92,162,169)
#518F95
(81,143,149)
#467C81
(70,124,129)
#3B696D
(59,105,109)
#305659
(48,86,89)
#254345
(37,67,69)
#1A3031
(26,48,49)
#0F1D1D
(15,29,29)
#000000
(0,0,0)

Tints of #7DDBE5

#7DDBE5
(125,219,229)
#88DEE7
(136,222,231)
#93E1E9
(147,225,233)
#9EE4EB
(158,228,235)
#A9E7ED
(169,231,237)
#B4EAEF
(180,234,239)
#BFEDF1
(191,237,241)
#CAF0F3
(202,240,243)
#D5F3F5
(213,243,245)
#E0F6F7
(224,246,247)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DDBE5 color. Also use rgb(125,219,229) instead hex code.

Text Font Color

.myTextColor { color: #7DDBE5; }

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

This text font color is #7DDBE5.


Background Color

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

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

This div background color is #7DDBE5.


Border color

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

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

This div border color is #7DDBE5.


Opacity

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

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

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

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

This text has shadow with #7DDBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDBE5 on black background.


Color preview on white background

This text has color #7DDBE5 on white background.



Black color preview on #7DDBE5 background

This text has black color on #7DDBE5 background.


White color preview on #7DDBE5 background

This text has white color on #7DDBE5 background.