COLOR #1B7CA7

HEX: #1B7CA7
RGB: (27,124,167)

Color info

#1B7CA7 contains mainly green and blue colors. Web safe color of #1B7CA7 is #336699 (or #369).

RGB color model

#1B7CA7 color RGB value is (27,124,167).

  • red value is 27;
  • green value is 124;
  • blue value is 167.
RGB:
(27,124,167)
(11%,49%,65%)

RGB channels and saturation

R 27 of 255 = 11%
G 124 of 255 = 49%
B 167 of 255 = 65%

27
124
167

R + G + B ~ 42%. #1B7CA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
27 + 124 + 167 = 318 (100%)
R 27 of 318 ~ 8.49%
G 124 of 318 ~ 38.99%
B 167 of 318 ~ 52.52%

%38.99
%52.52

CMYK color model

#1B7CA7 color CMYK value is (84,26,0,35).

  • cyan value is 83.83%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(84,26,0,35)
C84M26Y0K35 
(84%,26%,0%,35%)
(0.84/0.26/0.00/0.35)	

CMYK percentages

%83.83
%25.75
%0
%34.51

Codes

Color #1B7CA7 in popluar color models

1B7CA7
RGB27124167
HSL198°72.16%38.04%
HSB/HSV198°83.83%65.49%
CMYK83.83%25.75%0.00%
34.51%

Color #1B7CA7 in popluar number systems.

HEX1B7CA7
Decimal27124167
Binary11011111110010100111
Octal33174247

Shades and tints

Shades of #1B7CA7

#1B7CA7
(27,124,167)
#197198
(25,113,152)
#176689
(23,102,137)
#155B7A
(21,91,122)
#13506B
(19,80,107)
#11455C
(17,69,92)
#0F3A4D
(15,58,77)
#0D2F3E
(13,47,62)
#0B242F
(11,36,47)
#091920
(9,25,32)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #1B7CA7

#1B7CA7
(27,124,167)
#2F87AF
(47,135,175)
#4392B7
(67,146,183)
#579DBF
(87,157,191)
#6BA8C7
(107,168,199)
#7FB3CF
(127,179,207)
#93BED7
(147,190,215)
#A7C9DF
(167,201,223)
#BBD4E7
(187,212,231)
#CFDFEF
(207,223,239)
#E3EAF7
(227,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B7CA7 color. Also use rgb(27,124,167) instead hex code.

Text Font Color

.myTextColor { color: #1B7CA7; }

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

This text font color is #1B7CA7.


Background Color

.myBgColor { background-color: #1B7CA7; }

<div style="background-color:#1B7CA7">Inner text</div>

This div background color is #1B7CA7.


Border color

.myBorderColor { border: 1px solid #1B7CA7; }

<div style="border:3px solid #1B7CA7">Div</div>

This div border color is #1B7CA7.


Opacity

.myOpacity80 { color: #1B7CA7; opacity: 0.8; }

<p style="color:#1B7CA7;opacity:0.8;">80%</p>

Text with #1B7CA7 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 #1B7CA7;}

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

This text has shadow with #1B7CA7 color.

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

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

This text has shadow with #1B7CA7 primary color and red secondary color.


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

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

This text has shadow with #1B7CA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B7CA7 on black background.


Color preview on white background

This text has color #1B7CA7 on white background.



Black color preview on #1B7CA7 background

This text has black color on #1B7CA7 background.


White color preview on #1B7CA7 background

This text has white color on #1B7CA7 background.