COLOR #75ADDE

HEX: #75ADDE
RGB: (117,173,222)

Color info

#75ADDE contains mainly green and blue colors. Web safe color of #75ADDE is #6699CC (or #69C).

RGB color model

#75ADDE color RGB value is (117,173,222).

  • red value is 117;
  • green value is 173;
  • blue value is 222.
RGB:
(117,173,222)
(46%,68%,87%)

RGB channels and saturation

R 117 of 255 = 46%
G 173 of 255 = 68%
B 222 of 255 = 87%

117
173
222

R + G + B ~ 67%. #75ADDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 173 + 222 = 512 (100%)
R 117 of 512 ~ 22.85%
G 173 of 512 ~ 33.79%
B 222 of 512 ~ 43.36%

%22.85
%33.79
%43.36

CMYK color model

#75ADDE color CMYK value is (47,22,0,13).

  • cyan value is 47.30%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(47,22,0,13)
C47M22Y0K13 
(47%,22%,0%,13%)
(0.47/0.22/0.00/0.13)	

CMYK percentages

%47.3
%22.07
%0
%12.94

Codes

Color #75ADDE in popluar color models

75ADDE
RGB117173222
HSL208°61.40%66.47%
HSB/HSV208°47.30%87.06%
CMYK47.30%22.07%0.00%
12.94%

Color #75ADDE in popluar number systems.

HEX75ADDE
Decimal117173222
Binary11101011010110111011110
Octal165255336

Shades and tints

Shades of #75ADDE

#75ADDE
(117,173,222)
#6B9ECA
(107,158,202)
#618FB6
(97,143,182)
#5780A2
(87,128,162)
#4D718E
(77,113,142)
#43627A
(67,98,122)
#395366
(57,83,102)
#2F4452
(47,68,82)
#25353E
(37,53,62)
#1B262A
(27,38,42)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #75ADDE

#75ADDE
(117,173,222)
#81B4E1
(129,180,225)
#8DBBE4
(141,187,228)
#99C2E7
(153,194,231)
#A5C9EA
(165,201,234)
#B1D0ED
(177,208,237)
#BDD7F0
(189,215,240)
#C9DEF3
(201,222,243)
#D5E5F6
(213,229,246)
#E1ECF9
(225,236,249)
#EDF3FC
(237,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75ADDE color. Also use rgb(117,173,222) instead hex code.

Text Font Color

.myTextColor { color: #75ADDE; }

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

This text font color is #75ADDE.


Background Color

.myBgColor { background-color: #75ADDE; }

<div style="background-color:#75ADDE">Inner text</div>

This div background color is #75ADDE.


Border color

.myBorderColor { border: 1px solid #75ADDE; }

<div style="border:3px solid #75ADDE">Div</div>

This div border color is #75ADDE.


Opacity

.myOpacity80 { color: #75ADDE; opacity: 0.8; }

<p style="color:#75ADDE;opacity:0.8;">80%</p>

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

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

This text has shadow with #75ADDE color.

.textShadow {text-shadow: 3px 3px 1px #75ADDE, 3px 3px 1px red;}

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

This text has shadow with #75ADDE primary color and red secondary color.


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

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

This text has shadow with #75ADDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75ADDE on black background.


Color preview on white background

This text has color #75ADDE on white background.



Black color preview on #75ADDE background

This text has black color on #75ADDE background.


White color preview on #75ADDE background

This text has white color on #75ADDE background.