COLOR #91DCE6

HEX: #91DCE6
RGB: (145,220,230)

Color info

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

RGB color model

#91DCE6 color RGB value is (145,220,230).

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

RGB channels and saturation

R 145 of 255 = 57%
G 220 of 255 = 86%
B 230 of 255 = 90%

145
220
230

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

Portions of RGB colors in percentages

R + G + B =
145 + 220 + 230 = 595 (100%)
R 145 of 595 ~ 24.37%
G 220 of 595 ~ 36.97%
B 230 of 595 ~ 38.66%

%24.37
%36.97
%38.66

CMYK color model

#91DCE6 color CMYK value is (37,4,0,10).

  • cyan value is 36.96%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,4,0,10)
C37M4Y0K10 
(37%,4%,0%,10%)
(0.37/0.04/0.00/0.10)	

CMYK percentages

%36.96
%4.35
%0
%9.8

Codes

Color #91DCE6 in popluar color models

91DCE6
RGB145220230
HSL187°62.96%73.53%
HSB/HSV187°36.96%90.20%
CMYK36.96%4.35%0.00%
9.80%

Color #91DCE6 in popluar number systems.

HEX91DCE6
Decimal145220230
Binary100100011101110011100110
Octal221334346

Shades and tints

Shades of #91DCE6

#91DCE6
(145,220,230)
#84C8D2
(132,200,210)
#77B4BE
(119,180,190)
#6AA0AA
(106,160,170)
#5D8C96
(93,140,150)
#507882
(80,120,130)
#43646E
(67,100,110)
#36505A
(54,80,90)
#293C46
(41,60,70)
#1C2832
(28,40,50)
#0F141E
(15,20,30)
#000000
(0,0,0)

Tints of #91DCE6

#91DCE6
(145,220,230)
#9BDFE8
(155,223,232)
#A5E2EA
(165,226,234)
#AFE5EC
(175,229,236)
#B9E8EE
(185,232,238)
#C3EBF0
(195,235,240)
#CDEEF2
(205,238,242)
#D7F1F4
(215,241,244)
#E1F4F6
(225,244,246)
#EBF7F8
(235,247,248)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91DCE6; }

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

This text font color is #91DCE6.


Background Color

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

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

This div background color is #91DCE6.


Border color

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

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

This div border color is #91DCE6.


Opacity

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

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

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

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

This text has shadow with #91DCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91DCE6 on black background.


Color preview on white background

This text has color #91DCE6 on white background.



Black color preview on #91DCE6 background

This text has black color on #91DCE6 background.


White color preview on #91DCE6 background

This text has white color on #91DCE6 background.