COLOR #91DCE9

HEX: #91DCE9
RGB: (145,220,233)

Color info

#91DCE9 contains mainly green and blue colors. Web safe color of #91DCE9 is #99CCFF (or #9CF).

RGB color model

#91DCE9 color RGB value is (145,220,233).

  • red value is 145;
  • green value is 220;
  • blue value is 233.
RGB:
(145,220,233)
(57%,86%,91%)

RGB channels and saturation

R 145 of 255 = 57%
G 220 of 255 = 86%
B 233 of 255 = 91%

145
220
233

R + G + B ~ 78%. #91DCE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 220 + 233 = 598 (100%)
R 145 of 598 ~ 24.25%
G 220 of 598 ~ 36.79%
B 233 of 598 ~ 38.96%

%24.25
%36.79
%38.96

CMYK color model

#91DCE9 color CMYK value is (38,6,0,9).

  • cyan value is 37.77%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(38,6,0,9)
C38M6Y0K9 
(38%,6%,0%,9%)
(0.38/0.06/0.00/0.09)	

CMYK percentages

%37.77
%5.58
%0
%8.63

Codes

Color #91DCE9 in popluar color models

91DCE9
RGB145220233
HSL189°66.67%74.12%
HSB/HSV189°37.77%91.37%
CMYK37.77%5.58%0.00%
8.63%

Color #91DCE9 in popluar number systems.

HEX91DCE9
Decimal145220233
Binary100100011101110011101001
Octal221334351

Shades and tints

Shades of #91DCE9

#91DCE9
(145,220,233)
#84C8D4
(132,200,212)
#77B4BF
(119,180,191)
#6AA0AA
(106,160,170)
#5D8C95
(93,140,149)
#507880
(80,120,128)
#43646B
(67,100,107)
#365056
(54,80,86)
#293C41
(41,60,65)
#1C282C
(28,40,44)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #91DCE9

#91DCE9
(145,220,233)
#9BDFEB
(155,223,235)
#A5E2ED
(165,226,237)
#AFE5EF
(175,229,239)
#B9E8F1
(185,232,241)
#C3EBF3
(195,235,243)
#CDEEF5
(205,238,245)
#D7F1F7
(215,241,247)
#E1F4F9
(225,244,249)
#EBF7FB
(235,247,251)
#F5FAFD
(245,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91DCE9 color. Also use rgb(145,220,233) instead hex code.

Text Font Color

.myTextColor { color: #91DCE9; }

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

This text font color is #91DCE9.


Background Color

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

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

This div background color is #91DCE9.


Border color

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

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

This div border color is #91DCE9.


Opacity

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

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

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

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

This text has shadow with #91DCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91DCE9 on black background.


Color preview on white background

This text has color #91DCE9 on white background.



Black color preview on #91DCE9 background

This text has black color on #91DCE9 background.


White color preview on #91DCE9 background

This text has white color on #91DCE9 background.