COLOR #33B9CB

HEX: #33B9CB
RGB: (51,185,203)

Color info

#33B9CB contains mainly green and blue colors. Web safe color of #33B9CB is #33CCCC (or #3CC).

RGB color model

#33B9CB color RGB value is (51,185,203).

  • red value is 51;
  • green value is 185;
  • blue value is 203.
RGB:
(51,185,203)
(20%,73%,80%)

RGB channels and saturation

R 51 of 255 = 20%
G 185 of 255 = 73%
B 203 of 255 = 80%

51
185
203

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

Portions of RGB colors in percentages

R + G + B =
51 + 185 + 203 = 439 (100%)
R 51 of 439 ~ 11.62%
G 185 of 439 ~ 42.14%
B 203 of 439 ~ 46.24%

%11.62
%42.14
%46.24

CMYK color model

#33B9CB color CMYK value is (75,9,0,20).

  • cyan value is 74.88%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(75,9,0,20)
C75M9Y0K20 
(75%,9%,0%,20%)
(0.75/0.09/0.00/0.20)	

CMYK percentages

%74.88
%8.87
%0
%20.39

Codes

Color #33B9CB in popluar color models

33B9CB
RGB51185203
HSL187°59.84%49.80%
HSB/HSV187°74.88%79.61%
CMYK74.88%8.87%0.00%
20.39%

Color #33B9CB in popluar number systems.

HEX33B9CB
Decimal51185203
Binary1100111011100111001011
Octal63271313

Shades and tints

Shades of #33B9CB

#33B9CB
(51,185,203)
#2FA9B9
(47,169,185)
#2B99A7
(43,153,167)
#278995
(39,137,149)
#237983
(35,121,131)
#1F6971
(31,105,113)
#1B595F
(27,89,95)
#17494D
(23,73,77)
#13393B
(19,57,59)
#0F2929
(15,41,41)
#0B1917
(11,25,23)
#000000
(0,0,0)

Tints of #33B9CB

#33B9CB
(51,185,203)
#45BFCF
(69,191,207)
#57C5D3
(87,197,211)
#69CBD7
(105,203,215)
#7BD1DB
(123,209,219)
#8DD7DF
(141,215,223)
#9FDDE3
(159,221,227)
#B1E3E7
(177,227,231)
#C3E9EB
(195,233,235)
#D5EFEF
(213,239,239)
#E7F5F3
(231,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33B9CB color. Also use rgb(51,185,203) instead hex code.

Text Font Color

.myTextColor { color: #33B9CB; }

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

This text font color is #33B9CB.


Background Color

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

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

This div background color is #33B9CB.


Border color

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

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

This div border color is #33B9CB.


Opacity

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

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

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

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

This text has shadow with #33B9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33B9CB on black background.


Color preview on white background

This text has color #33B9CB on white background.



Black color preview on #33B9CB background

This text has black color on #33B9CB background.


White color preview on #33B9CB background

This text has white color on #33B9CB background.