COLOR #93CFB4

HEX: #93CFB4
RGB: (147,207,180)

Color info

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

RGB color model

#93CFB4 color RGB value is (147,207,180).

  • red value is 147;
  • green value is 207;
  • blue value is 180.
RGB:
(147,207,180)
(58%,81%,71%)

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 180 of 255 = 71%

147
207
180

R + G + B ~ 70%. #93CFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 207 + 180 = 534 (100%)
R 147 of 534 ~ 27.53%
G 207 of 534 ~ 38.76%
B 180 of 534 ~ 33.71%

%27.53
%38.76
%33.71

CMYK color model

#93CFB4 color CMYK value is (29,0,13,19).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(29,0,13,19)
C29M0Y13K19 
(29%,0%,13%,19%)
(0.29/0.00/0.13/0.19)	

CMYK percentages

%28.99
%0
%13.04
%18.82

Codes

Color #93CFB4 in popluar color models

93CFB4
RGB147207180
HSL153°38.46%69.41%
HSB/HSV153°28.99%81.18%
CMYK28.99%0.00%13.04%
18.82%

Color #93CFB4 in popluar number systems.

HEX93CFB4
Decimal147207180
Binary100100111100111110110100
Octal223317264

Shades and tints

Shades of #93CFB4

#93CFB4
(147,207,180)
#86BDA4
(134,189,164)
#79AB94
(121,171,148)
#6C9984
(108,153,132)
#5F8774
(95,135,116)
#527564
(82,117,100)
#456354
(69,99,84)
#385144
(56,81,68)
#2B3F34
(43,63,52)
#1E2D24
(30,45,36)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #93CFB4

#93CFB4
(147,207,180)
#9CD3BA
(156,211,186)
#A5D7C0
(165,215,192)
#AEDBC6
(174,219,198)
#B7DFCC
(183,223,204)
#C0E3D2
(192,227,210)
#C9E7D8
(201,231,216)
#D2EBDE
(210,235,222)
#DBEFE4
(219,239,228)
#E4F3EA
(228,243,234)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CFB4 color. Also use rgb(147,207,180) instead hex code.

Text Font Color

.myTextColor { color: #93CFB4; }

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

This text font color is #93CFB4.


Background Color

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

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

This div background color is #93CFB4.


Border color

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

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

This div border color is #93CFB4.


Opacity

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

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

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

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

This text has shadow with #93CFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CFB4 on black background.


Color preview on white background

This text has color #93CFB4 on white background.



Black color preview on #93CFB4 background

This text has black color on #93CFB4 background.


White color preview on #93CFB4 background

This text has white color on #93CFB4 background.