COLOR #2197BB

HEX: #2197BB
RGB: (33,151,187)

Color info

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

RGB color model

#2197BB color RGB value is (33,151,187).

  • red value is 33;
  • green value is 151;
  • blue value is 187.
RGB:
(33,151,187)
(13%,59%,73%)

RGB channels and saturation

R 33 of 255 = 13%
G 151 of 255 = 59%
B 187 of 255 = 73%

33
151
187

R + G + B ~ 48%. #2197BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
33 + 151 + 187 = 371 (100%)
R 33 of 371 ~ 8.89%
G 151 of 371 ~ 40.7%
B 187 of 371 ~ 50.4%

%40.7
%50.4

CMYK color model

#2197BB color CMYK value is (82,19,0,27).

  • cyan value is 82.35%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(82,19,0,27)
C82M19Y0K27 
(82%,19%,0%,27%)
(0.82/0.19/0.00/0.27)	

CMYK percentages

%82.35
%19.25
%0
%26.67

Codes

Color #2197BB in popluar color models

2197BB
RGB33151187
HSL194°70.00%43.14%
HSB/HSV194°82.35%73.33%
CMYK82.35%19.25%0.00%
26.67%

Color #2197BB in popluar number systems.

HEX2197BB
Decimal33151187
Binary1000011001011110111011
Octal41227273

Shades and tints

Shades of #2197BB

#2197BB
(33,151,187)
#1E8AAA
(30,138,170)
#1B7D99
(27,125,153)
#187088
(24,112,136)
#156377
(21,99,119)
#125666
(18,86,102)
#0F4955
(15,73,85)
#0C3C44
(12,60,68)
#092F33
(9,47,51)
#062222
(6,34,34)
#031511
(3,21,17)
#000000
(0,0,0)

Tints of #2197BB

#2197BB
(33,151,187)
#35A0C1
(53,160,193)
#49A9C7
(73,169,199)
#5DB2CD
(93,178,205)
#71BBD3
(113,187,211)
#85C4D9
(133,196,217)
#99CDDF
(153,205,223)
#ADD6E5
(173,214,229)
#C1DFEB
(193,223,235)
#D5E8F1
(213,232,241)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2197BB color. Also use rgb(33,151,187) instead hex code.

Text Font Color

.myTextColor { color: #2197BB; }

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

This text font color is #2197BB.


Background Color

.myBgColor { background-color: #2197BB; }

<div style="background-color:#2197BB">Inner text</div>

This div background color is #2197BB.


Border color

.myBorderColor { border: 1px solid #2197BB; }

<div style="border:3px solid #2197BB">Div</div>

This div border color is #2197BB.


Opacity

.myOpacity80 { color: #2197BB; opacity: 0.8; }

<p style="color:#2197BB;opacity:0.8;">80%</p>

Text with #2197BB 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 #2197BB;}

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

This text has shadow with #2197BB color.

.textShadow {text-shadow: 3px 3px 1px #2197BB, 3px 3px 1px red;}

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

This text has shadow with #2197BB primary color and red secondary color.


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

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

This text has shadow with #2197BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2197BB on black background.


Color preview on white background

This text has color #2197BB on white background.



Black color preview on #2197BB background

This text has black color on #2197BB background.


White color preview on #2197BB background

This text has white color on #2197BB background.