COLOR #93CAC7

HEX: #93CAC7 RGB: (147,202,199)

Color info

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

RGB color model

#93CAC7 color RGB value is (147,202,199).

RGB: (147,202,199) (58%, 79%, 78%)

RGB channels and saturation

R 147 of 255 = 58%
G 202 of 255 = 79%
B 199 of 255 = 78%

147
202
199

R + G + B ~ 72%. #93CAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 202 + 199 = 548 (100%)
R 147 of 548 ~ 26.82%
G 202 of 548 ~ 36.86%
B 199 of 548 ~ 36.31'%

%26.82
%36.86
%36.31

CMYK color model

#93CAC7 color CMYK value is (27,0,1,21).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 20.78%

CMYK: (27,0,1,21)
C27M0Y1K21 (27%, 0%, 1%, 21%)
(0.27 / 0.00 / 0.01 / 0.21)

CMYK percentages

%27.23
%0
%1.49
%20.78

Codes

Color #93CAC7 in popluar color models

93 CA C7
RGB 147 202 199
HSL 177° 34.16% 68.43%
HSB/HSV 177° 27.23% 79.22%
CMYK 27.23% 0.00% 1.49%
20.78%

Color #93CAC7 in popluar number systems.

HEX 93 CA C7
Decimal 147 202 199
Binary 10010011 11001010 11000111
Octal 223 312 307

Shades and tints

Shades of #93CAC7

#93CAC7
(147,202,199)
#86B8B5
(134,184,181)
#79A6A3
(121,166,163)
#6C9491
(108,148,145)
#5F827F
(95,130,127)
#52706D
(82,112,109)
#455E5B
(69,94,91)
#384C49
(56,76,73)
#2B3A37
(43,58,55)
#1E2825
(30,40,37)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #93CAC7

#93CAC7
(147,202,199)
#9CCECC
(156,206,204)
#A5D2D1
(165,210,209)
#AED6D6
(174,214,214)
#B7DADB
(183,218,219)
#C0DEE0
(192,222,224)
#C9E2E5
(201,226,229)
#D2E6EA
(210,230,234)
#DBEAEF
(219,234,239)
#E4EEF4
(228,238,244)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CAC7 color. Also use rgb(147,202,199) instead hex code.

Text Font Color

.myTextColor { color: #93CAC7; }

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

This text font color is #93CAC7.

Background Color

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

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

This div background color is #93CAC7.

Border color

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

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

This div border color is #93CAC7.

Opacity

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

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

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

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

This text has shadow with #93CAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93CAC7.

Preview

Color preview on black background

This text has color #93CAC7 on black background.


Color preview on white background

This text has color #93CAC7 on white background.


Black color preview on #93CAC7 background

This text has black color on #93CAC7 background.


White color preview on #93CAC7 background

This text has white color on #93CAC7 background.


Related colors

Complementary color

Complementary color for #hex is #6C3538.


I love getcolorcode.com

Triadic colors

1 #C793CA and #CAC793 with #93CAC7 are triadic colors.

2 #C7CA93 and #CA93C7 with #93CAC7 are triadic colors.