COLOR #75B893

HEX: #75B893
RGB: (117,184,147)

Color info

#75B893 contains mainly green and blue colors. Web safe color of #75B893 is #66CC99 (or #6C9).

RGB color model

#75B893 color RGB value is (117,184,147).

  • red value is 117;
  • green value is 184;
  • blue value is 147.
RGB:
(117,184,147)
(46%,72%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 184 of 255 = 72%
B 147 of 255 = 58%

117
184
147

R + G + B ~ 59%. #75B893 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 184 + 147 = 448 (100%)
R 117 of 448 ~ 26.12%
G 184 of 448 ~ 41.07%
B 147 of 448 ~ 32.81%

%26.12
%41.07
%32.81

CMYK color model

#75B893 color CMYK value is (36,0,20,28).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK:
(36,0,20,28)
C36M0Y20K28 
(36%,0%,20%,28%)
(0.36/0.00/0.20/0.28)	

CMYK percentages

%36.41
%0
%20.11
%27.84

Codes

Color #75B893 in popluar color models

75B893
RGB117184147
HSL147°32.06%59.02%
HSB/HSV147°36.41%72.16%
CMYK36.41%0.00%20.11%
27.84%

Color #75B893 in popluar number systems.

HEX75B893
Decimal117184147
Binary11101011011100010010011
Octal165270223

Shades and tints

Shades of #75B893

#75B893
(117,184,147)
#6BA886
(107,168,134)
#619879
(97,152,121)
#57886C
(87,136,108)
#4D785F
(77,120,95)
#436852
(67,104,82)
#395845
(57,88,69)
#2F4838
(47,72,56)
#25382B
(37,56,43)
#1B281E
(27,40,30)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #75B893

#75B893
(117,184,147)
#81BE9C
(129,190,156)
#8DC4A5
(141,196,165)
#99CAAE
(153,202,174)
#A5D0B7
(165,208,183)
#B1D6C0
(177,214,192)
#BDDCC9
(189,220,201)
#C9E2D2
(201,226,210)
#D5E8DB
(213,232,219)
#E1EEE4
(225,238,228)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B893 color. Also use rgb(117,184,147) instead hex code.

Text Font Color

.myTextColor { color: #75B893; }

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

This text font color is #75B893.


Background Color

.myBgColor { background-color: #75B893; }

<div style="background-color:#75B893">Inner text</div>

This div background color is #75B893.


Border color

.myBorderColor { border: 1px solid #75B893; }

<div style="border:3px solid #75B893">Div</div>

This div border color is #75B893.


Opacity

.myOpacity80 { color: #75B893; opacity: 0.8; }

<p style="color:#75B893;opacity:0.8;">80%</p>

Text with #75B893 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 #75B893;}

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

This text has shadow with #75B893 color.

.textShadow {text-shadow: 3px 3px 1px #75B893, 3px 3px 1px red;}

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

This text has shadow with #75B893 primary color and red secondary color.


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

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

This text has shadow with #75B893 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B893 on black background.


Color preview on white background

This text has color #75B893 on white background.



Black color preview on #75B893 background

This text has black color on #75B893 background.


White color preview on #75B893 background

This text has white color on #75B893 background.