COLOR #93CEBE

HEX: #93CEBE
RGB: (147,206,190)

Color info

#93CEBE contains red, green and blue colors in about the same proportion. Web safe color of #93CEBE is #99CCCC (or #9CC).

RGB color model

#93CEBE color RGB value is (147,206,190).

  • red value is 147;
  • green value is 206;
  • blue value is 190.
RGB:
(147,206,190)
(58%,81%,75%)

RGB channels and saturation

R 147 of 255 = 58%
G 206 of 255 = 81%
B 190 of 255 = 75%

147
206
190

R + G + B ~ 71%. #93CEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 206 + 190 = 543 (100%)
R 147 of 543 ~ 27.07%
G 206 of 543 ~ 37.94%
B 190 of 543 ~ 34.99%

%27.07
%37.94
%34.99

CMYK color model

#93CEBE color CMYK value is (29,0,8,19).

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 19.22%
CMYK:
(29,0,8,19)
C29M0Y8K19 
(29%,0%,8%,19%)
(0.29/0.00/0.08/0.19)	

CMYK percentages

%28.64
%0
%7.77
%19.22

Codes

Color #93CEBE in popluar color models

93CEBE
RGB147206190
HSL164°37.58%69.22%
HSB/HSV164°28.64%80.78%
CMYK28.64%0.00%7.77%
19.22%

Color #93CEBE in popluar number systems.

HEX93CEBE
Decimal147206190
Binary100100111100111010111110
Octal223316276

Shades and tints

Shades of #93CEBE

#93CEBE
(147,206,190)
#86BCAD
(134,188,173)
#79AA9C
(121,170,156)
#6C988B
(108,152,139)
#5F867A
(95,134,122)
#527469
(82,116,105)
#456258
(69,98,88)
#385047
(56,80,71)
#2B3E36
(43,62,54)
#1E2C25
(30,44,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #93CEBE

#93CEBE
(147,206,190)
#9CD2C3
(156,210,195)
#A5D6C8
(165,214,200)
#AEDACD
(174,218,205)
#B7DED2
(183,222,210)
#C0E2D7
(192,226,215)
#C9E6DC
(201,230,220)
#D2EAE1
(210,234,225)
#DBEEE6
(219,238,230)
#E4F2EB
(228,242,235)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CEBE color. Also use rgb(147,206,190) instead hex code.

Text Font Color

.myTextColor { color: #93CEBE; }

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

This text font color is #93CEBE.


Background Color

.myBgColor { background-color: #93CEBE; }

<div style="background-color:#93CEBE">Inner text</div>

This div background color is #93CEBE.


Border color

.myBorderColor { border: 1px solid #93CEBE; }

<div style="border:3px solid #93CEBE">Div</div>

This div border color is #93CEBE.


Opacity

.myOpacity80 { color: #93CEBE; opacity: 0.8; }

<p style="color:#93CEBE;opacity:0.8;">80%</p>

Text with #93CEBE 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 #93CEBE;}

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

This text has shadow with #93CEBE color.

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

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

This text has shadow with #93CEBE primary color and red secondary color.


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

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

This text has shadow with #93CEBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CEBE on black background.


Color preview on white background

This text has color #93CEBE on white background.



Black color preview on #93CEBE background

This text has black color on #93CEBE background.


White color preview on #93CEBE background

This text has white color on #93CEBE background.