COLOR #1CB8E7

HEX: #1CB8E7
RGB: (28,184,231)

Color info

#1CB8E7 contains mainly green and blue colors. Web safe color of #1CB8E7 is #33CCFF (or #3CF).

RGB color model

#1CB8E7 color RGB value is (28,184,231).

  • red value is 28;
  • green value is 184;
  • blue value is 231.
RGB:
(28,184,231)
(11%,72%,91%)

RGB channels and saturation

R 28 of 255 = 11%
G 184 of 255 = 72%
B 231 of 255 = 91%

28
184
231

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

Portions of RGB colors in percentages

R + G + B =
28 + 184 + 231 = 443 (100%)
R 28 of 443 ~ 6.32%
G 184 of 443 ~ 41.53%
B 231 of 443 ~ 52.14%

%41.53
%52.14

CMYK color model

#1CB8E7 color CMYK value is (88,20,0,9).

  • cyan value is 87.88%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(88,20,0,9)
C88M20Y0K9 
(88%,20%,0%,9%)
(0.88/0.20/0.00/0.09)	

CMYK percentages

%87.88
%20.35
%0
%9.41

Codes

Color #1CB8E7 in popluar color models

1CB8E7
RGB28184231
HSL194°80.88%50.78%
HSB/HSV194°87.88%90.59%
CMYK87.88%20.35%0.00%
9.41%

Color #1CB8E7 in popluar number systems.

HEX1CB8E7
Decimal28184231
Binary111001011100011100111
Octal34270347

Shades and tints

Shades of #1CB8E7

#1CB8E7
(28,184,231)
#1AA8D2
(26,168,210)
#1898BD
(24,152,189)
#1688A8
(22,136,168)
#147893
(20,120,147)
#12687E
(18,104,126)
#105869
(16,88,105)
#0E4854
(14,72,84)
#0C383F
(12,56,63)
#0A282A
(10,40,42)
#081815
(8,24,21)
#000000
(0,0,0)

Tints of #1CB8E7

#1CB8E7
(28,184,231)
#30BEE9
(48,190,233)
#44C4EB
(68,196,235)
#58CAED
(88,202,237)
#6CD0EF
(108,208,239)
#80D6F1
(128,214,241)
#94DCF3
(148,220,243)
#A8E2F5
(168,226,245)
#BCE8F7
(188,232,247)
#D0EEF9
(208,238,249)
#E4F4FB
(228,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CB8E7 color. Also use rgb(28,184,231) instead hex code.

Text Font Color

.myTextColor { color: #1CB8E7; }

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

This text font color is #1CB8E7.


Background Color

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

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

This div background color is #1CB8E7.


Border color

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

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

This div border color is #1CB8E7.


Opacity

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

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

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

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

This text has shadow with #1CB8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CB8E7 on black background.


Color preview on white background

This text has color #1CB8E7 on white background.



Black color preview on #1CB8E7 background

This text has black color on #1CB8E7 background.


White color preview on #1CB8E7 background

This text has white color on #1CB8E7 background.