COLOR #33A9DF

HEX: #33A9DF
RGB: (51,169,223)

Color info

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

RGB color model

#33A9DF color RGB value is (51,169,223).

  • red value is 51;
  • green value is 169;
  • blue value is 223.
RGB:
(51,169,223)
(20%,66%,87%)

RGB channels and saturation

R 51 of 255 = 20%
G 169 of 255 = 66%
B 223 of 255 = 87%

51
169
223

R + G + B ~ 58%. #33A9DF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 169 + 223 = 443 (100%)
R 51 of 443 ~ 11.51%
G 169 of 443 ~ 38.15%
B 223 of 443 ~ 50.34%

%11.51
%38.15
%50.34

CMYK color model

#33A9DF color CMYK value is (77,24,0,13).

  • cyan value is 77.13%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(77,24,0,13)
C77M24Y0K13 
(77%,24%,0%,13%)
(0.77/0.24/0.00/0.13)	

CMYK percentages

%77.13
%24.22
%0
%12.55

Codes

Color #33A9DF in popluar color models

33A9DF
RGB51169223
HSL199°72.88%53.73%
HSB/HSV199°77.13%87.45%
CMYK77.13%24.22%0.00%
12.55%

Color #33A9DF in popluar number systems.

HEX33A9DF
Decimal51169223
Binary1100111010100111011111
Octal63251337

Shades and tints

Shades of #33A9DF

#33A9DF
(51,169,223)
#2F9ACB
(47,154,203)
#2B8BB7
(43,139,183)
#277CA3
(39,124,163)
#236D8F
(35,109,143)
#1F5E7B
(31,94,123)
#1B4F67
(27,79,103)
#174053
(23,64,83)
#13313F
(19,49,63)
#0F222B
(15,34,43)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #33A9DF

#33A9DF
(51,169,223)
#45B0E1
(69,176,225)
#57B7E3
(87,183,227)
#69BEE5
(105,190,229)
#7BC5E7
(123,197,231)
#8DCCE9
(141,204,233)
#9FD3EB
(159,211,235)
#B1DAED
(177,218,237)
#C3E1EF
(195,225,239)
#D5E8F1
(213,232,241)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33A9DF color. Also use rgb(51,169,223) instead hex code.

Text Font Color

.myTextColor { color: #33A9DF; }

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

This text font color is #33A9DF.


Background Color

.myBgColor { background-color: #33A9DF; }

<div style="background-color:#33A9DF">Inner text</div>

This div background color is #33A9DF.


Border color

.myBorderColor { border: 1px solid #33A9DF; }

<div style="border:3px solid #33A9DF">Div</div>

This div border color is #33A9DF.


Opacity

.myOpacity80 { color: #33A9DF; opacity: 0.8; }

<p style="color:#33A9DF;opacity:0.8;">80%</p>

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

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

This text has shadow with #33A9DF color.

.textShadow {text-shadow: 3px 3px 1px #33A9DF, 3px 3px 1px red;}

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

This text has shadow with #33A9DF primary color and red secondary color.


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

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

This text has shadow with #33A9DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A9DF on black background.


Color preview on white background

This text has color #33A9DF on white background.



Black color preview on #33A9DF background

This text has black color on #33A9DF background.


White color preview on #33A9DF background

This text has white color on #33A9DF background.