COLOR #7199BC

HEX: #7199BC
RGB: (113,153,188)

Color info

#7199BC contains mainly green and blue colors. Web safe color of #7199BC is #6699CC (or #69C).

RGB color model

#7199BC color RGB value is (113,153,188).

  • red value is 113;
  • green value is 153;
  • blue value is 188.
RGB:
(113,153,188)
(44%,60%,74%)

RGB channels and saturation

R 113 of 255 = 44%
G 153 of 255 = 60%
B 188 of 255 = 74%

113
153
188

R + G + B ~ 59%. #7199BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 153 + 188 = 454 (100%)
R 113 of 454 ~ 24.89%
G 153 of 454 ~ 33.7%
B 188 of 454 ~ 41.41%

%24.89
%33.7
%41.41

CMYK color model

#7199BC color CMYK value is (40,19,0,26).

  • cyan value is 39.89%
  • magenta value is 18.62%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(40,19,0,26)
C40M19Y0K26 
(40%,19%,0%,26%)
(0.40/0.19/0.00/0.26)	

CMYK percentages

%39.89
%18.62
%0
%26.27

Codes

Color #7199BC in popluar color models

7199BC
RGB113153188
HSL208°35.89%59.02%
HSB/HSV208°39.89%73.73%
CMYK39.89%18.62%0.00%
26.27%

Color #7199BC in popluar number systems.

HEX7199BC
Decimal113153188
Binary11100011001100110111100
Octal161231274

Shades and tints

Shades of #7199BC

#7199BC
(113,153,188)
#678CAB
(103,140,171)
#5D7F9A
(93,127,154)
#537289
(83,114,137)
#496578
(73,101,120)
#3F5867
(63,88,103)
#354B56
(53,75,86)
#2B3E45
(43,62,69)
#213134
(33,49,52)
#172423
(23,36,35)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #7199BC

#7199BC
(113,153,188)
#7DA2C2
(125,162,194)
#89ABC8
(137,171,200)
#95B4CE
(149,180,206)
#A1BDD4
(161,189,212)
#ADC6DA
(173,198,218)
#B9CFE0
(185,207,224)
#C5D8E6
(197,216,230)
#D1E1EC
(209,225,236)
#DDEAF2
(221,234,242)
#E9F3F8
(233,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7199BC color. Also use rgb(113,153,188) instead hex code.

Text Font Color

.myTextColor { color: #7199BC; }

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

This text font color is #7199BC.


Background Color

.myBgColor { background-color: #7199BC; }

<div style="background-color:#7199BC">Inner text</div>

This div background color is #7199BC.


Border color

.myBorderColor { border: 1px solid #7199BC; }

<div style="border:3px solid #7199BC">Div</div>

This div border color is #7199BC.


Opacity

.myOpacity80 { color: #7199BC; opacity: 0.8; }

<p style="color:#7199BC;opacity:0.8;">80%</p>

Text with #7199BC 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 #7199BC;}

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

This text has shadow with #7199BC color.

.textShadow {text-shadow: 3px 3px 1px #7199BC, 3px 3px 1px red;}

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

This text has shadow with #7199BC primary color and red secondary color.


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

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

This text has shadow with #7199BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7199BC on black background.


Color preview on white background

This text has color #7199BC on white background.



Black color preview on #7199BC background

This text has black color on #7199BC background.


White color preview on #7199BC background

This text has white color on #7199BC background.