COLOR #91C0DB

HEX: #91C0DB
RGB: (145,192,219)

Color info

#91C0DB contains mainly green and blue colors. Web safe color of #91C0DB is #99CCCC (or #9CC).

RGB color model

#91C0DB color RGB value is (145,192,219).

  • red value is 145;
  • green value is 192;
  • blue value is 219.
RGB:
(145,192,219)
(57%,75%,86%)

RGB channels and saturation

R 145 of 255 = 57%
G 192 of 255 = 75%
B 219 of 255 = 86%

145
192
219

R + G + B ~ 73%. #91C0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 192 + 219 = 556 (100%)
R 145 of 556 ~ 26.08%
G 192 of 556 ~ 34.53%
B 219 of 556 ~ 39.39%

%26.08
%34.53
%39.39

CMYK color model

#91C0DB color CMYK value is (34,12,0,14).

  • cyan value is 33.79%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(34,12,0,14)
C34M12Y0K14 
(34%,12%,0%,14%)
(0.34/0.12/0.00/0.14)	

CMYK percentages

%33.79
%12.33
%0
%14.12

Codes

Color #91C0DB in popluar color models

91C0DB
RGB145192219
HSL202°50.68%71.37%
HSB/HSV202°33.79%85.88%
CMYK33.79%12.33%0.00%
14.12%

Color #91C0DB in popluar number systems.

HEX91C0DB
Decimal145192219
Binary100100011100000011011011
Octal221300333

Shades and tints

Shades of #91C0DB

#91C0DB
(145,192,219)
#84AFC8
(132,175,200)
#779EB5
(119,158,181)
#6A8DA2
(106,141,162)
#5D7C8F
(93,124,143)
#506B7C
(80,107,124)
#435A69
(67,90,105)
#364956
(54,73,86)
#293843
(41,56,67)
#1C2730
(28,39,48)
#0F161D
(15,22,29)
#000000
(0,0,0)

Tints of #91C0DB

#91C0DB
(145,192,219)
#9BC5DE
(155,197,222)
#A5CAE1
(165,202,225)
#AFCFE4
(175,207,228)
#B9D4E7
(185,212,231)
#C3D9EA
(195,217,234)
#CDDEED
(205,222,237)
#D7E3F0
(215,227,240)
#E1E8F3
(225,232,243)
#EBEDF6
(235,237,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91C0DB color. Also use rgb(145,192,219) instead hex code.

Text Font Color

.myTextColor { color: #91C0DB; }

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

This text font color is #91C0DB.


Background Color

.myBgColor { background-color: #91C0DB; }

<div style="background-color:#91C0DB">Inner text</div>

This div background color is #91C0DB.


Border color

.myBorderColor { border: 1px solid #91C0DB; }

<div style="border:3px solid #91C0DB">Div</div>

This div border color is #91C0DB.


Opacity

.myOpacity80 { color: #91C0DB; opacity: 0.8; }

<p style="color:#91C0DB;opacity:0.8;">80%</p>

Text with #91C0DB 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 #91C0DB;}

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

This text has shadow with #91C0DB color.

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

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

This text has shadow with #91C0DB primary color and red secondary color.


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

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

This text has shadow with #91C0DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91C0DB on black background.


Color preview on white background

This text has color #91C0DB on white background.



Black color preview on #91C0DB background

This text has black color on #91C0DB background.


White color preview on #91C0DB background

This text has white color on #91C0DB background.