COLOR #55ABD3

HEX: #55ABD3
RGB: (85,171,211)

Color info

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

RGB color model

#55ABD3 color RGB value is (85,171,211).

  • red value is 85;
  • green value is 171;
  • blue value is 211.
RGB:
(85,171,211)
(33%,67%,83%)

RGB channels and saturation

R 85 of 255 = 33%
G 171 of 255 = 67%
B 211 of 255 = 83%

85
171
211

R + G + B ~ 61%. #55ABD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 171 + 211 = 467 (100%)
R 85 of 467 ~ 18.2%
G 171 of 467 ~ 36.62%
B 211 of 467 ~ 45.18%

%18.2
%36.62
%45.18

CMYK color model

#55ABD3 color CMYK value is (60,19,0,17).

  • cyan value is 59.72%
  • magenta value is 18.96%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(60,19,0,17)
C60M19Y0K17 
(60%,19%,0%,17%)
(0.60/0.19/0.00/0.17)	

CMYK percentages

%59.72
%18.96
%0
%17.25

Codes

Color #55ABD3 in popluar color models

55ABD3
RGB85171211
HSL199°58.88%58.04%
HSB/HSV199°59.72%82.75%
CMYK59.72%18.96%0.00%
17.25%

Color #55ABD3 in popluar number systems.

HEX55ABD3
Decimal85171211
Binary10101011010101111010011
Octal125253323

Shades and tints

Shades of #55ABD3

#55ABD3
(85,171,211)
#4E9CC0
(78,156,192)
#478DAD
(71,141,173)
#407E9A
(64,126,154)
#396F87
(57,111,135)
#326074
(50,96,116)
#2B5161
(43,81,97)
#24424E
(36,66,78)
#1D333B
(29,51,59)
#162428
(22,36,40)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #55ABD3

#55ABD3
(85,171,211)
#64B2D7
(100,178,215)
#73B9DB
(115,185,219)
#82C0DF
(130,192,223)
#91C7E3
(145,199,227)
#A0CEE7
(160,206,231)
#AFD5EB
(175,213,235)
#BEDCEF
(190,220,239)
#CDE3F3
(205,227,243)
#DCEAF7
(220,234,247)
#EBF1FB
(235,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55ABD3 color. Also use rgb(85,171,211) instead hex code.

Text Font Color

.myTextColor { color: #55ABD3; }

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

This text font color is #55ABD3.


Background Color

.myBgColor { background-color: #55ABD3; }

<div style="background-color:#55ABD3">Inner text</div>

This div background color is #55ABD3.


Border color

.myBorderColor { border: 1px solid #55ABD3; }

<div style="border:3px solid #55ABD3">Div</div>

This div border color is #55ABD3.


Opacity

.myOpacity80 { color: #55ABD3; opacity: 0.8; }

<p style="color:#55ABD3;opacity:0.8;">80%</p>

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

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

This text has shadow with #55ABD3 color.

.textShadow {text-shadow: 3px 3px 1px #55ABD3, 3px 3px 1px red;}

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

This text has shadow with #55ABD3 primary color and red secondary color.


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

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

This text has shadow with #55ABD3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55ABD3 on black background.


Color preview on white background

This text has color #55ABD3 on white background.



Black color preview on #55ABD3 background

This text has black color on #55ABD3 background.


White color preview on #55ABD3 background

This text has white color on #55ABD3 background.