COLOR #31A8DF

HEX: #31A8DF
RGB: (49,168,223)

Color info

#31A8DF contains mainly green and blue colors. Web safe color of #31A8DF is #3399CC (or #39C).

RGB color model

#31A8DF color RGB value is (49,168,223).

  • red value is 49;
  • green value is 168;
  • blue value is 223.
RGB:
(49,168,223)
(19%,66%,87%)

RGB channels and saturation

R 49 of 255 = 19%
G 168 of 255 = 66%
B 223 of 255 = 87%

49
168
223

R + G + B ~ 57%. #31A8DF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 168 + 223 = 440 (100%)
R 49 of 440 ~ 11.14%
G 168 of 440 ~ 38.18%
B 223 of 440 ~ 50.68%

%11.14
%38.18
%50.68

CMYK color model

#31A8DF color CMYK value is (78,25,0,13).

  • cyan value is 78.03%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(78,25,0,13)
C78M25Y0K13 
(78%,25%,0%,13%)
(0.78/0.25/0.00/0.13)	

CMYK percentages

%78.03
%24.66
%0
%12.55

Codes

Color #31A8DF in popluar color models

31A8DF
RGB49168223
HSL199°73.11%53.33%
HSB/HSV199°78.03%87.45%
CMYK78.03%24.66%0.00%
12.55%

Color #31A8DF in popluar number systems.

HEX31A8DF
Decimal49168223
Binary1100011010100011011111
Octal61250337

Shades and tints

Shades of #31A8DF

#31A8DF
(49,168,223)
#2D99CB
(45,153,203)
#298AB7
(41,138,183)
#257BA3
(37,123,163)
#216C8F
(33,108,143)
#1D5D7B
(29,93,123)
#194E67
(25,78,103)
#153F53
(21,63,83)
#11303F
(17,48,63)
#0D212B
(13,33,43)
#091217
(9,18,23)
#000000
(0,0,0)

Tints of #31A8DF

#31A8DF
(49,168,223)
#43AFE1
(67,175,225)
#55B6E3
(85,182,227)
#67BDE5
(103,189,229)
#79C4E7
(121,196,231)
#8BCBE9
(139,203,233)
#9DD2EB
(157,210,235)
#AFD9ED
(175,217,237)
#C1E0EF
(193,224,239)
#D3E7F1
(211,231,241)
#E5EEF3
(229,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31A8DF color. Also use rgb(49,168,223) instead hex code.

Text Font Color

.myTextColor { color: #31A8DF; }

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

This text font color is #31A8DF.


Background Color

.myBgColor { background-color: #31A8DF; }

<div style="background-color:#31A8DF">Inner text</div>

This div background color is #31A8DF.


Border color

.myBorderColor { border: 1px solid #31A8DF; }

<div style="border:3px solid #31A8DF">Div</div>

This div border color is #31A8DF.


Opacity

.myOpacity80 { color: #31A8DF; opacity: 0.8; }

<p style="color:#31A8DF;opacity:0.8;">80%</p>

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

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

This text has shadow with #31A8DF color.

.textShadow {text-shadow: 3px 3px 1px #31A8DF, 3px 3px 1px red;}

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

This text has shadow with #31A8DF primary color and red secondary color.


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

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

This text has shadow with #31A8DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31A8DF on black background.


Color preview on white background

This text has color #31A8DF on white background.



Black color preview on #31A8DF background

This text has black color on #31A8DF background.


White color preview on #31A8DF background

This text has white color on #31A8DF background.