COLOR #33AFB4

HEX: #33AFB4
RGB: (51,175,180)

Color info

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

RGB color model

#33AFB4 color RGB value is (51,175,180).

  • red value is 51;
  • green value is 175;
  • blue value is 180.
RGB:
(51,175,180)
(20%,69%,71%)

RGB channels and saturation

R 51 of 255 = 20%
G 175 of 255 = 69%
B 180 of 255 = 71%

51
175
180

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

Portions of RGB colors in percentages

R + G + B =
51 + 175 + 180 = 406 (100%)
R 51 of 406 ~ 12.56%
G 175 of 406 ~ 43.1%
B 180 of 406 ~ 44.33%

%12.56
%43.1
%44.33

CMYK color model

#33AFB4 color CMYK value is (72,3,0,29).

  • cyan value is 71.67%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(72,3,0,29)
C72M3Y0K29 
(72%,3%,0%,29%)
(0.72/0.03/0.00/0.29)	

CMYK percentages

%71.67
%2.78
%0
%29.41

Codes

Color #33AFB4 in popluar color models

33AFB4
RGB51175180
HSL182°55.84%45.29%
HSB/HSV182°71.67%70.59%
CMYK71.67%2.78%0.00%
29.41%

Color #33AFB4 in popluar number systems.

HEX33AFB4
Decimal51175180
Binary1100111010111110110100
Octal63257264

Shades and tints

Shades of #33AFB4

#33AFB4
(51,175,180)
#2FA0A4
(47,160,164)
#2B9194
(43,145,148)
#278284
(39,130,132)
#237374
(35,115,116)
#1F6464
(31,100,100)
#1B5554
(27,85,84)
#174644
(23,70,68)
#133734
(19,55,52)
#0F2824
(15,40,36)
#0B1914
(11,25,20)
#000000
(0,0,0)

Tints of #33AFB4

#33AFB4
(51,175,180)
#45B6BA
(69,182,186)
#57BDC0
(87,189,192)
#69C4C6
(105,196,198)
#7BCBCC
(123,203,204)
#8DD2D2
(141,210,210)
#9FD9D8
(159,217,216)
#B1E0DE
(177,224,222)
#C3E7E4
(195,231,228)
#D5EEEA
(213,238,234)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33AFB4 color. Also use rgb(51,175,180) instead hex code.

Text Font Color

.myTextColor { color: #33AFB4; }

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

This text font color is #33AFB4.


Background Color

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

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

This div background color is #33AFB4.


Border color

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

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

This div border color is #33AFB4.


Opacity

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

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

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

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

This text has shadow with #33AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33AFB4 on black background.


Color preview on white background

This text has color #33AFB4 on white background.



Black color preview on #33AFB4 background

This text has black color on #33AFB4 background.


White color preview on #33AFB4 background

This text has white color on #33AFB4 background.