COLOR #93B2CD

HEX: #93B2CD RGB: (147,178,205)

Color info

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

RGB color model

#93B2CD color RGB value is (147,178,205).

RGB: (147,178,205) (58%, 70%, 80%)

RGB channels and saturation

R 147 of 255 = 58%
G 178 of 255 = 70%
B 205 of 255 = 80%

147
178
205

R + G + B ~ 69%. #93B2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 178 + 205 = 530 (100%)
R 147 of 530 ~ 27.74%
G 178 of 530 ~ 33.58%
B 205 of 530 ~ 38.68'%

%27.74
%33.58
%38.68

CMYK color model

#93B2CD color CMYK value is (28,13,0,20).

  • cyan value is 28.29%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (28,13,0,20) C28M13Y0K20 (28%,13%,0%,20%) (0.28/0.13/0.00/0.20) 

CMYK percentages

%28.29
%13.17
%0
%19.61

Codes

Color #93B2CD in popluar color models

93 B2 CD
RGB 147 178 205
HSL 208° 36.71% 69.02%
HSB/HSV 208° 28.29% 80.39%
CMYK 28.29% 13.17% 0.00%
19.61%

Color #93B2CD in popluar number systems.

HEX 93 B2 CD
Decimal 147 178 205
Binary 10010011 10110010 11001101
Octal 223 262 315

Shades and tints

Shades of #93B2CD

#93B2CD
(147,178,205)
#86A2BB
(134,162,187)
#7992A9
(121,146,169)
#6C8297
(108,130,151)
#5F7285
(95,114,133)
#526273
(82,98,115)
#455261
(69,82,97)
#38424F
(56,66,79)
#2B323D
(43,50,61)
#1E222B
(30,34,43)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #93B2CD

#93B2CD
(147,178,205)
#9CB9D1
(156,185,209)
#A5C0D5
(165,192,213)
#AEC7D9
(174,199,217)
#B7CEDD
(183,206,221)
#C0D5E1
(192,213,225)
#C9DCE5
(201,220,229)
#D2E3E9
(210,227,233)
#DBEAED
(219,234,237)
#E4F1F1
(228,241,241)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B2CD color. Also use rgb(147,178,205) instead hex code.

Text Font Color

.myTextColor { color: #93B2CD; }

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

This text font color is #93B2CD.

Background Color

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

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

This div background color is #93B2CD.

Border color

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

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

This div border color is #93B2CD.

Opacity

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

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

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

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

This text has shadow with #93B2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B2CD.

Preview

Color preview on black background

This text has color #93B2CD on black background.


Color preview on white background

This text has color #93B2CD on white background.


Black color preview on #93B2CD background

This text has black color on #93B2CD background.


White color preview on #93B2CD background

This text has white color on #93B2CD background.


Related colors

Complementary color

Complementary color for #hex is #6C4D32.


I love getcolorcode.com

Triadic colors

1 #CD93B2 and #B2CD93 with #93B2CD are triadic colors.

2 #CDB293 and #B293CD with #93B2CD are triadic colors.