COLOR #91CDE9

HEX: #91CDE9
RGB: (145,205,233)

Color info

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

RGB color model

#91CDE9 color RGB value is (145,205,233).

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

RGB channels and saturation

R 145 of 255 = 57%
G 205 of 255 = 80%
B 233 of 255 = 91%

145
205
233

R + G + B ~ 76%. #91CDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 205 + 233 = 583 (100%)
R 145 of 583 ~ 24.87%
G 205 of 583 ~ 35.16%
B 233 of 583 ~ 39.97%

%24.87
%35.16
%39.97

CMYK color model

#91CDE9 color CMYK value is (38,12,0,9).

  • cyan value is 37.77%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(38,12,0,9)
C38M12Y0K9 
(38%,12%,0%,9%)
(0.38/0.12/0.00/0.09)	

CMYK percentages

%37.77
%12.02
%0
%8.63

Codes

Color #91CDE9 in popluar color models

91CDE9
RGB145205233
HSL199°66.67%74.12%
HSB/HSV199°37.77%91.37%
CMYK37.77%12.02%0.00%
8.63%

Color #91CDE9 in popluar number systems.

HEX91CDE9
Decimal145205233
Binary100100011100110111101001
Octal221315351

Shades and tints

Shades of #91CDE9

#91CDE9
(145,205,233)
#84BBD4
(132,187,212)
#77A9BF
(119,169,191)
#6A97AA
(106,151,170)
#5D8595
(93,133,149)
#507380
(80,115,128)
#43616B
(67,97,107)
#364F56
(54,79,86)
#293D41
(41,61,65)
#1C2B2C
(28,43,44)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #91CDE9

#91CDE9
(145,205,233)
#9BD1EB
(155,209,235)
#A5D5ED
(165,213,237)
#AFD9EF
(175,217,239)
#B9DDF1
(185,221,241)
#C3E1F3
(195,225,243)
#CDE5F5
(205,229,245)
#D7E9F7
(215,233,247)
#E1EDF9
(225,237,249)
#EBF1FB
(235,241,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91CDE9; }

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

This text font color is #91CDE9.


Background Color

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

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

This div background color is #91CDE9.


Border color

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

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

This div border color is #91CDE9.


Opacity

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

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

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

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

This text has shadow with #91CDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91CDE9 on black background.


Color preview on white background

This text has color #91CDE9 on white background.



Black color preview on #91CDE9 background

This text has black color on #91CDE9 background.


White color preview on #91CDE9 background

This text has white color on #91CDE9 background.