COLOR #71A8CB

HEX: #71A8CB
RGB: (113,168,203)

Color info

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

RGB color model

#71A8CB color RGB value is (113,168,203).

  • red value is 113;
  • green value is 168;
  • blue value is 203.
RGB:
(113,168,203)
(44%,66%,80%)

RGB channels and saturation

R 113 of 255 = 44%
G 168 of 255 = 66%
B 203 of 255 = 80%

113
168
203

R + G + B ~ 63%. #71A8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 168 + 203 = 484 (100%)
R 113 of 484 ~ 23.35%
G 168 of 484 ~ 34.71%
B 203 of 484 ~ 41.94%

%23.35
%34.71
%41.94

CMYK color model

#71A8CB color CMYK value is (44,17,0,20).

  • cyan value is 44.33%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(44,17,0,20)
C44M17Y0K20 
(44%,17%,0%,20%)
(0.44/0.17/0.00/0.20)	

CMYK percentages

%44.33
%17.24
%0
%20.39

Codes

Color #71A8CB in popluar color models

71A8CB
RGB113168203
HSL203°46.39%61.96%
HSB/HSV203°44.33%79.61%
CMYK44.33%17.24%0.00%
20.39%

Color #71A8CB in popluar number systems.

HEX71A8CB
Decimal113168203
Binary11100011010100011001011
Octal161250313

Shades and tints

Shades of #71A8CB

#71A8CB
(113,168,203)
#6799B9
(103,153,185)
#5D8AA7
(93,138,167)
#537B95
(83,123,149)
#496C83
(73,108,131)
#3F5D71
(63,93,113)
#354E5F
(53,78,95)
#2B3F4D
(43,63,77)
#21303B
(33,48,59)
#172129
(23,33,41)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #71A8CB

#71A8CB
(113,168,203)
#7DAFCF
(125,175,207)
#89B6D3
(137,182,211)
#95BDD7
(149,189,215)
#A1C4DB
(161,196,219)
#ADCBDF
(173,203,223)
#B9D2E3
(185,210,227)
#C5D9E7
(197,217,231)
#D1E0EB
(209,224,235)
#DDE7EF
(221,231,239)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A8CB color. Also use rgb(113,168,203) instead hex code.

Text Font Color

.myTextColor { color: #71A8CB; }

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

This text font color is #71A8CB.


Background Color

.myBgColor { background-color: #71A8CB; }

<div style="background-color:#71A8CB">Inner text</div>

This div background color is #71A8CB.


Border color

.myBorderColor { border: 1px solid #71A8CB; }

<div style="border:3px solid #71A8CB">Div</div>

This div border color is #71A8CB.


Opacity

.myOpacity80 { color: #71A8CB; opacity: 0.8; }

<p style="color:#71A8CB;opacity:0.8;">80%</p>

Text with #71A8CB 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 #71A8CB;}

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

This text has shadow with #71A8CB color.

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

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

This text has shadow with #71A8CB primary color and red secondary color.


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

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

This text has shadow with #71A8CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A8CB on black background.


Color preview on white background

This text has color #71A8CB on white background.



Black color preview on #71A8CB background

This text has black color on #71A8CB background.


White color preview on #71A8CB background

This text has white color on #71A8CB background.